diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-03-28 01:26:37 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-03-28 01:26:37 +0000 |
commit | 7690f9bb8bfe33b6d0e85c6473f8d39a4fddf0df (patch) | |
tree | 80fc0ff864a27cbf3597a0dfbb094fc744cf039d /template | |
parent | 51a4de797c76dbda26741acacbda76013caa5f64 (diff) |
fix: php 5 errors and warnings
improve: put back update remote site from local listing.xml functionality
(allow_url_fopen is false on several ISPs)
git-svn-id: http://piwigo.org/svn/trunk@1107 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/site_manager.tpl | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/template/yoga/admin/site_manager.tpl b/template/yoga/admin/site_manager.tpl index 924a910aa..fd07662f9 100644 --- a/template/yoga/admin/site_manager.tpl +++ b/template/yoga/admin/site_manager.tpl @@ -1,4 +1,4 @@ -<!-- $Id: remote_site.tpl 980 2005-12-10 15:24:53Z chrisaga $ --> +<!-- $Id$ --> <div class="titrePage"> <ul class="categoryActions"> <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li> @@ -16,6 +16,23 @@ </div> <!-- END remote_output --> +<!-- BEGIN local_listing --> +{lang:remote_site_local_found} {local_listing.URL} +<!-- BEGIN create --> +<form action="" method="post"> + <p> + {lang:remote_site_local_create}: + <input type="hidden" name="no_check" value="1"/> + <input type="hidden" name="galleries_url" value="{local_listing.URL}" /> + <input type="submit" name="submit" value="{lang:submit}"/> + </p> +</form> +<!-- END create --> +<!-- BEGIN update --> +<a href="{local_listing.update.U_SYNCHRONIZE}" title="{lang:remote_site_local_update}">{lang:site_synchronize}</a> +<!-- END update --> +<!-- END local_listing --> + <!-- BEGIN sites --> <table border="1" cellpadding="0" cellspacing="0"> <!-- BEGIN site --> |