Last change
on this file since 19816 was
12646,
checked in by flop25, 13 years ago
|
adding one new key in language files
adding a link to see the current default plugin.lang.php, via localfiles editor
"overloading" the local language files to apply customization
|
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 | {'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 | <span class="property">{'ad_c_manage_what'|@translate}</span> |
---|
18 | <select name="manage_what" style="min-width:150px;"> |
---|
19 | <option value="16" {if ($AD_C_manage_what=="16")}selected{/if}>{'ad_c_manage_eroticonly'|@translate}</option> |
---|
20 | <option value="18" {if ($AD_C_manage_what=="18")}selected{/if}>{'ad_c_manage_pornonly'|@translate}</option> |
---|
21 | <option value="both" {if ($AD_C_manage_what=="both")}selected{/if}>{'ad_c_manage_both'|@translate}</option> |
---|
22 | </select> |
---|
23 | <br /> |
---|
24 | <input type="submit" name="option_ad_c" id="button" value="{'ad_c_send'|@translate}" /> |
---|
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.