source: tags/2.0.5/template/yoga/popuphelp.tpl @ 25292

Last change on this file since 25292 was 2489, checked in by rvelices, 16 years ago
  • removed and moved (from common to admin) some CSS rules
  • upgraded jQuery and accordion to latest version (and reorganised a bit their location)
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 308 bytes
Line 
1{* $Id: popuphelp.tpl 2489 2008-08-28 01:26:26Z rvelices $ *}
2<div id="content" class="content">
3{$HELP_CONTENT}
4</div> <!-- content -->
5
6<ul class="categoryActions">
7        <li>
8                <a href="#" onclick="window.close();" title="{'Close this window'|@translate}">
9                        <img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit">
10                </a>
11        </li>
12</ul>
13
Note: See TracBrowser for help on using the repository browser.