CRM-13497 - Add html type to schema xml
authorlynndanzig <lynndanzig@btinternet.com>
Sun, 6 Oct 2013 14:45:17 +0000 (15:45 +0100)
committerlynndanzig <lynndanzig@btinternet.com>
Sun, 6 Oct 2013 14:45:17 +0000 (15:45 +0100)
26 files changed:
xml/schema/Activity/Activity.xml
xml/schema/Batch/Batch.xml
xml/schema/Campaign/Campaign.xml
xml/schema/Campaign/Survey.xml
xml/schema/Case/Case.xml
xml/schema/Contact/ContactType.xml
xml/schema/Contact/Group.xml
xml/schema/Contribute/Contribution.xml
xml/schema/Contribute/ContributionPage.xml
xml/schema/Core/CustomGroup.xml
xml/schema/Core/Domain.xml
xml/schema/Core/Job.xml
xml/schema/Core/Note.xml
xml/schema/Core/OptionValue.xml
xml/schema/Core/Preferences.xml
xml/schema/Core/UFGroup.xml
xml/schema/Event/Event.xml
xml/schema/Event/EventPage.xml
xml/schema/Grant/Grant.xml
xml/schema/Mailing/Component.xml
xml/schema/Member/MembershipType.xml
xml/schema/Price/PriceField.xml
xml/schema/Price/PriceFieldValue.xml
xml/schema/Price/PriceSet.xml
xml/schema/Report/Instance.xml
xml/schema/SMS/History.xml

index 98175f37830df9b96bb2ace98fca0c293f28a1ea..544b8c616ad156e2028eae196a03b282eb879269 100644 (file)
@@ -71,6 +71,9 @@
       <pseudoconstant>
         <optionGroupName>activity_type</optionGroupName>
       </pseudoconstant>
+      <html>
+        <type>Select</type>
+      </html>
   </field>
   <index>
        <name>UI_activity_type_id</name>
        <comment>The subject/purpose/short description of the activity.</comment>
        <import>true</import>
        <headerPattern>/(activity.)?subject/i</headerPattern>
+       <html>
+        <type>Text</type>
+       </html>
        <add>1.1</add>
        <modify>2.0</modify>
   </field>
        <type>datetime</type>
        <headerPattern>/(activity.)?date(.time$)?/i</headerPattern>
        <comment>Date and time this activity is scheduled to occur. Formerly named scheduled_date_time.</comment>
+       <html>
+            <type>Select Date</type>
+      </html>
        <add>2.0</add>
   </field>
   <field>
       <headerPattern>/(activity.)?duration(s)?$/i</headerPattern>
       <comment>Planned or actual duration of activity expressed in minutes. Conglomerate of former duration_hours and duration_minutes.</comment>
       <add>2.0</add>
+      <html>
+            <type>Text</type>
+      </html>
   </field>
 
   <field>
       <length>255</length>
       <headerPattern>/(activity.)?location$/i</headerPattern>
       <comment>Location of the activity (optional, open text).</comment>
+      <html>
+            <type>Text</type>
+      </html>
       <add>1.1</add>
   </field>
 
       <type>varchar</type>
       <length>64</length>
       <comment>Phone number in case the number does not exist in the civicrm_phone table.</comment>
+      <html>
+            <type>Text</type>
+      </html>
       <add>2.0</add>
   </field>
 
       <cols>60</cols>
       <headerPattern>/(activity.)?detail(s)?$/i</headerPattern>
       <comment>Details about the activity (agenda, notes, etc).</comment>
+      <html>
+            <type>RichTextEditor</type>
+      </html>
       <add>1.1</add>
   </field>
 
       <pseudoconstant>
         <optionGroupName>activity_status</optionGroupName>
       </pseudoconstant>
+      <html>
+            <type>Select</type>
+      </html>
   </field>
   <field>
       <name>priority_id</name>
       <pseudoconstant>
         <optionGroupName>priority</optionGroupName>
       </pseudoconstant>
+      <html>
+            <type>Select</type>
+      </html>
   </field>
   <field>
       <name>parent_id</name>
       <pseudoconstant>
         <optionGroupName>encounter_medium</optionGroupName>
       </pseudoconstant>
+      <html>
+            <type>Select</type>
+      </html>
       <add>2.2</add>
   </field>
   <index>
        <title>Result</title>
        <length>255</length>
        <comment>Currently being used to store result id for survey activity, FK to option value.</comment>
+       <html>
+            <type>Text</type>
+      </html>
        <add>3.3</add>
   </field>
   <field>
        <title>Campaign ID</title>
        <import>true</import>
        <comment>The campaign for which this activity has been triggered.</comment>
+       <html>
+            <type>Select</type>
+      </html>
        <add>3.4</add>
   </field>
   <foreignKey>
       <pseudoconstant>
         <optionGroupName>engagement_index</optionGroupName>
       </pseudoconstant>
+      <html>
+            <type>Select</type>
+      </html>
       <add>3.4</add>
   </field>
   <field>
index d560c8a45ab26a753089caca6e9e11ccb1392da5..9e744925a76737cd87498c44e94bb7a9bdf4460e 100644 (file)
     <type>text</type>
     <comment>Description of this batch set.</comment>
     <localizable>true</localizable>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>4</rows>
     <cols>80</cols>
     <add>3.3</add>
index 1efdad9d10e8905013e4f2085a81ae102bb2c0d2..5a1c89d1667ec6fb0f76aac5262c71eac43faff4 100644 (file)
@@ -28,6 +28,9 @@
       <required>true</required>
       <comment>Name of the Campaign.</comment>
       <import>true</import>
+      <html>
+        <type>Text</type>
+      </html>
       <add>3.3</add>
   </field>
 
@@ -38,6 +41,9 @@
        <length>255</length>
        <comment>Title of the Campaign.</comment>
        <import>true</import>
+       <html>
+        <type>Text</type>
+      </html>
        <add>3.3</add>
   </field>
 
       <name>description</name>
       <title>Campaign Description</title>
       <type>text</type>
-      <htmlType>textarea</htmlType>
-      <rows>8</rows>
+      <html>
+        <type>TextArea</type>
+        <rows>8</rows>
+      </html>
       <cols>60</cols>
       <comment>Full description of Campaign.</comment>
       <add>3.3</add>
@@ -59,6 +67,9 @@
       <headerPattern>/^start|(s(tart\s)?date)$/i</headerPattern>
       <comment>Date and time that Campaign starts.</comment>
       <import>true</import>
+      <html>
+        <type>Select Date</type>
+      </html>
       <add>3.3</add>
   </field>
 
@@ -69,6 +80,9 @@
       <headerPattern>/^end|(e(nd\s)?date)$/i</headerPattern>
       <comment>Date and time that Campaign ends.</comment>
       <import>true</import>
+      <html>
+        <type>Select Date</type>
+      </html>
       <add>3.3</add>
   </field>
 
index 893cd2702f6f486f66a223c31f439e0b1b79b5a7..092757c89ea69056ae6549a9b56d17ed6f4fe3fb 100644 (file)
     <name>recontact_interval</name>
     <type>text</type>
     <comment>Recontact intervals for each status.</comment>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>20</rows>
     <cols>80</cols>
     <add>3.3</add>
     <name>instructions</name>
     <type>text</type>
     <comment>Script instructions for volunteers to use for the survey.</comment>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>20</rows>
     <cols>80</cols>
     <add>3.3</add>
     <name>thankyou_text</name>
     <title>Thank-you Text</title>
     <type>text</type>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>8</rows>
     <cols>60</cols>
     <localizable>true</localizable>
index 27d6e451307027f6ea537651e24e141551ddacbb..57695fc2ba0ead0d85f25c6e6a5b20a31e3fff5b 100644 (file)
   <field>
       <name>details</name>
       <type>text</type>
-      <htmlType>textarea</htmlType>
+      <html>
+        <type>TextArea</type>
+      </html>
+
       <rows>8</rows>
       <cols>60</cols>
       <comment>Details about the meeting (agenda, notes, etc).</comment>
index f1c5a147469758705340b233f97b1c5a1c7bb89f..4b6a113abc9eb687d3570211cb89456eb1c97d7b 100644 (file)
   <field>
        <name>description</name>
        <type>text</type>
-       <htmlType>textarea</htmlType>
+       <html>
+         <type>TextArea</type>
+       </html>
+
        <rows>2</rows>
        <cols>60</cols>
        <comment>localized Optional verbose description of the type.</comment>
index 4ceec1be5c77423bd79d8189cef92f149035ac66..2235c773ed76413664f0043c266f7e5501b16a7f 100644 (file)
        <name>description</name>
        <type>text</type>
        <title>Group Description</title>
-       <htmlType>textarea</htmlType>
+       <html>
+         <type>TextArea</type>
+       </html>
+
        <rows>2</rows>
        <cols>60</cols>
        <comment>Optional verbose description of the group.</comment>
index 0c868ae4e8a64df0564c4722aea49c12a609a581..54bee24fbd8af96bf2a6af7f9948b12e33ce9c50 100644 (file)
     <name>note</name>
     <type>text</type>
     <comment>Note and/or Comment.</comment>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>4</rows>
     <cols>80</cols>
     <import>true</import>
index c8f0ee7d793a441bc02f7f5c4dce9975a26abfaf..89cbe86883e84af4f96f18ff87570d5f3cdaf468 100644 (file)
   <field>
     <name>intro_text</name>
     <type>text</type>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>6</rows>
     <cols>50</cols>
     <localizable>true</localizable>
     <name>thankyou_text</name>
     <title>Thank-you Text</title>
     <type>text</type>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>8</rows>
     <cols>60</cols>
     <localizable>true</localizable>
     <name>thankyou_footer</name>
     <title>Thank-you Footer</title>
     <type>text</type>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>8</rows>
     <cols>60</cols>
     <localizable>true</localizable>
     <name>for_organization</name>
     <title>On Behalf Of Organization</title>
     <type>text</type>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>2</rows>
     <cols>50</cols>
     <localizable>true</localizable>
   <field>
     <name>receipt_text</name>
     <type>text</type>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>6</rows>
     <cols>50</cols>
     <localizable>true</localizable>
   <field>
     <name>footer_text</name>
     <type>text</type>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>6</rows>
     <cols>50</cols>
     <localizable>true</localizable>
   <field>
     <name>honor_block_text</name>
     <type>text</type>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>2</rows>
     <cols>50</cols>
     <localizable>true</localizable>
index 2aa872f5c115e243982fd291afe0d00bd5b91cf3..4d814336d0e0b275420ce164f469692b1836c7dd 100644 (file)
      <type>text</type>
      <localizable>true</localizable>
      <comment>Description and/or help text to display before fields in form.</comment>
-     <htmlType>textarea</htmlType>
+     <html>
+       <type>TextArea</type>
+     </html>
+
      <rows>4</rows>
      <cols>80</cols>
        <add>1.1</add>
      <type>text</type>
      <localizable>true</localizable>
      <comment>Description and/or help text to display after fields in form.</comment>
-     <htmlType>textarea</htmlType>
+     <html>
+       <type>TextArea</type>
+     </html>
+
      <rows>4</rows>
      <cols>80</cols>
      <add>1.1</add>
index 64a2e35938f88d401f59345db44f1c12143feea6..98f7c1811b880c69dc935b9121b1cb4b3b4cf957 100644 (file)
     <name>config_backend</name>
     <type>text</type>
     <comment>Backend configuration.</comment>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>20</rows>
     <cols>80</cols>
     <add>1.6</add>
     <name>locale_custom_strings</name>
     <type>text</type>
     <comment>Locale specific string overrides</comment>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>20</rows>
     <cols>80</cols>
     <add>3.2</add>
index e84ccdc72939860a682c1055ba692309c73ee885..004b759d7953e811c7e1a689e7125f750e315c23 100644 (file)
        <name>parameters</name>
        <type>text</type>
        <comment>List of parameters to the command.</comment>
-       <htmlType>textarea</htmlType>
+       <html>
+         <type>TextArea</type>
+       </html>
+
        <rows>4</rows>
        <cols>60</cols>
        <add>4.1</add>
index 9934fb4d05c816eb57d189682ced152052e41df5..5768336ec595ec71fd8d29dde01ef0629ddb00cb 100644 (file)
        <name>note</name>
        <type>text</type>
        <comment>Note and/or Comment.</comment>
-       <htmlType>textarea</htmlType>
+       <html>
+         <type>TextArea</type>
+       </html>
+
        <rows>4</rows>
        <cols>60</cols>
        <import>true</import>
index 8bee6a2eb953e4e0cbd8178726038edcd6926355..6decd723707ac4609f1465d9e59e3704adb4b949 100644 (file)
   <field>
        <name>description</name>
        <type>text</type>
-       <htmlType>textarea</htmlType>
+       <html>
+         <type>TextArea</type>
+       </html>
+
        <rows>8</rows>
        <cols>60</cols>
        <localizable>true</localizable>
index e48e8fb4416bf09465ab9a16457775e2b72d0aa1..26aff6e65b56e8cfb27a7b208af3005cb9fe1cd9 100644 (file)
        <name>mailing_backend</name>
        <type>text</type>
        <comment>Smtp Backend configuration.</comment>
-       <htmlType>textarea</htmlType>
+       <html>
+         <type>TextArea</type>
+       </html>
+
        <rows>20</rows>
        <cols>80</cols>
        <add>2.2</add>
index fa2f67a1f2a1b4e57c2c42fa0fe48e825342cdf9..a854bdbc2d155f223b99eb9a8ee759ed3f7eca42 100644 (file)
        <name>description</name>
        <type>text</type>
        <title>Profile Description</title>
-       <htmlType>textarea</htmlType>
+       <html>
+         <type>TextArea</type>
+       </html>
+
        <rows>2</rows>
        <cols>60</cols>
        <comment>Optional verbose description of the profile.</comment>
      <type>text</type>
      <localizable>true</localizable>
      <comment>Description and/or help text to display before fields in form.</comment>
-     <htmlType>textarea</htmlType>
+     <html>
+       <type>TextArea</type>
+     </html>
+
      <rows>4</rows>
      <cols>80</cols>
      <add>1.2</add>
      <type>text</type>
      <localizable>true</localizable>
      <comment>Description and/or help text to display after fields in form.</comment>
-     <htmlType>textarea</htmlType>
+     <html>
+       <type>TextArea</type>
+     </html>
+
      <rows>4</rows>
      <cols>80</cols>
      <add>1.2</add>
index 4ed896a34327e002bc760ab1736565b9b0901516..f2caa9a1d615a982713351b72e47fdfa86eca79d 100644 (file)
     <name>summary</name>
     <type>text</type>
     <title>Event Summary</title>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>4</rows>
     <cols>60</cols>
     <localizable>true</localizable>
     <type>text</type>
     <uniqueName>event_description</uniqueName>
     <title>Event Description</title>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>8</rows>
     <cols>60</cols>
     <localizable>true</localizable>
     <name>event_full_text</name>
     <type>text</type>
     <title>Event Information</title>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>4</rows>
     <cols>60</cols>
     <localizable>true</localizable>
   <field>
     <name>receipt_text</name>
     <type>varchar</type>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>6</rows>
     <cols>50</cols>
     <length>255</length>
   <field>
     <name>intro_text</name>
     <type>text</type>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>6</rows>
     <cols>50</cols>
     <title>Introductory Message</title>
     <name>footer_text</name>
     <title>Footer Message</title>
     <type>text</type>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>6</rows>
     <cols>50</cols>
     <localizable>true</localizable>
   <field>
     <name>confirm_text</name>
     <type>text</type>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>6</rows>
     <cols>50</cols>
     <title>Confirm Text</title>
     <name>confirm_footer_text</name>
     <type>text</type>
     <title>Footer Text</title>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>6</rows>
     <cols>50</cols>
     <localizable>true</localizable>
     <name>confirm_email_text</name>
     <type>text</type>
     <title>Confirmation Email Text</title>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>4</rows>
     <cols>50</cols>
     <localizable>true</localizable>
   <field>
     <name>thankyou_text</name>
     <type>text</type>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>6</rows>
     <cols>50</cols>
     <title>ThankYou Text</title>
     <name>thankyou_footer_text</name>
     <type>text</type>
     <title>Footer Text</title>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>6</rows>
     <cols>50</cols>
     <localizable>true</localizable>
   <field>
     <name>waitlist_text</name>
     <type>text</type>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>4</rows>
     <cols>60</cols>
     <localizable>true</localizable>
   <field>
     <name>approval_req_text</name>
     <type>text</type>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>4</rows>
     <cols>60</cols>
     <localizable>true</localizable>
index adcb2fdd0349c5214c8c92fe2c7b7970b3794b92..482028aef5ec86e70bb05df2e22372c032a0553e 100644 (file)
   <field>
       <name>intro_text</name>
       <type>text</type>
-      <htmlType>textarea</htmlType>
+      <html>
+        <type>TextArea</type>
+      </html>
+
       <rows>6</rows>
       <cols>50</cols>
       <title>Introductory Message</title>
       <name>footer_text</name>
       <title>Footer Message</title>
       <type>text</type>
-      <htmlType>textarea</htmlType>
+      <html>
+        <type>TextArea</type>
+      </html>
+
       <rows>6</rows>
       <cols>50</cols>
       <localizable>true</localizable>
   <field>
       <name>confirm_text</name>
       <type>text</type>
-      <htmlType>textarea</htmlType>
+      <html>
+        <type>TextArea</type>
+      </html>
+
       <rows>6</rows>
       <cols>50</cols>
       <title>Confirm Text</title>
       <name>confirm_footer_text</name>
       <type>text</type>
       <title>Footer Text</title>
-      <htmlType>textarea</htmlType>
+      <html>
+        <type>TextArea</type>
+      </html>
+
       <rows>6</rows>
       <cols>50</cols>
       <localizable>true</localizable>
       <name>confirm_email_text</name>
       <type>text</type>
       <title>Confirmation Email Text</title>
-      <htmlType>textarea</htmlType>
+      <html>
+        <type>TextArea</type>
+      </html>
+
       <rows>4</rows>
       <cols>50</cols>
       <localizable>true</localizable>
   <field>
       <name>thankyou_text</name>
       <type>text</type>
-      <htmlType>textarea</htmlType>
+      <html>
+        <type>TextArea</type>
+      </html>
+
       <rows>6</rows>
       <cols>50</cols>
       <title>ThankYou Text</title>
       <name>thankyou_footer_text</name>
       <type>text</type>
       <title>Footer Text</title>
-      <htmlType>textarea</htmlType>
+      <html>
+        <type>TextArea</type>
+      </html>
+
       <rows>6</rows>
       <cols>50</cols>
       <localizable>true</localizable>
index 6d7ffaf8de9ebf7d9e4059ba0cc4ada9e0045160..35db234ea79c2ff470cd6f8ea68454126dbeec01 100644 (file)
     <type>text</type>
     <title>Grant Rationale</title>
     <comment>Grant rationale.</comment>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>4</rows>
     <cols>60</cols>
     <import>true</import>
index 34459860dc41b84eb0e2af66c8fb3f1135b0d837..958e930b1327f44a179fdc1ef145993eb1fcae9c 100644 (file)
        <name>body_html</name>
        <type>text</type>
        <comment>Body of the component in html format.</comment>
-       <htmlType>textarea</htmlType>
+       <html>
+         <type>TextArea</type>
+       </html>
+
        <rows>8</rows>
        <cols>80</cols>
   </field>
        <name>body_text</name>
        <type>text</type>
        <comment>Body of the component in text format.</comment>
-       <htmlType>textarea</htmlType>
+       <html>
+         <type>TextArea</type>
+       </html>
+
        <rows>8</rows>
        <cols>80</cols>
   </field>
index 9b06a592dcb2c4460b60c80872b3a8bd1ea93033..2b7aa8a150b30f6f120cbc52f81147e4f63f3981 100644 (file)
   <field>
     <name>description</name>
     <type>varchar</type>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>6</rows>
     <cols>50</cols>
     <length>255</length>
   <field>
     <name>receipt_text_signup</name>
     <type>varchar</type>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>6</rows>
     <cols>50</cols>
     <length>255</length>
   <field>
     <name>receipt_text_renewal</name>
     <type>varchar</type>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>6</rows>
     <cols>50</cols>
     <length>255</length>
index e89f8453ccf005ab5230265dbc17242de98d88cb..afafadffd38e5d7446a36543c0442c6d995fd654 100644 (file)
       <type>text</type>
       <localizable>true</localizable>
       <comment>Description and/or help text to display before this field.</comment>
-      <htmlType>textarea</htmlType>
+      <html>
+        <type>TextArea</type>
+      </html>
+
       <rows>4</rows>
       <cols>80</cols>
       <add>1.8</add>
       <type>text</type>
       <localizable>true</localizable>
       <comment>Description and/or help text to display after this field.</comment>
-      <htmlType>textarea</htmlType>
+      <html>
+        <type>TextArea</type>
+      </html>
+
       <rows>4</rows>
       <cols>80</cols>
       <add>1.8</add>
index 6a7b817cce93bd112b5a4dfdf229c80610c2cab0..ab5be701da3a7f094226a0bd75e60eb2322ced65 100644 (file)
   <field>
     <name>description</name>
     <type>text</type>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <default>NULL</default>
     <rows>2</rows>
     <cols>60</cols>
index c81cb83e2850bbfa0117834ee1a7bf51466d9914..d02c472621e5d6758b4e158694060433f2b63250 100644 (file)
     <type>text</type>
     <localizable>true</localizable>
     <comment>Description and/or help text to display before fields in form.</comment>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>4</rows>
     <cols>80</cols>
     <add>1.8</add>
     <type>text</type>
     <localizable>true</localizable>
     <comment>Description and/or help text to display after fields in form.</comment>
-    <htmlType>textarea</htmlType>
+    <html>
+      <type>TextArea</type>
+    </html>
+
     <rows>4</rows>
     <cols>80</cols>
     <add>1.8</add>
index 0f0efa1609f49daf951734a95577884162b30fc1..f33b657b97f51b58a9893fc892aa7fdc869b8f96 100644 (file)
       <title>Report Instance Header</title>
       <type>text</type>
       <comment>comma-separated list of email addresses to send the report to</comment>
-      <htmlType>textarea</htmlType>
+      <html>
+        <type>TextArea</type>
+      </html>
+
       <rows>4</rows>
       <cols>60</cols>
       <add>2.2</add>
       <title>Report Instance Footer</title>
       <type>text</type>
       <comment>comma-separated list of email addresses to send the report to</comment>
-      <htmlType>textarea</htmlType>
+      <html>
+        <type>TextArea</type>
+      </html>
+
       <rows>4</rows>
       <cols>60</cols>
       <add>2.2</add>
index fab4dd5d7e348c0292838c447f7f57fdd7704578..376d52b7663d187e31e673afa5a343e784a07491 100644 (file)
        <name>message</name>
        <type>text</type>
        <comment>Contents of the SMS.</comment>
-       <htmlType>textarea</htmlType>
+       <html>
+         <type>TextArea</type>
+       </html>
+
        <rows>5</rows>
        <cols>80</cols>
        <add>1.4</add>