From 0e78db47de2041912447dd5bbbfafb7684e7480f Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 8 Feb 2006 01:17:07 +0000 Subject: - 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 --- template/yoga/admin/site_manager.tpl | 49 ++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 template/yoga/admin/site_manager.tpl (limited to 'template/yoga/admin/site_manager.tpl') diff --git a/template/yoga/admin/site_manager.tpl b/template/yoga/admin/site_manager.tpl new file mode 100644 index 000000000..baf18ee0f --- /dev/null +++ b/template/yoga/admin/site_manager.tpl @@ -0,0 +1,49 @@ + +
+ +

{lang:remote_sites}

+
+ + +
+ +
+ + + + + + + +
+ {sites.site.NAME}
({sites.site.TYPE}, {sites.site.CATEGORIES} {lang:categories}, {sites.site.IMAGES} {lang:picture}s) +
+ [{lang:remote_site_update}] + + [{lang:remote_site_delete}] + + +
+ [{lang:Test}] + [{lang:remote_site_generate}] + [{lang:remote_site_clean}] + +
+ + +
+

+ + +

+

+ +

+
-- cgit v1.2.3