Update notify/watch eyeglasses icon with bullhorn icon. Rename css/image names from watch to notify.

This commit is contained in:
Chad Kieffer
2009-05-31 23:52:08 -06:00
parent b6c99a062b
commit b1a6bed36d
4 changed files with 5 additions and 5 deletions

View File

@@ -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"));
}
}
}