Ignore:
Timestamp:
Mar 11, 2010, 11:03:23 PM (14 years ago)
Author:
Eric
Message:

[nbc_HistoryIPExcluder]

This set works fine. A fist release will be build ASAP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/nbc_HistoryIPExcluder/trunk/admin/HIPE_admin.tpl

    r5099 r5113  
    1111    <br>
    1212
    13     <label>
    14       {'HIPE_admin_description1'|@translate} <textarea name="HIPE_IPs_Excluded" rows="10" cols="60" {$TAG_INPUT_ENABLED}>{$IPs_EXCLUDED}</textarea>
    15     </label>
     13    <label>{'HIPE_admin_description1'|@translate}</label>
     14   
     15    <div style="text-align:center;">
     16      <textarea name="HIPE_IPs_Excluded" rows="10" cols="60" {$TAG_INPUT_ENABLED}>{$IPs_EXCLUDED}</textarea>
     17    </div>
     18   
     19    <p><input type="submit" name="submit" value="{'submit'|@translate}" class="bouton" {$TAG_INPUT_ENABLED}> <input type="submit" name="CleanHist" value="{'HIPE_CleanHist'|@translate}" class="bouton" {$TAG_INPUT_ENABLED}></p>
     20 
    1621  </fieldset>
    1722
    18   <p><input type="submit" name="submit" value="{'submit'|@translate}" class="bouton" {$TAG_INPUT_ENABLED}> <input type="submit" name="CleanHist" value="{'HIPE_CleanHist'|@translate}" class="bouton" {$TAG_INPUT_ENABLED}></p>
    19 
    20   <br>
     23  <fieldset>
     24  <legend>{'HIPE_admin_section2'|@translate}</legend>
    2125 
    2226  <p style="text-align:center;">
     
    3337
    3438  <fieldset>
    35          <legend>{'HIPE_admin_section2'|@translate}</legend>
     39         <legend>{'HIPE_admin_section3'|@translate}</legend>
    3640         
    3741    <label>{$HIPE_DESCRIPTION2}</label>
     
    5155
    5256  </fieldset>
    53 
     57</fieldset>
    5458
    5559</form>
Note: See TracChangeset for help on using the changeset viewer.