aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/popuphelp.tpl
blob: ff810c680f891d9689c932fe2591a23e29591165 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{* $Id$ *}
<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.icon_dir}/exit.png" class="button" alt="exit">
		</a>
	</li>
</ul>