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
RevLine 
[3609]1<div class="titrePage">
2  <h2>PWG Stuffs</h2>
3</div>
4
[9449]5<form method="post" action="" class="properties">
[3609]6
[9449]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>
[20641]13        <span class="property">{$module.NAME}</span>
[9449]14        <input type="radio" value="{$module.MODULE_PATH}" name="module"/>
[20641]15        <span style="font-weight:normal;">{$module.DESC}</span>
[9449]16      </label>
17    </li>
18    {/foreach}
19  </ul>
[3609]20</fieldset>
[9449]21<p><input class="submit" name="addModule" type="submit" value="{'stuffs_add_mod'|@translate}"/></p>
[3300]22</form>
Note: See TracBrowser for help on using the repository browser.