diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-02-08 01:17:07 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-02-08 01:17:07 +0000 |
commit | 0e78db47de2041912447dd5bbbfafb7684e7480f (patch) | |
tree | afb3fe9de5bdbbe5c0ce624f8ce60e65c6ef57c3 /template/yoga/admin.tpl | |
parent | 687a7ca122b56264c63830112ca43ea7db2c3c7b (diff) |
- remake of Remote sites and Synchronize:
- synchronization for remote and local sites are done by the same code
- remote sites can update metadata now (not before) - bug 279
- fixes bug 82: has_high column
- improve feature 280: user sort by filename
- fix path to template mimetypes icons
- bug 284: session cookie lifetime, deletion on logout and corrected issue
when db upgrades were missing
git-svn-id: http://piwigo.org/svn/trunk@1029 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/admin.tpl b/template/yoga/admin.tpl index 2192f90f6..c5b8e7e03 100644 --- a/template/yoga/admin.tpl +++ b/template/yoga/admin.tpl @@ -14,6 +14,7 @@ <dd> <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_SITES}">{lang:remote_sites}</a></li> <li><a href="{U_HISTORY}">{lang:history}</a></li> <li><a href="{U_CAT_UPDATE}">{lang:update}</a></li> @@ -67,7 +68,7 @@ <div id="content"> <!-- BEGIN errors --> - <div id="errors"> + <div class="errors"> <ul> <!-- BEGIN error --> <li>{errors.error.ERROR}</li> |