Commit 9ef6f066 authored by Fabien Morin's avatar Fabien Morin

update some listbox to display the last application in first

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24193 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3b1ce39c
......@@ -179,10 +179,18 @@
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>anchor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>count_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
......@@ -247,6 +255,10 @@
<key> <string>meta_types</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>page_template</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>portal_types</string> </key>
<value> <string></string> </value>
......@@ -295,6 +307,10 @@
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>untranslatable_columns</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>url_columns</string> </key>
<value> <string></string> </value>
......@@ -507,7 +523,7 @@
<list>
<tuple>
<string>modification_date</string>
<string>modification_date</string>
<string>descending</string>
</tuple>
</list>
</value>
......
......@@ -334,7 +334,7 @@
<list>
<tuple>
<string>id</string>
<string>Document Number</string>
<string>Application Number</string>
</tuple>
<tuple>
<string>getOwner</string>
......@@ -466,7 +466,7 @@
<list>
<tuple>
<string>id</string>
<string>Document Number</string>
<string>Application Number</string>
</tuple>
<tuple>
<string>owner</string>
......@@ -531,6 +531,12 @@
<key> <string>title</string> </key>
<value> <string>Pending Applications</string> </value>
</item>
<item>
<key> <string>untranslatable_columns</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>url_columns</string> </key>
<value>
......
......@@ -480,13 +480,23 @@
<item>
<key> <string>sort</string> </key>
<value>
<list/>
<list>
<tuple>
<string>creation_date</string>
<string>Creation Date</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>sort_columns</string> </key>
<value>
<list/>
<list>
<tuple>
<string>creation_date</string>
<string>Creation Date</string>
</tuple>
</list>
</value>
</item>
<item>
......
2008-10-15 fabien
* update some listbox to display the last application in first
2008-10-10 fabien
bring some corrections after the Mme Ba review :
* remove Mandate form from the allowed form list because it's not implemented yet
......
386
\ No newline at end of file
389
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment