Home » Projects » Mambo CMS » SVN » Browse repository
Diff of /mambo/branches/4.6/administrator/components/com_categories/toolbar.categories.html.php
Parent Directory
|
Revision Log
|
Patch
| 29 |
mosMenuBar::spacer(); |
mosMenuBar::spacer(); |
| 30 |
if ( $id ) { |
if ( $id ) { |
| 31 |
// for existing content items the button is renamed `close` |
// for existing content items the button is renamed `close` |
| 32 |
mosMenuBar::cancel( 'cancel', 'Close' ); |
mosMenuBar::cancel( 'cancel', T_('Close') ); |
| 33 |
} else { |
} else { |
| 34 |
mosMenuBar::cancel(); |
mosMenuBar::cancel(); |
| 35 |
} |
} |
| 77 |
mosMenuBar::addNewX(); |
mosMenuBar::addNewX(); |
| 78 |
mosMenuBar::spacer(); |
mosMenuBar::spacer(); |
| 79 |
if ( $section == 'content' || ( $section > 0 ) ) { |
if ( $section == 'content' || ( $section > 0 ) ) { |
| 80 |
mosMenuBar::customX( 'moveselect', 'move.png', 'move_f2.png', 'Move', true ); |
mosMenuBar::customX( 'moveselect', 'move.png', 'move_f2.png', T_('Move'), true ); |
| 81 |
mosMenuBar::spacer(); |
mosMenuBar::spacer(); |
| 82 |
mosMenuBar::customX( 'copyselect', 'copy.png', 'copy_f2.png', 'Copy', true ); |
mosMenuBar::customX( 'copyselect', 'copy.png', 'copy_f2.png', T_('Copy'), true ); |
| 83 |
mosMenuBar::spacer(); |
mosMenuBar::spacer(); |
| 84 |
} |
} |
| 85 |
mosMenuBar::editListX(); |
mosMenuBar::editListX(); |
|
|
Legend:
| Removed from v.148 |
|
| changed lines |
| |
Added in v.149 |
|
|

Web Hosting provided by Network
Redux.