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 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/ExternalWebPage_viewSubpages</string> </value>
<value> <string>string:${object_url}/ExternalWebPage_viewWebPageList</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -76,9 +76,7 @@
<item>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>dms_document</string>
</tuple>
<tuple/>
</value>
</item>
<item>
......@@ -95,6 +93,10 @@
<key> <string>init_script</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>property_sheet_list</string> </key>
<value>
......
......@@ -87,7 +87,7 @@
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>DMS_library</string> </value>
<value> <string>Document_library</string> </value>
</item>
</dictionary>
</value>
......
......@@ -145,11 +145,11 @@
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
......
......@@ -215,11 +215,11 @@
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>end</string> </key>
......
513
\ No newline at end of file
515
\ 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