Commit 8d4bb762 authored by Kevin Deldycke's avatar Kevin Deldycke

BT format changed

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9290 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 667f682e
...@@ -408,9 +408,9 @@ ...@@ -408,9 +408,9 @@
<key> <string>date</string> </key> <key> <string>date</string> </key>
<value> <value>
<list> <list>
<string>year</string> <string>year</string>
<string>month</string> <string>month</string>
<string>day</string> <string>day</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -418,9 +418,9 @@ ...@@ -418,9 +418,9 @@
<key> <string>time</string> </key> <key> <string>time</string> </key>
<value> <value>
<list> <list>
<string>hour</string> <string>hour</string>
<string>minute</string> <string>minute</string>
<string>ampm</string> <string>ampm</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -179,7 +179,7 @@ return site_map\n ...@@ -179,7 +179,7 @@ return site_map\n
<string>depth_limit</string> <string>depth_limit</string>
<string>WebDocument_getURI</string> <string>WebDocument_getURI</string>
<string>_getattr_</string> <string>_getattr_</string>
<string>context</string> <string>context</string>
<string>site_root</string> <string>site_root</string>
<string>site_content</string> <string>site_content</string>
<string>_getiter_</string> <string>_getiter_</string>
......
...@@ -87,7 +87,7 @@ IGNORED_FORM_ID_LIST = [ \\\n ...@@ -87,7 +87,7 @@ IGNORED_FORM_ID_LIST = [ \\\n
, \'x\', \'y\'\n , \'x\', \'y\'\n
# custom forms field ids\n # custom forms field ids\n
, \'new_portal_type\', \'destination_section\'\n , \'new_portal_type\', \'destination_section\'\n
]\n ]\n
\n \n
directory = context.restrictedTraverse(context.getRelativeUrl()).getParent()\n directory = context.restrictedTraverse(context.getRelativeUrl()).getParent()\n
creation_mode = form_data[\'document_action_mode\']\n creation_mode = form_data[\'document_action_mode\']\n
......
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