Commit 3c8ae08f authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

rename obsoleted form names.

* 'form_view_dialog' -> 'form_dialog'
* 'form_folder_delete' -> 'form_dialog'
* 'form_list_relation' -> 'relation_form'
* 'form_sort' -> 'sort_list_dialog'
* 'list_dialog_master' -> 'list_dialog'
* 'form_list' -> 'configure_list_dialog'
* 'view_master' -> 'view_main'



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27805 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4bc4d95e
......@@ -69,7 +69,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
\'%s/ERP5Subversion_menuico.js\' % portal_path,\n
\'%s/ERP5Subversion_movableMenu.js\' % portal_path,\n
\'%s/ERP5Subversion_doCreateJavaScriptDiff.js\' % portal_path]">\n
<tal:block metal:use-macro="here/view_master/macros/master">\n
<tal:block metal:use-macro="here/view_main/macros/master">\n
<tal:block metal:fill-slot="main">\n
<tal:py replace="structure \n
here/BusinessTemplate_doSvnDiff">diff here</tal:py>\n
......
......@@ -62,7 +62,7 @@ along with this program; if not, write to the Free Software\n
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
-->\n
</tal:block>\n
<tal:block metal:use-macro="here/view_master/macros/master">\n
<tal:block metal:use-macro="here/view_main/macros/master">\n
<tal:block metal:fill-slot="main">\n
\n
<tal:block tal:define="dict context/entry_dict">\n
......
......@@ -62,7 +62,7 @@ along with this program; if not, write to the Free Software\n
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
-->\n
</tal:block>\n
<tal:block metal:use-macro="here/view_master/macros/master">\n
<tal:block metal:use-macro="here/view_main/macros/master">\n
<tal:block metal:fill-slot="main">\n
\n
<tal:block tal:define="path context/file; infos_dict context/infos_dict">\n
......
......@@ -62,7 +62,7 @@ along with this program; if not, write to the Free Software\n
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
-->\n
</tal:block>\n
<tal:block metal:use-macro="here/view_master/macros/master">\n
<tal:block metal:use-macro="here/view_main/macros/master">\n
<tal:block metal:fill-slot="main">\n
\n
<tal:py replace="structure \n
......
......@@ -62,7 +62,7 @@ along with this program; if not, write to the Free Software\n
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
-->\n
</tal:block>\n
<tal:block metal:use-macro="here/view_master/macros/master">\n
<tal:block metal:use-macro="here/view_main/macros/master">\n
<tal:block metal:fill-slot="main">\n
<br/>\n
<tal:block tal:content="structure python: context.getPortalObject()[\'portal_subversion\'].fileHTML(context,context.REQUEST[\'file\'])">file content</tal:block>\n
......
......@@ -72,7 +72,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
\'%s/ERP5Subversion_menuico.js\' % portal_path,\n
\'%s/ERP5Subversion_movableMenu.js\' % portal_path,\n
\'%s/ERP5Subversion_doCreateJavaScriptStatus.js\' % portal_path]">\n
<tal:block metal:use-macro="here/view_master/macros/master">\n
<tal:block metal:use-macro="here/view_main/macros/master">\n
<tal:block metal:fill-slot="main">\n
<noscript>\n
<h3 class="error">Please activate javascript in your web browser or this module won\'t work.</h3>\n
......
471
\ No newline at end of file
472
\ No newline at end of file
......@@ -95,7 +95,7 @@
</item>
<item>
<key> <string>pt</string> </key>
<value> <string>list_dialog_master</string> </value>
<value> <string>list_dialog</string> </value>
</item>
<item>
<key> <string>row_length</string> </key>
......
437
\ No newline at end of file
438
\ No newline at end of file
......@@ -117,7 +117,7 @@
</item>
<item>
<key> <string>pt</string> </key>
<value> <string>form_view_dialog</string> </value>
<value> <string>form_dialog</string> </value>
</item>
<item>
<key> <string>row_length</string> </key>
......
......@@ -86,7 +86,7 @@
</item>
<item>
<key> <string>pt</string> </key>
<value> <string>form_view_dialog</string> </value>
<value> <string>form_dialog</string> </value>
</item>
<item>
<key> <string>row_length</string> </key>
......
......@@ -76,7 +76,7 @@ for x in range(len(field_columns)):\n
stat_columns[x] = \' \'\n
\n
\n
# The file named "form_list_ui.pt" displays first, columns in selection and then, those\n
# The page template named "configure_list_dialog" displays first, columns in selection and then, those\n
# which are defined by default in the corresponding listbox properties. So field_columns\n
# and stat_columns may not be ordered the same way. So the script below sort the\n
# field_column list so as to have every \'None\' at the end of the list\n
......
......@@ -68,7 +68,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
xml:lang="en"\n
xmlns:tal="http://xml.zope.org/namespaces/tal"\n
xmlns:metal="http://xml.zope.org/namespaces/metal"\n
metal:use-macro="here/view_master/macros/master">\n
metal:use-macro="here/view_main/macros/master">\n
\n
<head>\n
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\n
......
......@@ -68,7 +68,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
xml:lang="en"\n
xmlns:tal="http://xml.zope.org/namespaces/tal"\n
xmlns:metal="http://xml.zope.org/namespaces/metal"\n
metal:use-macro="here/view_master/macros/master">\n
metal:use-macro="here/view_main/macros/master">\n
\n
<head>\n
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\n
......
......@@ -68,7 +68,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
xml:lang="en"\n
xmlns:tal="http://xml.zope.org/namespaces/tal"\n
xmlns:metal="http://xml.zope.org/namespaces/metal"\n
metal:use-macro="here/view_master/macros/master">\n
metal:use-macro="here/view_main/macros/master">\n
\n
<head>\n
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\n
......
......@@ -89,7 +89,7 @@
</item>
<item>
<key> <string>pt</string> </key>
<value> <string>form_list_relation</string> </value>
<value> <string>relation_form</string> </value>
</item>
<item>
<key> <string>row_length</string> </key>
......
......@@ -86,7 +86,7 @@
</item>
<item>
<key> <string>pt</string> </key>
<value> <string>form_view_dialog</string> </value>
<value> <string>form_dialog</string> </value>
</item>
<item>
<key> <string>row_length</string> </key>
......
......@@ -122,7 +122,7 @@
</item>
<item>
<key> <string>pt</string> </key>
<value> <string>form_view_dialog</string> </value>
<value> <string>form_dialog</string> </value>
</item>
<item>
<key> <string>row_length</string> </key>
......
......@@ -104,7 +104,7 @@
</item>
<item>
<key> <string>pt</string> </key>
<value> <string>form_folder_delete</string> </value>
<value> <string>form_dialog</string> </value>
</item>
<item>
<key> <string>row_length</string> </key>
......
......@@ -87,7 +87,7 @@
</item>
<item>
<key> <string>pt</string> </key>
<value> <string>form_sort</string> </value>
<value> <string>sort_list_dialog</string> </value>
</item>
<item>
<key> <string>row_length</string> </key>
......
......@@ -111,7 +111,7 @@
</item>
<item>
<key> <string>pt</string> </key>
<value> <string>form_view_dialog</string> </value>
<value> <string>form_dialog</string> </value>
</item>
<item>
<key> <string>row_length</string> </key>
......
......@@ -120,7 +120,7 @@ for repository, id in tuple_list:\n
bt_list.append(bt.getId())\n
\n
RESPONSE.redirect(\'%s/TemplateTool_viewMultiInstallationDialog?%s&form_id=BusinessTemplate_installationChoice\' %(context.absolute_url(), make_query({\'bt_list\' : bt_list})))\n
#return context.ERP5XhtmlStyle_redirect(\'%s/TemplateTool_viewMultiInstallationDialog\' % (context.absolute_url(), ), {\'bt_list\' : bt_list})\n
#return context.ERP5Site_redirect(\'%s/TemplateTool_viewMultiInstallationDialog\' % (context.absolute_url(), ), {\'bt_list\' : bt_list})\n
]]></string> </value>
......
......@@ -106,7 +106,7 @@
</item>
<item>
<key> <string>pt</string> </key>
<value> <string>form_view_dialog</string> </value>
<value> <string>form_dialog</string> </value>
</item>
<item>
<key> <string>row_length</string> </key>
......
1241
\ No newline at end of file
1242
\ 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