aboutsummaryrefslogtreecommitdiffstats
path: root/admin/album.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-03-23 11:17:15 +0000
committerplegall <plg@piwigo.org>2012-03-23 11:17:15 +0000
commit2c61829ad73fb03a0562387c77bc71fd4e50eb8e (patch)
tree63b8b22f129f05894974f0c08270b16943b0fefe /admin/album.php
parent7ffddb84ee1a28d0409a56c67a39ce0392af517f (diff)
feature 2561: notification on album was moved to a dedicated tab on the "Edit album" screen.
git-svn-id: http://piwigo.org/svn/trunk@13668 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/album.php')
-rw-r--r--admin/album.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/album.php b/admin/album.php
index cb434e061..8609da9f5 100644
--- a/admin/album.php
+++ b/admin/album.php
@@ -65,6 +65,7 @@ $tabsheet = new tabsheet();
$tabsheet->add('properties', l10n('Properties'), $admin_album_base_url.'-properties');
$tabsheet->add('sort_order', l10n('Manage photo ranks'), $admin_album_base_url.'-sort_order');
$tabsheet->add('permissions', l10n('Permissions'), $admin_album_base_url.'-permissions');
+$tabsheet->add('notification', l10n('Notification'), $admin_album_base_url.'-notification');
$tabsheet->select($page['tab']);
$tabsheet->assign();