diff options
author | Florent Paterno <florent.paterno@gmail.com> | 2010-03-01 17:23:56 +0100 |
---|---|---|
committer | Florent Paterno <florent.paterno@gmail.com> | 2010-03-01 17:23:56 +0100 |
commit | e4ed7e983d227ad7c81557ce6e56cb404db686bd (patch) | |
tree | 9ab0b2056ae8415666264240fbcfd9afc209b632 /modules/gallery/helpers | |
parent | aff40d2d787bf4a5853a2b097836e33226dc097d (diff) |
Fix bug #1015 : repeated ids are prohibited
Diffstat (limited to 'modules/gallery/helpers')
-rw-r--r-- | modules/gallery/helpers/gallery_event.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php index 36f91142..b9d3cb7c 100644 --- a/modules/gallery/helpers/gallery_event.php +++ b/modules/gallery/helpers/gallery_event.php @@ -383,7 +383,7 @@ class gallery_event_Core { ->id("delete") ->label($delete_title) ->css_class("ui-icon-trash") - ->css_id("g-quick-delete") + ->css_class("g-quick-delete") ->url(url::site("quick/form_delete/$item->id?csrf=$csrf&from_id=$theme_item->id&page_type=$page_type"))); } |