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
, { 'id' : 'history'
, 'name' : 'History'
, 'category' : 'object_view'
, 'action' : 'history_view'
, 'action' : 'Base_viewHistory'
, 'permissions' : (
Permissions.View, )
}
......@@ -360,7 +360,7 @@ Business Template is a set of definitions, such as skins, portal types and categ
, { 'id' : 'metadata'
, 'name' : 'Metadata'
, 'category' : 'object_view'
, 'action' : 'metadata_view'
, 'action' : 'Base_viewMetadata'
, 'permissions' : (
Permissions.ManageProperties, )
}
......
......@@ -89,7 +89,7 @@ TemplateTool manages Business Templates."""
, 'icon' : 'folder_icon.gif'
, 'product' : 'ERP5Type'
, 'factory' : 'addFolder'
, 'immediate_view' : 'folder_contents'
, 'immediate_view' : 'Folder_viewContentList'
, 'allow_discussion' : 1
, 'allowed_content_types': ('Business Template',
)
......@@ -99,7 +99,7 @@ TemplateTool manages Business Templates."""
( { 'id' : 'view'
, 'name' : 'View'
, 'category' : 'object_view'
, 'action' : 'folder_contents'
, 'action' : 'Folder_viewContentList'
, 'permissions' : (
Permissions.View, )
}
......
......@@ -11,7 +11,7 @@ REQUEST=context.REQUEST
RESPONSE=REQUEST.RESPONSE
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)
return s
## Script (Python) "BusinessTemplate_build"
## Script (Python) "BusinessTemplate_install"
##bind container=container
##bind context=context
##bind namespace=
......
......@@ -5,7 +5,7 @@
<row_length>4</row_length>
<name>BusinessTemplate_view</name>
<pt>form_view</pt>
<action>base_edit</action>
<action>Base_edit</action>
<update_action></update_action>
<method>POST</method>
<enctype>multipart/form-data</enctype>
......@@ -620,4 +620,4 @@
</fields>
</group>
</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