Commit 7e55b899 authored by Yusei Tahara's avatar Yusei Tahara

2008-08-04 yusei

* Add reference and remove subject in Notification Message Module List.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22860 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bec4aa90
...@@ -80,21 +80,21 @@ ...@@ -80,21 +80,21 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>columns</string> </key> <key> <string>columns</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
<string>title</string> <string>title</string>
<string>Title</string> <string>Title</string>
</tuple> </tuple>
<tuple>
<string>subject</string>
<string>Subject</string>
</tuple>
<tuple> <tuple>
<string>description</string> <string>description</string>
<string>Description</string> <string>Description</string>
</tuple> </tuple>
<tuple>
<string>reference</string>
<string>Reference</string>
</tuple>
<tuple> <tuple>
<string>version</string> <string>version</string>
<string>Version</string> <string>Version</string>
...@@ -130,21 +130,21 @@ ...@@ -130,21 +130,21 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>search_columns</string> </key> <key> <string>search_columns</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
<string>title</string> <string>title</string>
<string>Title</string> <string>Title</string>
</tuple> </tuple>
<tuple>
<string>subject</string>
<string>Subject</string>
</tuple>
<tuple> <tuple>
<string>description</string> <string>description</string>
<string>Description</string> <string>Description</string>
</tuple> </tuple>
<tuple>
<string>reference</string>
<string>Reference</string>
</tuple>
<tuple> <tuple>
<string>version</string> <string>version</string>
<string>Version</string> <string>Version</string>
...@@ -161,11 +161,11 @@ ...@@ -161,11 +161,11 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
<value> <string>notification_message_module_selection</string> </value> <value> <string>notification_message_module_selection</string> </value>
</item> </item>
<item> <item>
<key> <string>sort</string> </key> <key> <string>sort</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>sort_columns</string> </key> <key> <string>sort_columns</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -219,7 +219,7 @@ ...@@ -219,7 +219,7 @@
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Notification Messages</string> </value> <value> <string>Notification Messages</string> </value>
</item> </item>
</dictionary> </dictionary>
......
2008-08-04 yusei
* Add reference and remove subject in Notification Message Module List.
2008-08-04 yusei 2008-08-04 yusei
* Fixed title of notification message forms. * Fixed title of notification message forms.
......
393 394
\ No newline at end of file \ 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