[pLog-svn] r5365 - plog/branches/lifetype-1.2/templates/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Apr 29 09:52:27 EDT 2007


Author: oscar
Date: 2007-04-29 09:52:27 -0400 (Sun, 29 Apr 2007)
New Revision: 5365

Modified:
   plog/branches/lifetype-1.2/templates/admin/globalsettings_summary.template
   plog/branches/lifetype-1.2/templates/admin/globalsettings_uploads.template
Log:
Removed two </td> tags from the template.

Modified: plog/branches/lifetype-1.2/templates/admin/globalsettings_summary.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/globalsettings_summary.template	2007-04-29 13:51:02 UTC (rev 5364)
+++ plog/branches/lifetype-1.2/templates/admin/globalsettings_summary.template	2007-04-29 13:52:27 UTC (rev 5365)
@@ -49,7 +49,6 @@
     <div class="formHelp">{$locale->tr("help_summary_show_agreement")}</div>
     <input class="radio" type="radio" id="config[summary_show_agreement]" name="config[summary_show_agreement]" value="1" {if $summary_show_agreement == 1 } checked="checked" {/if} />{$locale->tr("yes")}
     <input class="radio" type="radio" id="config[summary_show_agreement]" name="config[summary_show_agreement]" value="0" {if $summary_show_agreement == 0 } checked="checked" {/if} />{$locale->tr("no")}
-    </td>
    </div>	
    <!-- need_email_confirm_registration -->
    <div class="field">

Modified: plog/branches/lifetype-1.2/templates/admin/globalsettings_uploads.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/globalsettings_uploads.template	2007-04-29 13:51:02 UTC (rev 5364)
+++ plog/branches/lifetype-1.2/templates/admin/globalsettings_uploads.template	2007-04-29 13:52:27 UTC (rev 5365)
@@ -11,7 +11,6 @@
     <label for="config[maximum_file_upload_size]">maximum_file_upload_size</label>
     <div class="formHelp">{$locale->tr("help_maximum_file_upload_size")}</div>
      <input style="width:100%" type="text" name="config[maximum_file_upload_size]" value="{$maximum_file_upload_size}"/>
-    </td>
    </div>
    <!-- upload_forbidden_extensions -->
    <div class="field">



More information about the pLog-svn mailing list