source: extensions/adult_content/admin/admin.tpl @ 11143

Last change on this file since 11143 was 9558, checked in by flop25, 13 years ago

adding an explanation on the admin page => translation needed
in msg.tpl, new lang code

File size: 790 bytes
Line 
1 {html_head}
2<link rel="stylesheet" type="text/css" href="./template/admin.css">
3{/html_head}
4<div class="titrePage">
5  <h2>Adult Content</h2>
6</div>
7<fieldset>
8  <form action="" method="post" name="option_plugin">
9    {'ad_c_menublock_for_guest'|@translate}
10    <input type="checkbox" name="menublock_for_guest" value="true" {$AD_C_menublock_for_guest} />
11    <br />
12    <br />
13    {'ad_c_block_on_index'|@translate}
14    <input type="checkbox" name="block_on_index" value="true" {$AD_C_block_on_index} {$AD_C_block_on_index_disabled}/>
15    {'ad_c_block_on_index_error'|@translate} <br />
16    <br />
17    <input type="submit" name="option_ad_c" id="button" value="{'ad_c_send'|@translate}" />
18  </form>
19</fieldset>
20<hr />
21<div style="text-align:left">
22  {'ad_c_howitworks'|@translate}
23</div>
Note: See TracBrowser for help on using the repository browser.