diff options
Diffstat (limited to 'template/yoga/admin/remote_site.tpl')
-rw-r--r-- | template/yoga/admin/remote_site.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/admin/remote_site.tpl b/template/yoga/admin/remote_site.tpl index 8f41384f6..69983a32c 100644 --- a/template/yoga/admin/remote_site.tpl +++ b/template/yoga/admin/remote_site.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:remote_sites}</h2> </div> @@ -80,4 +80,4 @@ </tr> <!-- END site --> </table> -<!-- END sites -->
\ No newline at end of file +<!-- END sites --> |