id; $access = mosCommonHTML::AccessProcessing( $row, $i ); $checked = mosCommonHTML::CheckedOutProcessing( $row, $i ); $published = mosCommonHTML::PublishedProcessing( $row, $i ); ?> ">
# <?php echo T_('Save Order'); ?>
rowNumber( $i ); ?> checked_out && ( $row->checked_out != $my->id ) ) { echo $row->name. " ( ". $row->title ." )"; } else { ?> name. " ( ". $row->title ." )"; ?> orderUpIcon( $i ); ?> orderDownIcon( $i, $n ); ?> id; ?> categories; ?> active; ?> trash; ?>
getListFooter(); ?>
$row is passed with the id * property set to 0. Note that the section property must be defined * even for a new record. * @param mosCategory The category object * @param string The html for the image list select list * @param string The html for the image position select list * @param string The html for the ordering list * @param string The html for the groups select list */ function edit( &$row, $option, &$lists, &$menus ) { global $mosConfig_live_site; if ( $row->name != '' ) { $name = $row->name; } else { $name = T_("New Section"); } if ($row->image == "") { $row->image = 'blank.png'; } ?>
id ? T_('Edit') : T_('New');?> [ ]
scope; ?>
section) ? T_("Category") : T_("Section"));?>
image != "blank.png") { $path.= "stories/"; } ?> <?php echo T_('Preview'); ?>
description , 'description', '100%;', '300', '60', '20' ) ; ?>
id > 0 ) { ?>


 


.




"; if ($categories) { foreach ( $categories as $category ) { echo "
  • ". $category->name ."
  • "; echo "\n id\" />"; } } else { echo 'none'; } echo ""; ?>

    "; if ($contents) { foreach ( $contents as $content ) { echo "
  • ". $content->title ."
  • "; echo "\n id\" />"; } } else { echo 'none'; } echo ""; ?>
    and all the items within the category (also listed)
    to the new Section created.'); ?>


    "; } ?>