diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-12 12:22:49 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-12 12:22:49 +0000 |
commit | 7626e48e0172ffcbdca9c14f27134b03e0e501fb (patch) | |
tree | 93742558c7cf49fc2ce53befabb4cb71a0f41cbe /themes/default/template/popuphelp.tpl | |
parent | 4448b8db7f59b4408a3ebcad2cb1ac77f6b38b8a (diff) |
css sprites
git-svn-id: http://piwigo.org/svn/trunk@8091 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/popuphelp.tpl | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/themes/default/template/popuphelp.tpl b/themes/default/template/popuphelp.tpl index 89cba8578..523ad4942 100644 --- a/themes/default/template/popuphelp.tpl +++ b/themes/default/template/popuphelp.tpl @@ -1,14 +1,12 @@ <div id="content" class="content"> - <div class="titrePage"> + <div class="titrePage"> <ul class="categoryActions"> - <li> - <a href="#" onclick="window.close();" title="{'Close this window'|@translate}"> - <img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit"> - </a> - </li> + <li><a href="#" onclick="window.close();" title="{'Close this window'|@translate} class="pwg-state-default pwg-button"> + <span class="pwg-icon pwg-icon-close"> </span><span class="pwg-button-text">exit</span> + </a></li> </ul> - <h2>{$PAGE_TITLE}</h2> - </div> + <h2>{$PAGE_TITLE}</h2> + </div> {$HELP_CONTENT} |