Ignore:
Timestamp:
Nov 19, 2010, 9:27:24 PM (14 years ago)
Author:
rvelices
Message:

homogenuous popuphelp and search_rules templates with the rest of pages
simplification of CSS rules

Location:
trunk/themes/default/template
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/month_calendar.tpl

    r5178 r7823  
    7575                        <td class="calDayCellEmpty">{$day.DAY}
    7676                {/if}
    77         {else}
    78                 <td class="calDayCellBlank">
     77        {else}{*blank cell first or last row only*}
     78                <td>
    7979        {/if}
    8080        </td>
  • trunk/themes/default/template/popuphelp.tpl

    r5920 r7823  
    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
  • trunk/themes/default/template/search_rules.tpl

    r6993 r7823  
    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.