Nimesh Contractor(Open ERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-909015-nco into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #909015 in OpenERP Addons: "thudnerbird: button shortcut usability isse
of uniqe shortcut"
https://bugs.launchpad.net/openobject-addons/+bug/909015
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-909015-nco/+merge/86948
Hello,
I have change the shortcuts for the push box window as per the usability
concern.
d to Create Document,
o to Open Document,
c to cancel Document (as earlier).
Thanks,
NCO.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-909015-nco/+merge/86948
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-909015-nco.
=== modified file 'plugin_thunderbird/plugin/openerp_plugin/chrome/openerp_plugin/content/push_dialog.xul'
--- plugin_thunderbird/plugin/openerp_plugin/chrome/openerp_plugin/content/push_dialog.xul 2011-12-26 17:12:29 +0000
+++ plugin_thunderbird/plugin/openerp_plugin/chrome/openerp_plugin/content/push_dialog.xul 2011-12-27 13:19:27 +0000
@@ -15,8 +15,8 @@
<hbox align="right">
<button label="Cancel" accesskey="c" oncommand="window.close();"/>
<button id="push" label="Push Email" accesskey="a" oncommand="window.close();open_window('chrome://openerp_plugin/content/push.xul', 500,360);"/>
- <button id="new" label="Create Document" accesskey="c" oncommand="window.close();open_window('chrome://openerp_plugin/content/push_new.xul', 320,100);"/>
- <button id="open_document" label="Open Document" accesskey="d" oncommand="open_url(getPreference('urldoc'));window.close();"/>
+ <button id="new" label="Create Document" accesskey="d" oncommand="window.close();open_window('chrome://openerp_plugin/content/push_new.xul', 320,100);"/>
+ <button id="open_document" label="Open Document" accesskey="o" oncommand="open_url(getPreference('urldoc'));window.close();"/>
</hbox>
</vbox>
</window>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp