OSB enhancements to date

This commit is contained in:
Deon George
2010-11-30 09:41:08 +11:00
parent 8715a2059b
commit ec6a542bc3
478 changed files with 23423 additions and 9309 deletions

View File

@@ -51,13 +51,11 @@
</message>
</field>
<!-- Methods for this class, and the fields they have access to, if applicable. -->
<!-- Methods for this class, and the fields they have access to, if applicable -->
<method>
<add>task_id,result,message</add>
<update>id,site_id,task_id,date_orig,result,message</update>
<delete>id,site_id,task_id,date_orig,result,message</delete>
<view>id,site_id,task_id,date_orig,result,message</view>
<search>id,site_id,task_id,date_orig,result,message</search>
<delete>id</delete>
<search>id,task_id,date_orig,result,message</search>
</method>
<!-- Method triggers -->
@@ -69,5 +67,26 @@
</title>
<!-- Template helpers -->
<tpl></tpl>
<tpl>
<search_show>
<checkbox>
<field>id</field>
<type>checkbox</type>
<width>25px</width>
</checkbox>
<date_orig>
<field>date_orig</field>
<type>date</type>
</date_orig>
<task_id>
<field>task_id</field>
</task_id>
<result>
<field>result</field>
</result>
<message>
<field>message</field>
</message>
</search_show>
</tpl>
</construct>

View File

@@ -14,6 +14,8 @@
<notes><![CDATA[Log task activities.]]></notes>
<!-- MODULE Parent, the parent node in the tree -->
<parent>task</parent>
<!-- SUB Modules to install with this one -->
<sub_modules></sub_modules>
<!-- MODULE Type (core|base), core modules cannot be deleted, unrecognised types are ignored. -->
<type>base</type>
</module_properties>