Skip to content

Updates for xhtml style and gadgets

Jérome Perrin requested to merge jerome/erp5:feat/xhtml_style_gadget into master

Gadgets:

  • Support changed flag from erp5.js:

unsaved changes sreenshot

  • Comply with translation protocol used in ERP5JS. This does not translate, because it would not be easy ( ERP5JS translate client side with a json database of message, but in xhtml style the translation is performed server side with localizer) and not so important now. What matters is just that we can somehow reuse gadgets.

Style:

  • While we are at it, fix a minor annoyance that the button in "long" dialogs where not easy to reach, at least on chrome

before

after

Merge request reports