aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/popuphelp.tpl
blob: cddb73b83e14e4a27e17c332c92db7965a533cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div id="content" class="content">
{$HELP_CONTENT}
</div> <!-- content -->

<ul class="categoryActions">
  <li>
    <a href="#" onclick="window.close();" title="{'Close this window'|@translate}">
      <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/exit.png" alt="exit">
    </a>
  </li>
</ul>