Commit c8c41089 authored by Vincent Pelletier's avatar Vincent Pelletier

Rename all ERP5XhtmlStyle_do* into Base_do* as they were originally named. No...

Rename all ERP5XhtmlStyle_do* into Base_do* as they were originally named. No need to use different names, it just makes mechanize testing harder.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9807 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6bd1d97c
......@@ -202,7 +202,7 @@ return context.ERP5XhtmlStyle_redirect(redirect_url, keep_items=preserved_parame
</item>
<item>
<key> <string>id</string> </key>
<value> <string>ERP5XhtmlStyle_doAction</string> </value>
<value> <string>Base_doAction</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
......
......@@ -134,7 +134,7 @@ return context.ERP5XhtmlStyle_redirect(select_favorite, **kw)\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>ERP5XhtmlStyle_doFavorite</string> </value>
<value> <string>Base_doFavorite</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
......
......@@ -134,7 +134,7 @@ return context.ERP5XhtmlStyle_redirect(select_jump, **kw)\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>ERP5XhtmlStyle_doJump</string> </value>
<value> <string>Base_doJump</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
......
......@@ -139,7 +139,7 @@ clearCache()\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>ERP5XhtmlStyle_doLanguage</string> </value>
<value> <string>Base_doLanguage</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
......
......@@ -134,7 +134,7 @@ return context.ERP5XhtmlStyle_redirect(\'%s/view\' % select_module, **kw)\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>ERP5XhtmlStyle_doModule</string> </value>
<value> <string>Base_doModule</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
......
......@@ -83,7 +83,7 @@ XXX: Folder_filter accesses selection directly\n
<tal:block metal:define-macro="master">\n
<span id="jump">\n
<select name="select_jump"\n
tal:attributes="onChange string:submitAction(this.form,\'${url}/ERP5XhtmlStyle_doJump\')">\n
tal:attributes="onChange string:submitAction(this.form,\'${url}/Base_doJump\')">\n
<option selected="selected" value=""\n
i18n:translate="" i18n:domain="ui">Jump...</option>\n
<tal:block tal:repeat="jump actions/object_jump | nothing">\n
......@@ -102,7 +102,7 @@ XXX: Folder_filter accesses selection directly\n
</tal:block>\n
</tal:block>\n
</select>\n
<button type="submit" name="ERP5XhtmlStyle_doJump:method" title="Jump"\n
<button type="submit" name="Base_doJump:method" title="Jump"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description"\n
......@@ -112,7 +112,7 @@ XXX: Folder_filter accesses selection directly\n
<span class="separator"></span>\n
<span id="action">\n
<select name="select_action"\n
tal:attributes="onChange string:submitAction(this.form,\'${url}/ERP5XhtmlStyle_doAction\')"\n
tal:attributes="onChange string:submitAction(this.form,\'${url}/Base_doAction\')"\n
tal:define="document_template_list here/getDocumentTemplateList | nothing">\n
<option selected="selected" value=""\n
i18n:translate="" i18n:domain="ui">Action...</option>\n
......@@ -157,7 +157,7 @@ XXX: Folder_filter accesses selection directly\n
</tal:block>\n
</tal:block>\n
</select>\n
<button type="submit" name="ERP5XhtmlStyle_doAction:method" title="Action"\n
<button type="submit" name="Base_doAction:method" title="Action"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description">Action</span>\n
......@@ -296,7 +296,7 @@ XXX: Folder_filter accesses selection directly\n
<span class="second">\n
<a tal:condition="here/portal_preferences/getPreferredHtmlStyleContextualHelp"\n
class="jump_help" title="Help"\n
tal:attributes="href python: here.ERP5XhtmlStyle_getHelpUrl(current_action=current_action, current_form_id=current_form_id, workflow_action=request.get(\'workflow_action\'))">\n
tal:attributes="href python: here.Base_getHelpUrl(current_action=current_action, current_form_id=current_form_id, workflow_action=request.get(\'workflow_action\'))">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">Help</span>\n
</a>\n
......
......@@ -122,7 +122,7 @@ IDEAS:\n
<select name="select_favorite"\n
tal:define="ordered_global_actions python:here.getOrderedGlobalActionList(actions[\'global\']);\n
user_actions actions/user;"\n
tal:attributes="onChange string:submitAction(this.form,\'${url}/ERP5XhtmlStyle_doFavorite\')">\n
tal:attributes="onChange string:submitAction(this.form,\'${url}/Base_doFavorite\')">\n
<option selected="selected" value=""\n
i18n:translate="" i18n:domain="ui">My favourites</option>\n
<tal:block tal:condition="ordered_global_actions">\n
......@@ -149,7 +149,7 @@ IDEAS:\n
i18n:translate="" i18n:domain="ui"></option>\n
</tal:block>\n
</select>\n
<button type="submit" name="ERP5XhtmlStyle_doFavorite:method" title="Select Favorite"\n
<button type="submit" name="Base_doFavorite:method" title="Select Favorite"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description"\n
......@@ -159,8 +159,8 @@ IDEAS:\n
<span class="separator"></span>\n
<span id="modules">\n
<select name="select_module"\n
tal:define="module_list here/ERP5XhtmlStyle_getModuleItemList;"\n
tal:attributes="onChange string:submitAction(this.form,\'${url}/ERP5XhtmlStyle_doModule\')">\n
tal:define="module_list here/Base_getModuleItemList;"\n
tal:attributes="onChange string:submitAction(this.form,\'${url}/Base_doModule\')">\n
<option selected="selected" value="" i18n:translate="" i18n:domain="ui">ERP5 Modules</option>\n
<tal:block tal:repeat="module module_list">\n
<option value="something"\n
......@@ -168,7 +168,7 @@ IDEAS:\n
tal:content="python: module[0]"/>\n
</tal:block>\n
</select>\n
<button type="submit" name="ERP5XhtmlStyle_doModule:method" title="Select Module"\n
<button type="submit" name="Base_doModule:method" title="Select Module"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description"\n
......@@ -179,7 +179,7 @@ IDEAS:\n
<span class="second">\n
<span id="language">\n
<select name="select_language"\n
tal:attributes="onChange string:submitAction(this.form,\'${url}/ERP5XhtmlStyle_doLanguage\')">\n
tal:attributes="onChange string:submitAction(this.form,\'${url}/Base_doLanguage\')">\n
<option value=""\n
i18n:translate="" i18n:domain="ui">My language</option>\n
<tal:block tal:repeat="language python: here.Localizer.get_languages_map()">\n
......@@ -188,7 +188,7 @@ IDEAS:\n
tal:content="python: here.Localizer.erp5_ui.gettext(language[\'title\'], lang=language[\'id\'])"></option>\n
</tal:block>\n
</select>\n
<button type="submit" name="ERP5XhtmlStyle_doLanguage:method" title="Select Language"\n
<button type="submit" name="Base_doLanguage:method" title="Select Language"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description"\n
......
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