source: trunk/admin/themes/default/template/album_notification.tpl @ 15659

Last change on this file since 15659 was 13668, checked in by plg, 12 years ago

feature 2561: notification on album was moved to a dedicated tab on the "Edit album" screen.

File size: 1.2 KB
Line 
1<div class="titrePage">
2  <h2><span style="letter-spacing:0">{$CATEGORIES_NAV}</span> &#8250; {'Edit album'|@translate} {$TABSHEET_TITLE}</h2>
3</div>
4
5<form action="{$F_ACTION}" method="post" id="categoryNotify">
6
7<fieldset id="emailCatInfo">
8  <legend>{'Send an information email to group members'|@translate}</legend>
9
10{if isset($group_mail_options)}
11
12  <p>
13    <strong>{'Group'|@translate}</strong>
14    <br>
15    <select name="group">
16      {html_options options=$group_mail_options}
17    </select>
18  </p>
19
20  <p>
21    <strong>{'Complementary mail content'|@translate}</strong>
22    <br>
23    <textarea cols="50" rows="5" name="mail_content" id="mail_content" class="description">{$MAIL_CONTENT}</textarea>
24  </p>
25
26  <p>
27    <input class="submit" type="submit" value="{'Send'|@translate}" name="submitEmail">
28  </p>
29
30{elseif isset($no_group_in_gallery) and $no_group_in_gallery}
31  <p>{'There is no group in this gallery.'|@translate} <a href="admin.php?page=group_list" class="externalLink">{'Group management'|@translate}</a></p>
32{else}
33  <p>
34    {'No group is permitted to see this private album'|@translate}.
35    <a href="{$permission_url}" class="externalLink">{'Permission management'|@translate}</a>
36  </p>
37{/if}
38</fieldset>
39
40</form>
Note: See TracBrowser for help on using the repository browser.