aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2007-02-14 00:36:34 +0000
committerrvelices <rv-github@modusoptimus.com>2007-02-14 00:36:34 +0000
commit711ebcbf2c1906b6496711eb6973954ecb113d72 (patch)
tree625490d68f96f6aba3f93c484f6208e10cc9f3b8 /template/yoga/admin.tpl
parent03911f5aa32d4dd65d85b7dd81379fedd27bbef5 (diff)
- thumbnails creation for all local sites (not only site id 1)
- urls for images in notification (rss & mail) is now correct - removed "Recent pictures" from title in when the flat view is in effect - removed unnecessary class="" from comments.tpl - english language correction - removed unused web service files - set rating star button left & right margin to 0 (javascript) - admin menu - put site manager and synchronize together git-svn-id: http://piwigo.org/svn/trunk@1814 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin.tpl')
-rw-r--r--template/yoga/admin.tpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/template/yoga/admin.tpl b/template/yoga/admin.tpl
index 9da560996..3dca4cbf6 100644
--- a/template/yoga/admin.tpl
+++ b/template/yoga/admin.tpl
@@ -15,7 +15,7 @@
<ul>
<li><a href="{U_FAQ}">{lang:instructions}</a></li>
<li><a href="{U_SITE_MANAGER}">{lang:Site manager}</a></li>
-
+ <li><a href="{U_CAT_UPDATE}">{lang:update}</a></li>
<li>
{lang:history}
<ul>
@@ -23,8 +23,6 @@
<li><a href="{U_HISTORY_SEARCH}">{lang:Search}</a></li>
</ul>
</li>
-
- <li><a href="{U_CAT_UPDATE}">{lang:update}</a></li>
</ul>
</dd>
</dl>