Diff of /mambo/branches/4.6/administrator/components/com_languages/toolbar.languages.php
Parent Directory
|
Revision Log
|
Patch
| revision 149, Thu Jan 19 13:29:35 2006 UTC | revision 230, Sat Feb 4 20:13:58 2006 UTC | |
|---|---|---|
| # | Line 39 | Line 39 |
| 39 | ||
| 40 | function edit() { | function edit() { |
| 41 | mosMenuBar::startTable(); | mosMenuBar::startTable(); |
| 42 | mosMenuBar::save( 'save' ); | mosMenuBar::save(); |
| 43 | mosMenuBar::spacer(); | mosMenuBar::spacer(); |
| 44 | #mosMenuBar::customX( 'extract', 'publish.png', 'publish_f2.png', T_('Extract'), false ); | |
| 45 | mosMenuBar::spacer(); | |
| 46 | mosMenuBar::cancel(); | |
| 47 | mosMenuBar::spacer(); | |
| 48 | mosMenuBar::help( '453.screen.languages.edit' ); | |
| 49 | mosMenuBar::endTable(); | |
| 50 | } | |
| 51 | function extract() { | |
| 52 | mosMenuBar::startTable(); | |
| 53 | mosMenuBar::cancel(); | mosMenuBar::cancel(); |
| 54 | mosMenuBar::spacer(); | mosMenuBar::spacer(); |
| 55 | mosMenuBar::help( '453.screen.languages.edit' ); | mosMenuBar::help( '453.screen.languages.edit' ); |
| # | Line 50 | Line 59 |
| 59 | function _default() | function _default() |
| 60 | { | { |
| 61 | mosMenuBar::startTable(); | mosMenuBar::startTable(); |
| 62 | mosMenuBar::publishList(); | mosMenuBar::addNewX('extract'); |
| mosMenuBar::spacer(); | ||
| mosMenuBar::addNew('extract'); | ||
| 63 | mosMenuBar::spacer(); | mosMenuBar::spacer(); |
| 64 | mosMenuBar::editListX( 'edit' ); | mosMenuBar::editListX( 'edit' ); |
| 65 | mosMenuBar::spacer(); | mosMenuBar::spacer(); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

