source: trunk/admin/themes/default/template/popuphelp.tpl @ 5920

Last change on this file since 5920 was 5920, checked in by nikrou, 14 years ago

Bug 1617 fixed : help page is displayed in current theme in public or admin pages

File size: 421 bytes
Line 
1{known_script id="jquery.tipTip" src=$ROOT_URL|@cat:"themes/default/js/plugins/jquery.tipTip.minified.js" }
2
3<div id="content" class="content">
4{$HELP_CONTENT}
5</div> <!-- content -->
6
7<ul class="categoryActions">
8  <li>
9    <a href="#" onclick="window.close();" title="{'Close this window'|@translate}">
10      <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/exit.png" class="button" alt="exit">
11    </a>
12  </li>
13</ul>
14
Note: See TracBrowser for help on using the repository browser.