CRM-13497 - getting there on main tables
[civicrm-core.git] / xml / schema / Price / PriceSet.xml
index c81cb83e2850bbfa0117834ee1a7bf51466d9914..c9010c75eae84f20637b1054c095525ecd7aecaf 100644 (file)
@@ -22,6 +22,9 @@
     <type>int unsigned</type>
     <comment>Which Domain is this price-set for</comment>
     <add>3.1</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <foreignKey>
     <name>domain_id</name>
@@ -36,6 +39,9 @@
     <required>true</required>
     <comment>Variable name/programmatic handle for this set of price fields.</comment>
     <add>1.8</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <index>
     <name>UI_name</name>
@@ -51,6 +57,9 @@
     <localizable>true</localizable>
     <comment>Displayed title for the Price Set.</comment>
     <add>1.8</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <field>
     <name>is_active</name>
     <default>1</default>
     <comment>Is this price set active</comment>
     <add>1.8</add>
+    <html>
+      <type>CheckBox</type>
+    </html>
   </field>
   <field>
     <name>help_pre</name>
     <type>text</type>
     <localizable>true</localizable>
     <comment>Description and/or help text to display before fields in form.</comment>
-    <htmlType>textarea</htmlType>
-    <rows>4</rows>
-    <cols>80</cols>
+    <html>
+      <type>TextArea</type>
+      <rows>4</rows>
+      <cols>80</cols>
+    </html>
     <add>1.8</add>
   </field>
   <field>
     <type>text</type>
     <localizable>true</localizable>
     <comment>Description and/or help text to display after fields in form.</comment>
-    <htmlType>textarea</htmlType>
-    <rows>4</rows>
-    <cols>80</cols>
+    <html>
+      <type>TextArea</type>
+      <rows>4</rows>
+      <cols>80</cols>
+    </html>
     <add>1.8</add>
   </field>
   <field>
     <length>64</length>
     <comment>Optional Javascript script function(s) included on the form with this price_set. Can be used for conditional</comment>
     <add>1.8</add>
+    <html>
+      <type>Text</type>
+    </html>    
   </field>
   <field>
     <name>extends</name>
     <required>true</required>
     <comment>What components are using this price set?</comment>
     <add>3.1</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <field>
     <name>contribution_type_id</name>
     <default>NULL</default>
     <comment>FK to Financial Type(for membership price sets only).</comment>
     <add>4.3</add>
+    <html>
+      <type>Select</type>
+    </html>
   </field>
   <foreignKey>
     <name>financial_type_id</name>
     <type>boolean</type>
     <default>0</default>
     <comment>Is set if edited on Contribution or Event Page rather than through Manage Price Sets</comment>
+    <html>
+      <type>CheckBox</type>
+    </html>
     <add>4.1</add>
   </field>
   <field>
     <default>0</default>
     <comment>Is this a predefined system price set  (i.e. it can not be deleted, edited)?</comment>
     <add>4.2</add>
+    <html>
+      <type>CheckBox</type>
+    </html>
   </field>
 </table>