Commit 06293dc9 authored by Bartek Górny's avatar Bartek Górny

Fixed External Web Page; hidden recursive spidering options.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12613 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6dc79da6
...@@ -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:${object_url}/ExternalWebPage_viewSubpages</string> </value> <value> <string>string:${object_url}/ExternalWebPage_viewWebPageList</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -76,9 +76,7 @@ ...@@ -76,9 +76,7 @@
<item> <item>
<key> <string>group_list</string> </key> <key> <string>group_list</string> </key>
<value> <value>
<tuple> <tuple/>
<string>dms_document</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
...@@ -95,6 +93,10 @@ ...@@ -95,6 +93,10 @@
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>property_sheet_list</string> </key> <key> <string>property_sheet_list</string> </key>
<value> <value>
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
</item> </item>
<item> <item>
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
<value> <string>DMS_library</string> </value> <value> <string>Document_library</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
...@@ -145,11 +145,11 @@ ...@@ -145,11 +145,11 @@
</item> </item>
<item> <item>
<key> <string>editable</string> </key> <key> <string>editable</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>enabled</string> </key> <key> <string>enabled</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>external_validator</string> </key> <key> <string>external_validator</string> </key>
......
...@@ -215,11 +215,11 @@ ...@@ -215,11 +215,11 @@
</item> </item>
<item> <item>
<key> <string>editable</string> </key> <key> <string>editable</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>enabled</string> </key> <key> <string>enabled</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>end</string> </key> <key> <string>end</string> </key>
......
513 515
\ 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