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