Merge remote-tracking branch 'upstream/4.4' into 4.4-4.5-2014-10-14-11-16-10
[civicrm-core.git] / xml / schema / Core / Dashboard.xml
index ba4d2f5e033643c6f46a54a4d575d0b8e98ed43b..676549b25ceee35b4dd1e4150eadf664fdef2d5e 100644 (file)
@@ -9,6 +9,7 @@
   <field>
     <name>id</name>
     <type>int unsigned</type>
+    <title>DashletID</title>
     <required>true</required>
     <add>3.1</add>
   </field>
@@ -19,6 +20,7 @@
   <field>
     <name>domain_id</name>
     <type>int unsigned</type>
+    <title>Dashlet Domain</title>
     <required>true</required>
     <pseudoconstant>
       <table>civicrm_domain</table>
@@ -45,6 +47,7 @@
   <field>
     <name>label</name>
     <type>varchar</type>
+    <title>Dashlet Title</title>
     <length>255</length>
     <comment>dashlet title</comment>
     <localizable>true</localizable>
@@ -53,6 +56,7 @@
   <field>
     <name>url</name>
     <type>varchar</type>
+    <title>Dashlet URL</title>
     <length>255</length>
     <comment>url in case of external dashlet</comment>
     <add>3.1</add>
@@ -67,6 +71,7 @@
   <field>
     <name>permission</name>
     <type>varchar</type>
+    <title>Dashlet Permission</title>
     <length>255</length>
     <comment>Permission for the dashlet</comment>
     <add>3.1</add>
@@ -74,6 +79,7 @@
   <field>
     <name>permission_operator</name>
     <type>varchar</type>
+    <title>Dashlet Permission Operator</title>
     <length>3</length>
     <comment>Permission Operator</comment>
     <add>3.1</add>
@@ -81,6 +87,7 @@
   <field>
     <name>column_no</name>
     <type>boolean</type>
+    <title>Dashlet Column</title>
     <comment>column no for this dashlet</comment>
     <default>0</default>
     <add>3.1</add>
@@ -88,6 +95,7 @@
   <field>
     <name>is_minimized</name>
     <type>boolean</type>
+    <title>Minimize Dashlet?</title>
     <comment>Is Minimized?</comment>
     <default>0</default>
     <add>3.1</add>
   <field>
     <name>fullscreen_url</name>
     <type>varchar</type>
+    <title>Fullscreen URL</title>
     <length>255</length>
     <comment>fullscreen url for dashlet</comment>
     <add>3.4</add>
   <field>
     <name>is_fullscreen</name>
     <type>boolean</type>
+    <title>Is Fullscreen?</title>
     <comment>Is Fullscreen?</comment>
     <default>1</default>
     <add>3.1</add>
   <field>
     <name>is_active</name>
     <type>boolean</type>
+    <title>Is Dashlet Active?</title>
     <comment>Is this dashlet active?</comment>
     <default>0</default>
     <add>3.1</add>
   <field>
     <name>is_reserved</name>
     <type>boolean</type>
+    <title>Is Dashlet Reserved?</title>
     <comment>Is this dashlet reserved?</comment>
     <default>0</default>
     <add>3.1</add>
   <field>
     <name>weight</name>
     <type>int</type>
+    <title>Dashlet Weight</title>
     <comment>Ordering of the dashlets.</comment>
     <default>0</default>
     <add>3.1</add>
   <field>
     <name>created_date</name>
     <type>datetime</type>
+    <title>Dashlet Created Date</title>
     <comment>When was content populated</comment>
     <add>3.1</add>
     <drop>3.3</drop>