source: extensions/stripped/template/popuphelp.tpl @ 12960

Last change on this file since 12960 was 12960, checked in by Zaphod, 12 years ago

version 2.1.0

File size: 590 bytes
Line 
1<div class="titrePage">
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>
12</div>
13<div id="content">
14        <div id="content_cell">
15                <div class="content_block">
16                        {$HELP_CONTENT}
17                </div>
18        </div>
19</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.