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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 28 15:17:51 CEST 2009


Author: kazuhiko
Date: Thu May 28 15:17:51 2009
New Revision: 27232

URL: http://svn.erp5.org?rev=27232&view=rev
Log:
add access key for Cancel (C) and Update (U).
(for submit, we aldeary have 'V' access key).

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=27232&r1=27231&r2=27232&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] Thu May 28 15:17:51 2009
@@ -60,10 +60,10 @@
             <tal:block metal:define-slot="bottom" />\n
           </div>\n
           <input tal:condition="cancel_url|request/cancel_url|nothing"\n
-                 i18n:attributes="value" i18n:domain="ui" value="Cancel Action"\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!=\'\'"\n
+                 tal:condition="python: form.update_action!=\'\'" 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=27232&r1=27231&r2=27232&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] Thu May 28 15:17:51 2009
@@ -1,1 +1,1 @@
-761
+762




More information about the Erp5-report mailing list