Commit 1804e274 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

white spaces after 'string:' is not required, and even harmful for URL.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28446 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 85aa1235
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string: ${portal_url}/portal_archives/view</string> </value> <value> <string>string:${portal_url}/portal_archives/view</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
72 73
\ No newline at end of file \ No newline at end of file
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string: ${portal_url}/images/cash_in.png</string> </value> <value> <string>string:${portal_url}/images/cash_in.png</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string: ${portal_url}/images/cash_out.png</string> </value> <value> <string>string:${portal_url}/images/cash_out.png</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string: ${portal_url}/images/cash_in.png</string> </value> <value> <string>string:${portal_url}/images/cash_in.png</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string: ${portal_url}/images/cash_out.png</string> </value> <value> <string>string:${portal_url}/images/cash_out.png</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string: ${portal_url}/images/cash_in.png</string> </value> <value> <string>string:${portal_url}/images/cash_in.png</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string: ${portal_url}/images/cash_out.png</string> </value> <value> <string>string:${portal_url}/images/cash_out.png</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
669 670
\ No newline at end of file \ No newline at end of file
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string: ${portal_url}/ERP5Site_viewCreateModuleScribusDialog</string> </value> <value> <string>string:${portal_url}/ERP5Site_viewCreateModuleScribusDialog</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string: ${portal_url}/ERP5Site_viewUpdateModuleScribusDialog</string> </value> <value> <string>string:${portal_url}/ERP5Site_viewUpdateModuleScribusDialog</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
26 27
\ No newline at end of file \ No newline at end of file
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string: ${portal_url}/portal_templates/view</string> </value> <value> <string>string:${portal_url}/portal_templates/view</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string: ${portal_url}/portal_categories/view</string> </value> <value> <string>string:${portal_url}/portal_categories/view</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string: ${portal_url}/ERP5Site_viewCreateModuleDialog</string> </value> <value> <string>string:${portal_url}/ERP5Site_viewCreateModuleDialog</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
1279 1280
\ 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