diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/cat_options.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/cat_options.tpl b/template/yoga/admin/cat_options.tpl index 052b2a99c..dbc2b5353 100644 --- a/template/yoga/admin/cat_options.tpl +++ b/template/yoga/admin/cat_options.tpl @@ -1,7 +1,7 @@ <!-- $Id$ --> <div class="titrePage"> <ul class="categoryActions"> - <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="template/yoga/theme/help.png" alt="(?)"></a></li> + <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="template/yoga/theme/help.png" class="button" alt="(?)"></a></li> </ul> <h2>{lang:title_cat_options}</h2> </div> |