summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-05-31 23:52:08 -0600
committerBharat Mediratta <bharat@menalto.com>2009-06-04 11:55:18 -0700
commitbc3850525139680946633e6e44152ac6c9096002 (patch)
tree5d008b73eb75d42ea6cc59f0bc747ddbb2f52847
parentdd854379c20722a763ae7fe3d097a57a544cae80 (diff)
Update notify/watch eyeglasses icon with bullhorn icon. Rename css/image names from watch to notify.
-rw-r--r--modules/notification/helpers/notification_menu.php2
-rw-r--r--themes/default/css/screen.css8
-rw-r--r--themes/default/images/ico-watch-add.pngbin1160 -> 0 bytes
-rw-r--r--themes/default/images/ico-watch-remove.pngbin1172 -> 0 bytes
4 files changed, 5 insertions, 5 deletions
diff --git a/modules/notification/helpers/notification_menu.php b/modules/notification/helpers/notification_menu.php
index 1c04aa89..87927874 100644
--- a/modules/notification/helpers/notification_menu.php
+++ b/modules/notification/helpers/notification_menu.php
@@ -30,7 +30,7 @@ class notification_menu_Core {
->id("watch")
->label(t("Enable notifications for this album"))
->url(url::site("notification/watch/$item->id?csrf=" . access::csrf_token()))
- ->css_id($watching ? "gRemoveWatchLink" : "gAddWatchLink"));
+ ->css_id($watching ? "gRemoveNotifyLink" : "gAddNotifyLink"));
}
}
}
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index fd9f64df..165112ca 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -606,12 +606,12 @@ form .gError,
background-image: url('../images/ico-view-album.png');
}
-#gViewMenu #gAddWatchLink {
- background-image: url('../images/ico-watch-add.png');
+#gViewMenu #gAddNotifyLink {
+ background-image: url('../images/ico-notify-add.png');
}
-#gViewMenu #gRemoveWatchLink {
- background-image: url('../images/ico-watch-remove.png');
+#gViewMenu #gRemoveNotifyLink {
+ background-image: url('../images/ico-notify-remove.png');
}
#gViewMenu #gHybridLink {
diff --git a/themes/default/images/ico-watch-add.png b/themes/default/images/ico-watch-add.png
deleted file mode 100644
index 9bb40b4d..00000000
--- a/themes/default/images/ico-watch-add.png
+++ /dev/null
Binary files differ
diff --git a/themes/default/images/ico-watch-remove.png b/themes/default/images/ico-watch-remove.png
deleted file mode 100644
index 0c5e7cf0..00000000
--- a/themes/default/images/ico-watch-remove.png
+++ /dev/null
Binary files differ