Skip to content

WIP: Renderjs ui minimal theme

Nicolas Wavrant requested to merge Nicolas/erp5:renderjs-ui-minimal-theme into master

This bt5 provides a new web theme mimicking the style of erp5_web_renderjs_ui.

For exemple, by creating a web section using the new RJSStaticTheme skin selection like this :

Screenshot_2021-01-21_at_11.54.33

it would render the dialog ERP5Site_viewCredentialRecoveryLoginDialog, that usually looks like this :

Screenshot_2021-01-21_at_11.54.49

like this :

Screenshot_2021-01-21_at_11.55.01

or like this on smaller screens :

Screenshot_2021-01-21_at_11.55.21

The dialog submission works as expected. The goal would be to support as much features as possible of xhtml_style and / or erp5_web_renderjs_ui like portal status messages (maybe it does, I didn't try yet).

Merge request reports