IDEMPIERE-379 - minor usability on labels behaving as buttons

This commit is contained in:
Carlos Ruiz 2015-04-21 18:19:55 -05:00
parent 2159c78d5d
commit 5e52732603
1 changed files with 2 additions and 0 deletions

View File

@ -200,7 +200,9 @@ public class WReportCustomization implements IFormController,EventListener<Even
headerPanel.appendChild(tor);
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.setStyle("cursor:pointer;text-decoration: underline;");
pipeSeparator = new Label("|");
selectAll.setAttribute("name", "SelectAll");
deselectAll.setAttribute("name", "DeselectAll");