[pLog-svn] r5016 - plog/branches/lifetype-1.2/templates/admin
oscar at devel.lifetype.net
oscar at devel.lifetype.net
Wed Mar 7 07:14:14 EST 2007
Author: oscar
Date: 2007-03-07 07:14:14 -0500 (Wed, 07 Mar 2007)
New Revision: 5016
Modified:
plog/branches/lifetype-1.2/templates/admin/globalsettings_url.template
Log:
I've hidden the resource_xxx_link_format as they're not used anymore, only to keep older links working. I think it's better if we hide them completely, rather than keeping the fields disabled (which may lead to confusion, I can already see the support questions in the forums...)
Modified: plog/branches/lifetype-1.2/templates/admin/globalsettings_url.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/globalsettings_url.template 2007-03-07 12:10:10 UTC (rev 5015)
+++ plog/branches/lifetype-1.2/templates/admin/globalsettings_url.template 2007-03-07 12:14:14 UTC (rev 5016)
@@ -77,24 +77,25 @@
<div class="formHelp">{$locale->tr("help_resource_link_format")}</div>
<input style="width:100%" type="text" id="config[resource_link_format]" name="config[resource_link_format]" value="{$resource_link_format}"/>
</div>
- <!-- resource_preview_link_format -->
+<!--
<div class="field">
<label for="config[resource_preview_link_format]">resource_preview_link_format</label>
<div class="formHelp">{$locale->tr("help_resource_preview_link_format")}</div>
<input disabled="disabled" style="width:100%" type="text" id="config[resource_preview_link_format]" name="config[resource_preview_link_format]" value="{$resource_preview_link_format}"/>
</div>
- <!-- resource_preview_link_format -->
+
<div class="field">
<label for="config[resource_medium_size_preview_link_format]">resource_medium_size_preview_link_format</label>
<div class="formHelp">{$locale->tr("help_resource_medium_size_preview_link_format")}</div>
<input disabled="disabled" style="width:100%" type="text" id="config[resource_medium_size_preview_link_format]" name="config[resource_medium_size_preview_link_format]" value="{$resource_medium_size_preview_link_format}"/>
</div>
- <!-- resource_download_link_format -->
+
<div class="field">
<label for="config[resource_download_link_format]">resource_download_link_format</label>
<div class="formHelp">{$locale->tr("help_resource_download_link_format")}</div>
<input disabled="disabled" style="width:100%" type="text" id="config[resource_download_link_format]" name="config[resource_download_link_format]" value="{$resource_download_link_format}"/>
</div>
+-->
<!-- page_suffix_format -->
<div class="field">
<label for="config[page_suffix_format]">page_suffix_format</label>
More information about the pLog-svn
mailing list