mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-14 02:50:13 -04:00
Update notify/watch eyeglasses icon with bullhorn icon. Rename css/image names from watch to notify.
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user