|
Revision 11497, 1.3 KB
(checked in by cljosse, 2 years ago)
|
|
[extensions] set_plugins add functions
|
| Line | |
|---|
| 1 | </legend> |
|---|
| 2 | <form action="{$action}" method="POST" name="form_set_plugins" id="form_set_plugins"> |
|---|
| 3 | <input name="add_plugins" type="hidden" id="add_plugins" value="{$add_plugins}" /> |
|---|
| 4 | <input type="submit" class="button" style="display:none" id="set" name="set" value="{$set}" /> |
|---|
| 5 | <input name="list_visible" style="display:none" id="list_visible" type="text" class="button" |
|---|
| 6 | value="{$list_visible}" /> |
|---|
| 7 | <input name="submit" type="submit" value="{'Deactivate'|@translate}" class="button cluetip" |
|---|
| 8 | title="{'s_pl_action4'|@translate}" /> |
|---|
| 9 | <input name="submit" type="submit" value="{'Activate'|@translate}" class="button cluetip" |
|---|
| 10 | title="{'s_pl_action5'|@translate}" /> |
|---|
| 11 | |
|---|
| 12 | <label class="cluetip" title="{'s_pl_action6'|@translate}"> |
|---|
| 13 | {'nb'|@translate}:</label> |
|---|
| 14 | <input name="nb" type="text" value="{$nb}" size="5" /> |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | <input type="submit" name="submit" class="cluetip button" title="{'s_pl_action7'|@translate}" |
|---|
| 18 | value="{'store'|@translate}" /> |
|---|
| 19 | <input class="cluetip button" title="{'s_pl_action8'|@translate} {$edited_file}" |
|---|
| 20 | type="submit" value="{'save_file'|@translate}" name="submit" /> |
|---|
| 21 | {if $restore} |
|---|
| 22 | <input class="cluetip button " title="{'s_pl_action9'|@translate} {$edited_file}" |
|---|
| 23 | type="submit" value="{'restore'|@translate}" name="submit" onclick="return confirm('{'restore_confirm'|@translate|escape:'javascript'}');" /> |
|---|
| 24 | {/if} |
|---|