[Erp5-report] r27267 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 29 17:48:20 CEST 2009


Author: nicolas
Date: Fri May 29 17:48:20 2009
New Revision: 27267

URL: http://svn.erp5.org?rev=27267&view=rev
Log:
display update_action_title as Button value

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml?rev=27267&r1=27266&r2=27267&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml [utf8] Fri May 29 17:48:20 2009
@@ -62,8 +62,9 @@
           <input tal:condition="cancel_url|request/cancel_url|nothing"\n
                  i18n:attributes="value" i18n:domain="ui" value="Cancel Action" accesskey="C"\n
                  id="dialog_cancel_button" name="Base_cancel:method" type="submit" />\n
-          <input i18n:attributes="value" i18n:domain="ui" value="Update"\n
-                 tal:condition="python: form.update_action!=\'\'" accesskey="U"\n
+          <input i18n:attributes="value" i18n:domain="ui"\n
+                 tal:attributes="value python: here.Base_getFormViewDialogActionButtonUpdateActionTitle(form);"\n
+                 tal:condition="form/update_action|nothing" accesskey="U"\n
                  id="dialog_update_button"\n
                  name="Base_showUpdateDialog:method" type="submit" />\n
           <input tal:attributes="value python: here.Base_getFormViewDialogActionButtonTitle(form);"\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=27267&r1=27266&r2=27267&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Fri May 29 17:48:20 2009
@@ -1,1 +1,1 @@
-762
+763




More information about the Erp5-report mailing list