source: extensions/PWG_Stuffs/trunk/admin/template/new.tpl @ 20641

Last change on this file since 20641 was 20641, checked in by mistic100, 11 years ago

fix display for Piwigo 2.5

File size: 644 bytes
Line 
1<div class="titrePage">
2  <h2>PWG Stuffs</h2>
3</div>
4
5<form method="post" action="" class="properties">
6
7<fieldset id="indexDisplayConf" style="padding-top:25px;">
8  <legend>{'stuffs_add_mod'|@translate}</legend>
9  <ul>
10    {foreach from=$add_module item=module}
11    <li>
12      <label>
13        <span class="property">{$module.NAME}</span>
14        <input type="radio" value="{$module.MODULE_PATH}" name="module"/>
15        <span style="font-weight:normal;">{$module.DESC}</span>
16      </label>
17    </li>
18    {/foreach}
19  </ul>
20</fieldset>
21<p><input class="submit" name="addModule" type="submit" value="{'stuffs_add_mod'|@translate}"/></p>
22</form>
Note: See TracBrowser for help on using the repository browser.