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

Last change on this file since 21057 was 21057, checked in by flop25, 11 years ago

removed the option for PWG stuffs
added an explicative texte
added new lang key for the PWG Stuff module

File size: 1.4 KB
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    <span class="property">{'ad_c_manage_what'|@translate}</span>&nbsp;
14    <select name="manage_what" style="min-width:150px;">
15      <option value="16" {if ($AD_C_manage_what=="16")}selected{/if}>{'ad_c_manage_eroticonly'|@translate}</option>
16      <option value="18" {if ($AD_C_manage_what=="18")}selected{/if}>{'ad_c_manage_pornonly'|@translate}</option>
17      <option value="both" {if ($AD_C_manage_what=="both")}selected{/if}>{'ad_c_manage_both'|@translate}</option>
18    </select>
19    <br />
20    <br />
21    <input type="submit" name="option_ad_c" id="button" value="{'ad_c_send'|@translate}" />
22    <br />
23    <br />
24    {'NEW! Check the Plugin PWG Stuffs to add the disclaimer on the index/album pages'|@translate} <br />
25  </form>
26</fieldset>
27<hr />
28<div style="text-align:left">
29  {'ad_c_howitworks'|@translate}
30  <br />
31  <a href="{$ROOT_URL}plugins/LocalFilesEditor/show_default.php?file=plugins/adult_content/language/{$AD_C_LANG}/plugin.lang.php" target="_blank">{'ad_c_linktolang'|@translate} </a>
32</div>
Note: See TracBrowser for help on using the repository browser.