Ignore:
Timestamp:
Mar 6, 2011, 3:28:05 PM (13 years ago)
Author:
flop25
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/adult_content/admin/admin.tpl

    r9530 r9558  
    1 
    2 {html_head}<link rel="stylesheet" type="text/css" href="./template/admin.css">{/html_head}
     1 {html_head}
     2<link rel="stylesheet" type="text/css" href="./template/admin.css">
     3{/html_head}
    34<div class="titrePage">
    45  <h2>Adult Content</h2>
    56</div>
    6 <form action="" method="post" name="option_plugin">
    7   {'ad_c_menublock_for_guest'|@translate}
    8   <input type="checkbox" name="menublock_for_guest" value="true" {$AD_C_menublock_for_guest} />
    9   <br />
    10   <br />
    11   {'ad_c_block_on_index'|@translate}
    12   <input type="checkbox" name="block_on_index" value="true" {$AD_C_block_on_index} {$AD_C_block_on_index_disabled}/>    {'ad_c_block_on_index_error'|@translate}
    13 
    14   <br />
    15   <br />
    16   <input type="submit" name="option_ad_c" id="button" value="{'ad_c_send'|@translate}" />
    17 </form>
     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>
    1819</fieldset>
     20<hr />
     21<div style="text-align:left">
     22  {'ad_c_howitworks'|@translate}
     23</div>
Note: See TracChangeset for help on using the changeset viewer.