Ignore:
Timestamp:
Aug 15, 2010, 3:32:31 AM (14 years ago)
Author:
Eric
Message:
  • Merge from Trunk to Branch 2.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/nbc_HistoryIPExcluder/branches/2.1/admin/HIPE_admin.tpl

    r5615 r6761  
    1515    <div style="text-align:center;">
    1616      <textarea name="HIPE_IPs_Excluded" rows="10" cols="30" {$TAG_INPUT_ENABLED}>{$IPs_EXCLUDED}</textarea>
     17    </div>
    1718
    18     </div>
     19    <fieldset>
     20    <legend>{'HIPE_IPBlacklist_title'|@translate}</legend>
     21      <ul>
     22                    <li><input type="checkbox" name="HIPE_chkb" {$HIPE_IPBlacklisted} value="1">&nbsp;{'HIPE_IPBlacklisted'|@translate}</li>
     23      </ul>
     24    </fieldset>
    1925   
    2026    <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>
     
    4450      <table>
    4551      <!-- BEGIN resultat -->
    46         <tr>
    47           <td>{$resultat.HIPE_RESULTAT1}</td>
    48           <td>{$resultat.HIPE_RESULTAT2}</td>
    49           <td>{$resultat.HIPE_RESULTAT3}</td>
    50           <td>{$resultat.HIPE_RESULTAT4}</td>
    51           <td>{$resultat.HIPE_RESULTAT5}</td>
     52      {foreach from=$resultat item=result}
     53        <tr style="color: red;">
     54          <td>{$result.HIPE_RESULTAT1}</td>
     55          <td>{$result.HIPE_RESULTAT2}</td>
     56          <td>{$result.HIPE_RESULTAT3}</td>
     57          <td>{$result.HIPE_RESULTAT4}</td>
     58          <td>{$result.HIPE_RESULTAT5}</td>
    5259        </tr>
     60      {/foreach}
    5361      <!-- END resultat -->
    5462      </table>
Note: See TracChangeset for help on using the changeset viewer.