source: extensions/Photo_add_by/admin/admin.tpl @ 27458

Last change on this file since 27458 was 27458, checked in by ddtddt, 10 years ago

[extensions] - Photo_add_by - if plugin see photo by user is actif - can show link on user on picture page with parameter plugin see photo by user

File size: 728 bytes
Line 
1<div class="titrePage">
2  <h2>Photo Added By</h2>
3</div>
4{if isset ($gestionA)}
5<div>
6<form method="post" >
7<fieldset>
8<legend></legend>
9 <p>
10  <strong>{'Add information before'|@translate}</strong>
11  {html_options name="infopab" options=$gestionA.OPTIONS selected=$gestionA.SELECTED}
12 </p>
13{if isset ($gestionB)}
14 <p>
15  <strong>{'Link on users'|@translate}</strong>
16  {html_options name="inspabs2" values=$pabs2 output=$pabs2t selected="{$PABS}"}
17  ({'parameter show from the plugin'|@translate} "{'See photos by user'|@translate}")
18 </p>
19{/if}
20 <p>
21  <div style="text-align:center;">
22  <input class="submit" name="submitpab" type="submit" value="{'Save Settings'|@translate}">
23  </div>
24 </p>
25</fieldset>
26</form>
27</div>
28{/if}
Note: See TracBrowser for help on using the repository browser.