CRM-13497 - getting there on main tables
[civicrm-core.git] / xml / schema / ACL / ACL.xml
index a78f22722126e73690083689d10af0aff9b739dd..e555468ec42d58ff27a68b750d90acb19b86b375 100644 (file)
        <type>varchar</type>
        <length>64</length>
        <comment>ACL Name.</comment>
-       <add>1.6</add>
+       <html>
+         <type>Text</type>
+       </html>
+       <add>1.6</add>       
     </field>
     <field>
         <name>deny</name>
         <default>0</default>
         <required>true</required>
         <comment>Is this ACL entry Allow  (0) or Deny (1) ?</comment>
-        <add>1.6</add>
+        <html>
+         <type>Radio</type>
+       </html>   
+        <add>1.6</add>             
     </field>
     <field>
         <name>entity_table</name>
         <values>All,View,Edit,Create,Delete,Grant,Revoke,Search</values>
         <required>true</required>
         <comment>What operation does this ACL entry control?</comment>
-        <add>1.6</add>
+        <html>
+          <type>Select</type>
+        </html>
+        <add>1.6</add>        
     </field>
     <field>
         <name>object_table</name>
@@ -79,7 +88,7 @@
         <type>varchar</type>
         <length>64</length>
         <comment>If this is a grant/revoke entry, what table are we granting?</comment>
-        <add>1.6</add>
+        <add>1.6</add>    
     </field>
     <field>
         <name>acl_id</name>
        <type>boolean</type>
        <comment>Is this property active?</comment>
        <add>1.6</add>
+       <html>
+         <type>Checkbox</type>
+       </html>
     </field>
 </table>