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/popuphelp.tpl

    r5920 r7824  
    11<div id="content" class="content">
     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>{$PAGE_TITLE}</h2>
     11  </div>
     12
    213{$HELP_CONTENT}
     14
     15<p>
     16    <a href="#" onclick="window.close();">{'Close this window'|@translate}</a>
     17</p>
     18
    319</div> <!-- content -->
    420
    5 <ul class="categoryActions">
    6   <li>
    7     <a href="#" onclick="window.close();" title="{'Close this window'|@translate}">
    8       <img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit">
    9     </a>
    10   </li>
    11 </ul>
    1221
Note: See TracChangeset for help on using the changeset viewer.