Ignore:
Timestamp:
Jan 28, 2012, 6:45:06 PM (12 years ago)
Author:
Zaphod
Message:

version 2.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/popuphelp.tpl

    r7989 r12960  
    11<div class="titrePage">
    2    <a href="#" onclick="window.close();" title="{'Close this window'|@translate}">{'Close this window'|@translate}</a>
     2        <div class="browsePath">
     3                <h2>{$PAGE_TITLE}</h2>
     4        </div>
     5        <div class="categoryActionsContainer">
     6                <ul class="categoryActions">
     7                        <li><a href="#" onclick="window.close();" title="{'Close this window'|@translate}" class="pwg-state-default pwg-button">
     8                                <span class="pwg-icon pwg-icon-close">&nbsp;</span><span class="pwg-button-text">{'Close this window'|@translate}</span>
     9                        </a></li>
     10                </ul>
     11        </div>
    312</div>
    413<div id="content">
    5 {$HELP_CONTENT}
    6 </div>
     14        <div id="content_cell">
     15                <div class="content_block">
     16                        {$HELP_CONTENT}
     17                </div>
     18        </div>
     19</div> <!-- content -->
Note: See TracChangeset for help on using the changeset viewer.