aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/remote_site.tpl
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2005-11-19 23:46:18 +0000
committerchrisaga <chrisaga@piwigo.org>2005-11-19 23:46:18 +0000
commita2910859873e279ed56da45f2a0dff4020accaa6 (patch)
treed1df5264151ddf0624a5d92aa8bc77e74ede75db /template/yoga/admin/remote_site.tpl
parent1ba53a2ffa47e9e6c860b5d3d285b4d22245e815 (diff)
- report bug 206 correction and some template improvement from branch 1.5
- feature 195 : add an "Admin" link under "Home" in the menu bar of the admin page git-svn-id: http://piwigo.org/svn/trunk@948 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/remote_site.tpl')
-rw-r--r--template/yoga/admin/remote_site.tpl4
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 -->