ItEr26S10CUCreacionProxectoPlanificacionItEr25S11: Added edit icon to worker list page
|
|
@ -189,3 +189,10 @@ table {
|
|||
color:#007bbe;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.icono .zk .z-button-cm, .icono .z-button-cm {
|
||||
color: #007bbe;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border: 0px solid #007bbe;
|
||||
}
|
||||
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_bajar.png
Normal file
|
After Width: | Height: | Size: 662 B |
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_bajar1.png
Normal file
|
After Width: | Height: | Size: 670 B |
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_bajar_out.png
Normal file
|
After Width: | Height: | Size: 568 B |
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_borrar.png
Normal file
|
After Width: | Height: | Size: 371 B |
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_borrar1.png
Normal file
|
After Width: | Height: | Size: 384 B |
|
After Width: | Height: | Size: 411 B |
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_derecha.png
Normal file
|
After Width: | Height: | Size: 664 B |
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_derecha1.png
Normal file
|
After Width: | Height: | Size: 671 B |
|
After Width: | Height: | Size: 592 B |
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_editar.png
Normal file
|
After Width: | Height: | Size: 948 B |
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_editar1.png
Normal file
|
After Width: | Height: | Size: 952 B |
|
After Width: | Height: | Size: 768 B |
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_izq.png
Normal file
|
After Width: | Height: | Size: 647 B |
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_izq1.png
Normal file
|
After Width: | Height: | Size: 652 B |
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_izq_out.png
Normal file
|
After Width: | Height: | Size: 567 B |
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_ok.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 234 B |
|
After Width: | Height: | Size: 235 B |
|
After Width: | Height: | Size: 311 B |
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_subir.png
Normal file
|
After Width: | Height: | Size: 670 B |
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_subir1.png
Normal file
|
After Width: | Height: | Size: 658 B |
BIN
navalplanner-webapp/src/main/webapp/common/img/ico_subir_out.png
Normal file
|
After Width: | Height: | Size: 550 B |
|
|
@ -11,7 +11,7 @@
|
|||
</tabs>
|
||||
<tabpanels>
|
||||
<tabpanel>
|
||||
<grid fixedLayout="false">
|
||||
<grid fixedLayout="true">
|
||||
<columns>
|
||||
<column width="200px" />
|
||||
<column />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<window id="${arg.top_id}" title="${i18n:_('Workers list')}">
|
||||
<grid id="listing" model="@{controller.workers}" mold="paging"
|
||||
pageSize="5">
|
||||
pageSize="5" fixedLayout="true">
|
||||
<columns>
|
||||
<column label="${i18n:_('First name')}" sort="auto(firstName)" />
|
||||
<column label="${i18n:_('Surname')}" sort="auto(surname)" />
|
||||
|
|
@ -13,7 +13,8 @@
|
|||
<label value="@{worker.surname}" />
|
||||
<label value="@{worker.nif}" />
|
||||
<hbox>
|
||||
<button label="${i18n:_('Edit')}"
|
||||
<button sclass="icono" image="/common/img/ico_editar1.png"
|
||||
hoverImage="/common/img/ico_editar.png"
|
||||
onClick="controller.goToEditForm(self.getParent().getParent().value);">
|
||||
</button>
|
||||
</hbox>
|
||||
|
|
|
|||