aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/popuphelp.tpl
blob: 950e3ca0e79241c0ca8b3a3e1be0ad1259bef157 (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" class="button" alt="exit">
    </a>
  </li>
</ul>