Ignore:
Timestamp:
Nov 19, 2010, 9:28:21 PM (13 years ago)
Author:
rvelices
Message:

merge r7823 from trunk to branch 2.1
homogenuous popuphelp and search_rules templates with the rest of pages
simplification of CSS rules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/themes/default/template/search_rules.tpl

    r5095 r7824  
    11<div id="content" class="content">
    2 <h2>{'Search rules'|@translate}</h2>
     2  <div class="titrePage">
     3        <ul class="categoryActions">
     4          <li>
     5                <a href="#" onclick="window.close();" title="{'Close this window'|@translate}">
     6                  <img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit">
     7                </a>
     8          </li>
     9        </ul>
     10  <h2>{'Search rules'|@translate}</h2>
     11  </div>
    312
    413{if isset($INTRODUCTION) }
     
    4756</ul>
    4857
     58<p>
     59    <a href="#" onclick="window.close();">{'Close this window'|@translate}</a>
     60</p>
     61
    4962</div> <!-- content -->
    5063
    51 <ul class="categoryActions">
    52         <li>
    53                 <a href="#" onclick="window.close();" title="{'Close this window'|@translate}">
    54                         <img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit">
    55                 </a>
    56         </li>
    57 </ul>
Note: See TracChangeset for help on using the changeset viewer.