source: extensions/PWG_Stuffs/admin/template/new.tpl @ 9449

Last change on this file since 9449 was 9449, checked in by patdenice, 13 years ago

Optimizations.

File size: 638 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 style="font-weight:normal;">: {$module.DESC}</span></span>
14        <input type="radio" value="{$module.MODULE_PATH}" name="module"/>
15      </label>
16    </li>
17    {/foreach}
18  </ul>
19</fieldset>
20<p><input class="submit" name="addModule" type="submit" value="{'stuffs_add_mod'|@translate}"/></p>
21</form>
Note: See TracBrowser for help on using the repository browser.