From 2c61829ad73fb03a0562387c77bc71fd4e50eb8e Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 23 Mar 2012 11:17:15 +0000 Subject: 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 --- .../themes/default/template/album_notification.tpl | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 admin/themes/default/template/album_notification.tpl (limited to 'admin/themes') diff --git a/admin/themes/default/template/album_notification.tpl b/admin/themes/default/template/album_notification.tpl new file mode 100644 index 000000000..32aa8e414 --- /dev/null +++ b/admin/themes/default/template/album_notification.tpl @@ -0,0 +1,40 @@ +
+

{$CATEGORIES_NAV} › {'Edit album'|@translate} {$TABSHEET_TITLE}

+
+ +
+ +
+ {'Send an information email to group members'|@translate} + +{if isset($group_mail_options)} + +

+ {'Group'|@translate} +
+ +

+ +

+ {'Complementary mail content'|@translate} +
+ +

+ +

+ +

+ +{elseif isset($no_group_in_gallery) and $no_group_in_gallery} +

{'There is no group in this gallery.'|@translate} {'Group management'|@translate}

+{else} +

+ {'No group is permitted to see this private album'|@translate}. + {'Permission management'|@translate} +

+{/if} +
+ +
-- cgit v1.2.3