[pLog-svn] r5720 - plog/trunk/templates/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Jul 25 08:35:34 EDT 2007


Author: oscar
Date: 2007-07-25 08:35:34 -0400 (Wed, 25 Jul 2007)
New Revision: 5720

Modified:
   plog/trunk/templates/admin/editcustomfield.template
   plog/trunk/templates/admin/newcustomfield.template
Log:
Sorry, I still missed something.


Modified: plog/trunk/templates/admin/editcustomfield.template
===================================================================
--- plog/trunk/templates/admin/editcustomfield.template	2007-07-25 12:31:10 UTC (rev 5719)
+++ plog/trunk/templates/admin/editcustomfield.template	2007-07-25 12:35:34 UTC (rev 5720)
@@ -23,7 +23,7 @@
     <label for="fieldType">{$locale->tr("type")}</label>
     <span class="required">*</span>
     <div class="formHelp">{$locale->tr("field_type_help")}</div>
-    <select name="fieldType" id="fieldType" onChange="Lifetype.UI.Pages.NewCustomField.fieldTypeOnChangeHandler(this)">
+    <select name="fieldType" id="fieldType" onChange="Lifetype.UI.Pages.CustomFields.fieldTypeOnChangeHandler(this)">
      <option value="1" {if $fieldType == 1}selected="selected"{/if}>{$locale->tr("text_field")}</option>
      <option value="2" {if $fieldType == 2}selected="selected"{/if}>{$locale->tr("text_area")}</option>
      <option value="3" {if $fieldType == 3}selected="selected"{/if}>{$locale->tr("checkbox")}</option>

Modified: plog/trunk/templates/admin/newcustomfield.template
===================================================================
--- plog/trunk/templates/admin/newcustomfield.template	2007-07-25 12:31:10 UTC (rev 5719)
+++ plog/trunk/templates/admin/newcustomfield.template	2007-07-25 12:35:34 UTC (rev 5720)
@@ -22,7 +22,7 @@
     <label for="fieldType">{$locale->tr("type")}</label>
     <span class="required">*</span>
     <div class="formHelp">{$locale->tr("field_type_help")}</div>
-    <select name="fieldType" id="fieldType" onChange="Lifetype.UI.Pages.NewCustomField.fieldTypeOnChangeHandler(this)">
+    <select name="fieldType" id="fieldType" onChange="Lifetype.UI.Pages.CustomFields.fieldTypeOnChangeHandler(this)">
      <option value="1" {if $fieldType == 1}selected="selected"{/if}>{$locale->tr("text_field")}</option>
      <option value="2" {if $fieldType == 2}selected="selected"{/if}>{$locale->tr("text_area")}</option>
      <option value="3" {if $fieldType == 3}selected="selected"{/if}>{$locale->tr("checkbox")}</option>



More information about the pLog-svn mailing list