summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-03-08 09:46:13 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-03-08 09:46:13 -0800
commit8715f602bd266d41a7f084df576d2446846a328b (patch)
tree8986763f126199e5e5ca28123419fb21d7b71362 /modules/gallery/helpers
parent1c022a5c84e53e247dafe6decffd5d3a96aba576 (diff)
parentbe580c9554602c02247fbc2f7401965b9ed00f0b (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/helpers')
-rw-r--r--modules/gallery/helpers/gallery_event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php
index 4fd447bd..d723cc1b 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&amp;from_id=$theme_item->id&amp;page_type=$page_type")));
}