piwigo/themes/default/template/popuphelp.tpl
rvelices 7626e48e01 css sprites
git-svn-id: http://piwigo.org/svn/trunk@8091 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-12 12:22:49 +00:00

19 lines
492 B
Smarty

<div id="content" class="content">
<div class="titrePage">
<ul class="categoryActions">
<li><a href="#" onclick="window.close();" title="{'Close this window'|@translate} class="pwg-state-default pwg-button">
<span class="pwg-icon pwg-icon-close">&nbsp;</span><span class="pwg-button-text">exit</span>
</a></li>
</ul>
<h2>{$PAGE_TITLE}</h2>
</div>
{$HELP_CONTENT}
<p>
<a href="#" onclick="window.close();">{'Close this window'|@translate}</a>
</p>
</div> <!-- content -->