source: branches/2.1/admin/themes/default/template/popuphelp.tpl @ 6323

Last change on this file since 6323 was 6323, checked in by plg, 14 years ago

merge r6320 from trunk to branch 2.1

bug 1667 fixed: r6027 was fixing a minor error on tabs for Google Chrome/Safari
BUT was introducing a major visual issue for IE8. Backmerged + adds the -webkit
radius anyway.

This is a quickfix for release 2.1.1, the improved display introduced by nikrou
was nice and it would be better to have it, but working in IE8

File size: 421 bytes
Line 
1{known_script id="jquery.tipTip" src=$ROOT_URL|@cat:"themes/default/js/plugins/jquery.tipTip.minified.js" }
2
3<div id="content" class="content">
4{$HELP_CONTENT}
5</div> <!-- content -->
6
7<ul class="categoryActions">
8  <li>
9    <a href="#" onclick="window.close();" title="{'Close this window'|@translate}">
10      <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/exit.png" class="button" alt="exit">
11    </a>
12  </li>
13</ul>
14
Note: See TracBrowser for help on using the repository browser.