--- mambo/branches/4.6/administrator/components/com_modules/toolbar.modules.html.php 2006/02/16 21:43:38 297
+++ mambo/branches/4.6/administrator/components/com_modules/toolbar.modules.html.php 2007/02/06 06:05:27 964
@@ -1,42 +1,40 @@
-
 |
+ 
|
setQuery('select module from #__modules where id = '.$cid);
+ $result = substr($database->loadResult(), 4);
+
+ mosMenuBar::help( $result ? $result : 'edit' );
mosMenuBar::endTable();
- }
+ }
+ function _DEFAULT() {
+ mosMenuBar::startTable();
+ mosMenuBar::publishList();
+ mosMenuBar::spacer();
+ mosMenuBar::unpublishList();
+ mosMenuBar::spacer();
+ mosMenuBar::custom( 'copy', 'copy.png', 'copy_f2.png', T_('Copy'), true );
+ mosMenuBar::spacer();
+ mosMenuBar::addNewX();
+ mosMenuBar::spacer();
+ mosMenuBar::editListX();
+ mosMenuBar::spacer();
+ mosMenuBar::deleteList();
+ mosMenuBar::spacer();
+ mosMenuBar::help( 'admin.manager' );
+ mosMenuBar::endTable();
+ }
}
?>