IDEMPIERE-379 - minor usability on labels behaving as buttons
This commit is contained in:
parent
2159c78d5d
commit
5e52732603
|
@ -200,7 +200,9 @@ public class WReportCustomization implements IFormController,EventListener<Even
|
||||||
headerPanel.appendChild(tor);
|
headerPanel.appendChild(tor);
|
||||||
|
|
||||||
selectAll = new Label(Util.cleanAmp(Msg.getMsg(Env.getCtx(), "SelectAll")));
|
selectAll = new Label(Util.cleanAmp(Msg.getMsg(Env.getCtx(), "SelectAll")));
|
||||||
|
selectAll.setStyle("cursor:pointer;text-decoration: underline;");
|
||||||
deselectAll= new Label(Msg.getMsg(Env.getCtx(), "DeSelectAll"));
|
deselectAll= new Label(Msg.getMsg(Env.getCtx(), "DeSelectAll"));
|
||||||
|
deselectAll.setStyle("cursor:pointer;text-decoration: underline;");
|
||||||
pipeSeparator = new Label("|");
|
pipeSeparator = new Label("|");
|
||||||
selectAll.setAttribute("name", "SelectAll");
|
selectAll.setAttribute("name", "SelectAll");
|
||||||
deselectAll.setAttribute("name", "DeselectAll");
|
deselectAll.setAttribute("name", "DeselectAll");
|
||||||
|
|
Loading…
Reference in New Issue