Commit 4d602a6a authored by Jérome Perrin's avatar Jérome Perrin

erp5_web_renderjs_ui: fix listbox displaying "selected" in the header

Change requested by Romain

Can you instead do:

<h1 data-i18n="0 item selected" class="ui-title ui-override-theme">0  item selected</h1>

And push to erp5 master branch? Thx.
parent 1aa180e3
......@@ -132,7 +132,7 @@
<a data-i18n="hide" class="ui-responsive ui-btn ui-btn-icon-left ui-icon-eye ui-first-child ui-override-theme ui-disabled" href="#">Hide Rows</a>\n
</div>\n
</div>\n
<h1 data-i18n="selected" class="ui-title ui-override-theme">0 items selected</h1>\n
<h1 data-i18n="0 items selected" class="ui-title ui-override-theme">0 items selected</h1>\n
<div class="ui-controlgroup ui-controlgroup-horizontal ui-btn-right">\n
<div class="ui-controlgroup-controls">\n
<a data-i18n="sort" class="ui-responsive ui-btn ui-btn-icon-left ui-icon-sort-amount-desc ui-last-child ui-override-theme ui-disabled" href="#">Sort</a>\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment