aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/site_manager.tpl
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2010-04-20 21:41:07 +0000
committernikrou <nikrou@piwigo.org>2010-04-20 21:41:07 +0000
commit9559829f59a64c545dc1589427f467cf45419d02 (patch)
tree3dd0420c054c429f0fa2c94d43973af1efa30b5d /admin/themes/default/template/site_manager.tpl
parentc277a646c3ebe3f1706909172a03c2fb5814cdf8 (diff)
Fix some errors in generated html
git-svn-id: http://piwigo.org/svn/trunk@5931 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/site_manager.tpl')
-rw-r--r--admin/themes/default/template/site_manager.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/template/site_manager.tpl b/admin/themes/default/template/site_manager.tpl
index 0156e60fb..4b02184fc 100644
--- a/admin/themes/default/template/site_manager.tpl
+++ b/admin/themes/default/template/site_manager.tpl
@@ -16,8 +16,8 @@
{'A local listing.xml file has been found for'|@translate} {$local_listing.URL}
{if isset($local_listing.CREATE)}
<form action="{$F_ACTION}" method="post">
- <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}" />
<p>
+ <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
{'Create this site'|@translate}:
<input type="hidden" name="no_check" value="1">
<input type="hidden" name="galleries_url" value="{$local_listing.URL}">
@@ -64,8 +64,8 @@
{/if}
<form action="{$F_ACTION}" method="post">
- <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}" />
<p>
+ <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
<label for="galleries_url" >{'Create a new site : (give its URL to create_listing_file.php)'|@translate}</label>
<input type="text" name="galleries_url" id="galleries_url">
</p>