Last change
on this file since 32058 was
30431,
checked in by ddtddt, 10 years ago
|
[extensions] - Photo_add_by - compatibility see photo by user
|
File size:
756 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>{'Configuration'|translate}</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_radios 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.