aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/popuphelp.tpl
blob: 1b2aaa1d30367c6227e844372d75e33498e875ce (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.icon_dir}/exit.png" class="button" alt="exit">
		</a>
	</li>
</ul>