source: extensions/SmartAlbums/admin/template/config.tpl @ 26741

Last change on this file since 26741 was 26442, checked in by mistic100, 10 years ago

update for Piwigo 2.6

File size: 1.6 KB
Line 
1{footer_script require="jquery"}
2jQuery(".showInfo").tipTip({
3  delay: 0,
4  fadeIn: 200,
5  fadeOut: 200,
6  maxWidth: '300px',
7  defaultPosition:"right"
8});
9{/footer_script}
10
11
12<div class="titrePage">
13  <h2>SmartAlbums</h2>
14</div>
15
16<form method="post" action="" class="properties">
17  <fieldset id="commentsConf">
18    <ul>
19      <li>
20        <label>
21          <input type="checkbox" name="update_on_date" value="true" {if $update_on_date}checked="checked"{/if}/>
22          {assign var=input value='</label><input type="text" name="update_timeout" size="2" value="'|cat:$update_timeout|cat:'"/>'}
23          <b>{'Update albums every %s days'|translate:$input}</b>
24        <!-- label -->
25      </li>
26      <li>
27        <label>
28          <input type="checkbox" name="update_on_upload" value="true" {if $update_on_upload}checked="checked"{/if}/>
29          <b>{'Update albums on file upload'|translate}</b>
30          <a class="icon-info-circled-1 showInfo" title="{'can cause slowdowns'|translate}"></a>
31        </label>
32      </li>
33      <li>
34        <label>
35          <input type="checkbox" name="smart_is_forbidden" value="true" {if $smart_is_forbidden}checked="checked"{/if}/>
36          <b>{'Exclude SmartAlbums from permissions management'|translate}</b>
37          <a class="icon-info-circled-1 showInfo" title="{'SmartAlbums are considered private for everyone, and a user can see it\'s content only if available in another album he has access to.'|translate}"></a>
38        </label>
39      </li>
40    </ul>
41  </fieldset>
42
43  <p class="formButtons"><input class="submit" type="submit" value="{'Submit'|translate}" name="submit" /></p>
44</form>
Note: See TracBrowser for help on using the repository browser.