source: extensions/set_plugins/admin.tpl @ 11072

Last change on this file since 11072 was 11072, checked in by cljosse, 13 years ago
  • Create the plugin set / unset plugins
File size: 513 bytes
Line 
1<!-- Show the title of the plugin -->
2<div class="titlePage">
3  <h2>{'set_plugins'|@translate} {'Version'|@translate} {$cl_version}</h2>
4</div>
5<fieldset>
6  <legend>{'command'|@translate}</legend>
7  <form action="{$action}" method="post" name="form_set_plugins" id="form_set_plugins">
8<input name="unset_plugins" type="submit" value="{'Deactivate'|@translate}" />
9<input name="set_plugins" type="submit" value="{'Activate'|@translate}" />
10<input name="nb" type="text" value="{$nb}" /> 
11  </form>
12</fieldset>
13
Note: See TracBrowser for help on using the repository browser.