ItEr29S05RFControlAvancesIncompatiblesEnUnidadesTraballoItEr28S05: Modified appearance of resource allocation modal window

This commit is contained in:
Lorenzo Tilve 2009-10-12 01:15:27 +02:00 committed by Javier Moran Rua
parent e2dbc4c2c8
commit 029c5d2415
2 changed files with 6 additions and 6 deletions

View file

@ -392,7 +392,7 @@ div.z-grid {
.z-listbox .z-textbox,.z-listbox .z-decimalbox,.z-listbox .z-intbox,.z-listbox .z-longbox,.z-listbox .z-doublebox
{
width: 100%;
/* width: 100%; */
height: 22px;
vertical-align:center;
border-collapse: collapse;

View file

@ -83,12 +83,12 @@
<window id="resourceAllocationWindow" self="@{define(content)}"
apply="${allocationController}" closable="true"
title="${i18n:_('Resource allocation')}" width="600px" visible="false">
title="${i18n:_('Resource allocation')}" style="min-height:500px" width="600px" visible="false">
<tabbox mold="accordion">
<tabbox mold="accordion-lite">
<tabs>
<tab id="tbResourceAllocation" label="${i18n:_('Resource allocation')}" />
<tab label="${i18n:_('Worker search')}" />
<tab id="tbResourceAllocation" label="${i18n:_('Resource allocation')}" image="common/img/ico_bajar.png"/>
<tab label="${i18n:_('Worker search')}" image="common/img/ico_bajar.png"/>
</tabs>
<tabpanels>
<tabpanel>
@ -150,7 +150,7 @@
<listbox id="allocationsList"
model="@{allocationController.resourceAllocations}"
itemRenderer="@{allocationController.resourceAllocationRenderer}"
style="margin-bottom: 5px" fixedLayout="true" >
style="margin-bottom: 5px" fixedLayout="true" rows="5">
<listhead>
<listheader label="${i18n:_('Name')}" />
<listheader