root/trunk/admin/themes/default/template/popuphelp.tpl @ 12482

Revision 12482, 297 bytes (checked in by rvelices, 20 months ago)

admin remove unused css rules + unused class names from html elements

RevLine 
[4893]1<div id="content" class="content">
2{$HELP_CONTENT}
3</div> <!-- content -->
4
5<ul class="categoryActions">
6  <li>
7    <a href="#" onclick="window.close();" title="{'Close this window'|@translate}">
[12482]8      <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/exit.png" alt="exit">
[4893]9    </a>
10  </li>
11</ul>
12
Note: See TracBrowser for help on using the browser.