source: extensions/addjquery/admin.tpl

Last change on this file was 32986, checked in by ddtddt, 8 months ago

[addjquery] piwigo.org/forum/viewtopic.php?pid=187859#p187859

File size: 606 bytes
Line 
1<div class="titrePage">
2  <h2>{'Add jQuery in footer'|@translate}</h2>
3</div>
4<div id="configContent">
5{if isset ($gestA)}
6        <form method="post" >
7         <fieldset id="mainConf">
8                        <span class="property">
9                                <label for="plugajq">{'jQuery'|@translate}</label><br><br>
10                        </span>
11                        <textarea rows="5" cols="50" class="description" name="plugajq" id="plugajq">{$gestA.AJQFBASE|stripslashes}</textarea>
12  <p>
13    <input class="submit" type="submit" name="submitplugajq" value="{'Submit'|@translate}">
14    <input class="submit" type="reset" name="reset" value="{'Reset'|@translate}">
15  </p>
16        </form>
17{/if}
18</div>
Note: See TracBrowser for help on using the repository browser.