ItEr47S16CUAsignacionGrupoRecursosAPlanificacionItEr46S20: Added icon to configure assignment function button
This commit is contained in:
parent
70156d687d
commit
508c205220
3 changed files with 7 additions and 13 deletions
|
|
@ -948,8 +948,10 @@ class Row {
|
|||
|
||||
private Button getAssignmentFunctionsConfigureButton(
|
||||
final Combobox assignmentFunctionsCombo) {
|
||||
final Button button = new Button(_("Configure"));
|
||||
|
||||
final Button button = new Button("", "/common/img/ico_editar1.png");
|
||||
button.setHoverImage("/common/img/ico_editar.png");
|
||||
button.setSclass("icono");
|
||||
button.setTooltiptext(_("Configure"));
|
||||
button.addEventListener(Events.ON_CLICK, new EventListener() {
|
||||
|
||||
@Override
|
||||
|
|
|
|||
|
|
@ -75,8 +75,7 @@ table {
|
|||
display: none;
|
||||
}
|
||||
|
||||
body .z-window-embedded .icono .z-button-cm,
|
||||
body .z-window-modal .icono .z-button-cm {
|
||||
body .icono .z-button-cm {
|
||||
color: #007bbe;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
|
|
@ -84,6 +83,8 @@ body .z-window-modal .icono .z-button-cm {
|
|||
padding: 0px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.z-button {
|
||||
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
|
|
|
|||
|
|
@ -50,15 +50,6 @@
|
|||
|
||||
<borderlayout >
|
||||
<north border="0" height="0px" flex="true" collapsible="true" autoscroll="true">
|
||||
<vbox pack="center" align="center">
|
||||
<!-- tree fixedLayout="false">
|
||||
<treecols sizable="false">
|
||||
<treecol label="Name" height="30px" />
|
||||
<treecol label="Hours" />
|
||||
<treecol label="Function" />
|
||||
</treecols>
|
||||
</tree-->
|
||||
</vbox>
|
||||
</north>
|
||||
<center border="0" sclass="advancedassignmentdetails">
|
||||
<div sclass="leftpanelgap" id="insertionPointLeftPanel"></div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue