Commit 4832ceef authored by Yoshinori Okuji's avatar Yoshinori Okuji

Update the skin names.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1732 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d84f6daa
...@@ -346,7 +346,7 @@ Business Template is a set of definitions, such as skins, portal types and categ ...@@ -346,7 +346,7 @@ Business Template is a set of definitions, such as skins, portal types and categ
, { 'id' : 'history' , { 'id' : 'history'
, 'name' : 'History' , 'name' : 'History'
, 'category' : 'object_view' , 'category' : 'object_view'
, 'action' : 'history_view' , 'action' : 'Base_viewHistory'
, 'permissions' : ( , 'permissions' : (
Permissions.View, ) Permissions.View, )
} }
...@@ -360,7 +360,7 @@ Business Template is a set of definitions, such as skins, portal types and categ ...@@ -360,7 +360,7 @@ Business Template is a set of definitions, such as skins, portal types and categ
, { 'id' : 'metadata' , { 'id' : 'metadata'
, 'name' : 'Metadata' , 'name' : 'Metadata'
, 'category' : 'object_view' , 'category' : 'object_view'
, 'action' : 'metadata_view' , 'action' : 'Base_viewMetadata'
, 'permissions' : ( , 'permissions' : (
Permissions.ManageProperties, ) Permissions.ManageProperties, )
} }
......
...@@ -89,7 +89,7 @@ TemplateTool manages Business Templates.""" ...@@ -89,7 +89,7 @@ TemplateTool manages Business Templates."""
, 'icon' : 'folder_icon.gif' , 'icon' : 'folder_icon.gif'
, 'product' : 'ERP5Type' , 'product' : 'ERP5Type'
, 'factory' : 'addFolder' , 'factory' : 'addFolder'
, 'immediate_view' : 'folder_contents' , 'immediate_view' : 'Folder_viewContentList'
, 'allow_discussion' : 1 , 'allow_discussion' : 1
, 'allowed_content_types': ('Business Template', , 'allowed_content_types': ('Business Template',
) )
...@@ -99,7 +99,7 @@ TemplateTool manages Business Templates.""" ...@@ -99,7 +99,7 @@ TemplateTool manages Business Templates."""
( { 'id' : 'view' ( { 'id' : 'view'
, 'name' : 'View' , 'name' : 'View'
, 'category' : 'object_view' , 'category' : 'object_view'
, 'action' : 'folder_contents' , 'action' : 'Folder_viewContentList'
, 'permissions' : ( , 'permissions' : (
Permissions.View, ) Permissions.View, )
} }
......
...@@ -11,7 +11,7 @@ REQUEST=context.REQUEST ...@@ -11,7 +11,7 @@ REQUEST=context.REQUEST
RESPONSE=REQUEST.RESPONSE RESPONSE=REQUEST.RESPONSE
context.build() context.build()
s = context.portal_templates.manage_exportObject(id=context.getId(), toxml=toxml, download=1, s = context.portal_templates.manage_exportObject(id=context.getId(), toxml=toxml, Base_download=1,
REQUEST=REQUEST, RESPONSE=RESPONSE) REQUEST=REQUEST, RESPONSE=RESPONSE)
return s return s
## Script (Python) "BusinessTemplate_build" ## Script (Python) "BusinessTemplate_install"
##bind container=container ##bind container=container
##bind context=context ##bind context=context
##bind namespace= ##bind namespace=
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<row_length>4</row_length> <row_length>4</row_length>
<name>BusinessTemplate_view</name> <name>BusinessTemplate_view</name>
<pt>form_view</pt> <pt>form_view</pt>
<action>base_edit</action> <action>Base_edit</action>
<update_action></update_action> <update_action></update_action>
<method>POST</method> <method>POST</method>
<enctype>multipart/form-data</enctype> <enctype>multipart/form-data</enctype>
...@@ -620,4 +620,4 @@ ...@@ -620,4 +620,4 @@
</fields> </fields>
</group> </group>
</groups> </groups>
</form> </form>
\ 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