Diff of /mambo/branches/4.6/administrator/components/com_menus/admin.menus.php
Parent Directory
|
Revision Log
|
Patch
| revision 1396, Tue Nov 13 09:59:41 2007 UTC | revision 1711, Mon May 19 10:39:45 2008 UTC | |
|---|---|---|
| # | Line 381 | Line 381 |
| 381 | $row->checkin(); | $row->checkin(); |
| 382 | $row->updateOrder( "menutype='$row->menutype' AND parent='$row->parent'" ); | $row->updateOrder( "menutype='$row->menutype' AND parent='$row->parent'" ); |
| 383 | ||
| 384 | $msg = 'Menu item Saved'; | $msg = T_('Menu item Saved'); |
| 385 | switch ( $task ) { | switch ( $task ) { |
| 386 | case 'apply': | case 'apply': |
| 387 | mosRedirect( 'index2.php?option='. $option .'&menutype='. $row->menutype .'&task=edit&id='. $row->id . '&hidemainmenu=1' , $msg ); | mosRedirect( 'index2.php?option='. $option .'&menutype='. $row->menutype .'&task=edit&id='. $row->id . '&hidemainmenu=1' , $msg ); |
| # | Line 703 | Line 703 |
| 703 | $group = $parser->getGroup('menu'); | $group = $parser->getGroup('menu'); |
| 704 | ||
| 705 | if ( ( $component <> -1 ) && ( $name == 'Component') ) { | if ( ( $component <> -1 ) && ( $name == 'Component') ) { |
| 706 | $name .= ' - '. $component; | $name = T_($name) . ' - '. $component; |
| 707 | } | } |
| 708 | ||
| 709 | $row[0] = $name; | $row[0] = $name; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

