Merge branch '4.4' of https://github.com/civicrm/civicrm-core
[civicrm-core.git] / xml / schema / Member / MembershipType.xml
index 9b06a592dcb2c4460b60c80872b3a8bd1ea93033..750f1cb122d455d152ffff974820220acba77a9a 100644 (file)
   <field>
     <name>description</name>
     <type>varchar</type>
-    <htmlType>textarea</htmlType>
-    <rows>6</rows>
-    <cols>50</cols>
+    <html>
+      <type>TextArea</type>
+      <rows>6</rows>
+      <cols>50</cols>
+    </html>
     <length>255</length>
     <localizable>true</localizable>
     <comment>Description of Membership Type</comment>
     <values>day, month, year, lifetime</values>
     <comment>Unit in which membership period is expressed.</comment>
     <add>1.5</add>
+    <html>
+      <type>Select</type>
+    </html>
   </field>
   <field>
     <name>duration_interval</name>
     <pseudoconstant>
       <optionGroupName>visibility</optionGroupName>
     </pseudoconstant>
+    <html>
+      <type>Select</type>
+    </html>
   </field>
   <field>
     <name>weight</name>
   <field>
     <name>receipt_text_signup</name>
     <type>varchar</type>
-    <htmlType>textarea</htmlType>
-    <rows>6</rows>
-    <cols>50</cols>
+    <html>
+      <type>TextArea</type>
+      <rows>6</rows>
+      <cols>50</cols>
+    </html>
     <length>255</length>
     <comment>Receipt Text for membership signup</comment>
     <add>2.0</add>
   <field>
     <name>receipt_text_renewal</name>
     <type>varchar</type>
-    <htmlType>textarea</htmlType>
-    <rows>6</rows>
-    <cols>50</cols>
+    <html>
+      <type>TextArea</type>
+      <rows>6</rows>
+      <cols>50</cols>
+    </html>
     <length>255</length>
     <comment>Receipt Text for membership renewal</comment>
     <add>2.0</add>