silverstripe-framework/admin/code
martimiz 82500dd4c4 NEW Custom menu icons for the CMS main menu
Add optional custom menu icons to the CMS main menu for every class
extending LeftAndMain (ModelAdmin). Works by setting optional static
$menu_icon = '/path/to/image' and providing custom styling for added
icons. Works for the menu as well as icon in the right-side (GridField) pane header.
2012-08-29 13:14:59 +02:00
..
AdminRootController.php MINOR Returning at least some error feedback when admin/* route isn't found (fixes #7409) 2012-06-03 22:46:16 +02:00
CMSBatchAction.php BUGFIX: Add batch handler status messages (fixes #7427) 2012-06-22 13:59:08 +12:00
CMSBatchActionHandler.php MINOR Tidy up of code formatting in TestRunner 2012-04-18 23:29:54 +12:00
CMSMenu.php API CHANGE: Changes to make Director rules set through the new config system. Includes the addition of a new AdminRootController to take over handling of routing /admin/* routes to the correct LeftAndMain panel. 2012-05-19 14:37:32 +12:00
CMSMenuItem.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
CMSPreviewable.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
CMSProfileController.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
GroupImportForm.php MINOR Switching _t() calls from sprintf() to using injection parameters (#7170) 2012-05-01 22:17:00 +02:00
LeftAndMain.php NEW Custom menu icons for the CMS main menu 2012-08-29 13:14:59 +02:00
LeftAndMainDecorator.php Scoped deprecation messages (fixes #7645) 2012-07-13 11:37:35 +02:00
LeftAndMainExtension.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
MemberImportForm.php MINOR Switching _t() calls from sprintf() to using injection parameters (#7170) 2012-05-01 22:17:00 +02:00
ModelAdmin.php FIX Santise model classes in ModelAdmin 2012-06-29 13:52:33 +12:00
SecurityAdmin.php CMS Localization 2012-08-10 00:17:34 +02:00