source: extensions/floPure/2.0.x/popuphelp.tpl @ 5712

Last change on this file since 5712 was 5712, checked in by flop25, 14 years ago
File size: 403 bytes
Line 
1{* $Id: popuphelp.tpl 2352 2008-05-20 00:27:26Z patdenice $ *}
2<div id="content" class="content">
3<div id="autre_content">
4{$HELP_CONTENT}
5 <!-- content -->
6</div>
7<ul class="categoryActions">
8        <li>
9                <a href="#" onclick="window.close();" title="{'Close this window'|@translate}">
10                        <img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit">
11                </a>
12        </li>
13</ul>
14</div>
Note: See TracBrowser for help on using the repository browser.