diff options
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/popuphelp.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/popuphelp.tpl b/admin/themes/default/template/popuphelp.tpl index 950e3ca0e..cddb73b83 100644 --- a/admin/themes/default/template/popuphelp.tpl +++ b/admin/themes/default/template/popuphelp.tpl @@ -5,7 +5,7 @@ <ul class="categoryActions"> <li> <a href="#" onclick="window.close();" title="{'Close this window'|@translate}"> - <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/exit.png" class="button" alt="exit"> + <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/exit.png" alt="exit"> </a> </li> </ul> |