diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2011-01-07 20:23:49 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-07 20:23:49 -0800 |
| commit | edcb3b665690acc85067bc43e1900390be228a4e (patch) | |
| tree | 7682d78bd09033345ff706749e9e6241850d616c /modules/organize/helpers/organize_event.php | |
| parent | 85ae3202886d2bd132f6cd327cc2d9f0650ca911 (diff) | |
Make the CSS for the organize menu consistently g-organize-link. Fixes #1070.
Diffstat (limited to 'modules/organize/helpers/organize_event.php')
| -rw-r--r-- | modules/organize/helpers/organize_event.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/helpers/organize_event.php b/modules/organize/helpers/organize_event.php index 2f997600..d6d21fc1 100644 --- a/modules/organize/helpers/organize_event.php +++ b/modules/organize/helpers/organize_event.php @@ -26,7 +26,7 @@ class organize_event_Core { ->append(Menu::factory("dialog") ->id("organize") ->label(t("Organize album")) - ->css_id("g-menu-organize-link") + ->css_id("g-organize-link") ->url(url::site("organize/dialog/{$item->id}"))); } } |
