aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/site_manager.tpl
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2010-12-14 13:55:37 +0000
committerpatdenice <patdenice@piwigo.org>2010-12-14 13:55:37 +0000
commit8b4e1c2b4bb53f2fd5934cda0904df5a8f3e5b2a (patch)
treec335530718df2a555b21fef1af75b3b2c64709c8 /admin/themes/default/template/site_manager.tpl
parent480fb5c2d954193c509b54a6b7148a662a7622ba (diff)
feature 2060: Remove {$TAG_INPUT_ENABLED} from tpl files.
git-svn-id: http://piwigo.org/svn/trunk@8128 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/site_manager.tpl')
-rw-r--r--admin/themes/default/template/site_manager.tpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/admin/themes/default/template/site_manager.tpl b/admin/themes/default/template/site_manager.tpl
index dc08b9ae8..60d12e5a7 100644
--- a/admin/themes/default/template/site_manager.tpl
+++ b/admin/themes/default/template/site_manager.tpl
@@ -21,7 +21,7 @@
{'Create this site'|@translate}:
<input type="hidden" name="no_check" value="1">
<input type="hidden" name="galleries_url" value="{$local_listing.URL}">
- <input type="submit" name="submit" value="{'Submit'|@translate}" {$TAG_INPUT_ENABLED}>
+ <input type="submit" name="submit" value="{'Submit'|@translate}">
</p>
</form>
{/if}
@@ -44,18 +44,18 @@
[<a href="{$site.U_SYNCHRONIZE}" title="{'update the database from files'|@translate}">{'synchronize'|@translate}</a>]
{if isset($site.U_DELETE)}
[<a href="{$site.U_DELETE}" onclick="return confirm('{'Are you sure?'|@translate|escape:'javascript'}');"
- title="{'delete this site and all its attached elements'|@translate}" {$TAG_INPUT_ENABLED}>{'delete'|@translate}</a>]
+ title="{'delete this site and all its attached elements'|@translate}">{'delete'|@translate}</a>]
{/if}
{if isset($site.remote)}
<br>
- [<a href="{$site.remote.U_TEST}" title="{'test this remote site'|@translate}" {$TAG_INPUT_ENABLED}>{'test'|@translate}</a>]
- [<a href="{$site.remote.U_GENERATE}" title="{'generate file listing.xml on remote site'|@translate}" {$TAG_INPUT_ENABLED}>{'generate listing'|@translate}</a>]
- [<a href="{$site.remote.U_CLEAN}" title="{'remove remote listing.xml file'|@translate}" {$TAG_INPUT_ENABLED}>{'clean'|@translate}</a>]
+ [<a href="{$site.remote.U_TEST}" title="{'test this remote site'|@translate}">{'test'|@translate}</a>]
+ [<a href="{$site.remote.U_GENERATE}" title="{'generate file listing.xml on remote site'|@translate}">{'generate listing'|@translate}</a>]
+ [<a href="{$site.remote.U_CLEAN}" title="{'remove remote listing.xml file'|@translate}">{'clean'|@translate}</a>]
{/if}
{if not empty($site.plugin_links)}
<br>
{foreach from=$site.plugin_links item=plugin_link}
- [<a href="{$plugin_link.U_HREF}" title='{$plugin_link.U_HINT}' {$TAG_INPUT_ENABLED}>{$plugin_link.U_CAPTION}</a>]
+ [<a href="{$plugin_link.U_HREF}" title='{$plugin_link.U_HINT}'>{$plugin_link.U_CAPTION}</a>]
{/foreach}
{/if}
</td></tr>
@@ -70,6 +70,6 @@
<input type="text" name="galleries_url" id="galleries_url">
</p>
<p>
- <input class="submit" type="submit" name="submit" value="{'Submit'|@translate}" {$TAG_INPUT_ENABLED}>
+ <input class="submit" type="submit" name="submit" value="{'Submit'|@translate}">
</p>
</form>