aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/remote_site.tpl
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-11-08 21:26:30 +0000
committerplegall <plg@piwigo.org>2005-11-08 21:26:30 +0000
commit648b69b56c7c202645a5fd6baadb81a72bfcc6a0 (patch)
tree96d72185d2d827691c45003c15a28306acc941e4 /template/yoga/admin/remote_site.tpl
parent5282ee6fb1e6a6f9db6b68b66494d1a225c207ab (diff)
This commit was manufactured by cvs2svn to create tag1.5.0
'release-1_5_0'. git-svn-id: http://piwigo.org/svn/tags/release-1_5_0@930 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/remote_site.tpl')
-rw-r--r--template/yoga/admin/remote_site.tpl12
1 files changed, 7 insertions, 5 deletions
diff --git a/template/yoga/admin/remote_site.tpl b/template/yoga/admin/remote_site.tpl
index 13d2e2117..8f41384f6 100644
--- a/template/yoga/admin/remote_site.tpl
+++ b/template/yoga/admin/remote_site.tpl
@@ -68,14 +68,16 @@
</p>
</form>
+<!-- BEGIN sites -->
<table>
<!-- BEGIN site -->
<tr>
- <td>{site.NAME}</td>
- <td>[<a href="{site.U_GENERATE}" title="{L_REMOTE_SITE_GENERATE_HINT}">{L_REMOTE_SITE_GENERATE}</a>]</td>
- <td>[<a href="{site.U_UPDATE}" title="{L_REMOTE_SITE_UPDATE_HINT}">{L_REMOTE_SITE_UPDATE}</a>]</td>
- <td>[<a href="{site.U_CLEAN}" title="{L_REMOTE_SITE_CLEAN_HINT}">{L_REMOTE_SITE_CLEAN}</a>]</td>
- <td>[<a href="{site.U_DELETE}" title="{L_REMOTE_SITE_DELETE_HINT}">{L_REMOTE_SITE_DELETE}</a>]</td>
+ <td>{sites.site.NAME}</td>
+ <td>[<a href="{sites.site.U_GENERATE}" title="{L_REMOTE_SITE_GENERATE_HINT}">{L_REMOTE_SITE_GENERATE}</a>]</td>
+ <td>[<a href="{sites.site.U_UPDATE}" title="{L_REMOTE_SITE_UPDATE_HINT}">{L_REMOTE_SITE_UPDATE}</a>]</td>
+ <td>[<a href="{sites.site.U_CLEAN}" title="{L_REMOTE_SITE_CLEAN_HINT}">{L_REMOTE_SITE_CLEAN}</a>]</td>
+ <td>[<a href="{sites.site.U_DELETE}" title="{L_REMOTE_SITE_DELETE_HINT}">{L_REMOTE_SITE_DELETE}</a>]</td>
</tr>
<!-- END site -->
</table>
+<!-- END sites --> \ No newline at end of file