source: trunk/themes/default/template/popuphelp.tpl @ 16930

Last change on this file since 16930 was 9706, checked in by flop25, 13 years ago

missing a " for closing title arg

File size: 493 bytes
RevLine 
[4893]1<div id="content" class="content">
[8091]2        <div class="titrePage">
[7823]3        <ul class="categoryActions">
[9706]4                <li><a href="#" onclick="window.close();" title="{'Close this window'|@translate}" class="pwg-state-default pwg-button">
[8091]5                        <span class="pwg-icon pwg-icon-close">&nbsp;</span><span class="pwg-button-text">exit</span>
6                </a></li>
[7823]7        </ul>
[8091]8        <h2>{$PAGE_TITLE}</h2>
9        </div>
[7823]10
[4893]11{$HELP_CONTENT}
[7823]12
13<p>
14    <a href="#" onclick="window.close();">{'Close this window'|@translate}</a>
15</p>
16
[4893]17</div> <!-- content -->
18
19
Note: See TracBrowser for help on using the repository browser.