Conflicts:
	src/main/java/info/bukova/isspst/services/approved/OrderServiceImpl.java
This commit is contained in:
2014-10-03 07:08:12 +02:00
10 changed files with 141 additions and 42 deletions
@@ -142,6 +142,10 @@ Centres=Střediska
OfferSelectedOnly=Nabízet pouze vybraná střediska
Select=Vybrat
OfferedCentres=Nabízená střediska
LimitExceeded=Požadavek nelze uložit z důvodu překročení limitu komise.
Spent=Vyčerpáno:
WorkgroupLimits=Limity komisí
RequirementsDisabled=Vkládání požadavků je administrátorem zakázáno
Number=Číslo:
Prefix=Prefix:
+54 -21
View File
@@ -40,29 +40,62 @@
</template>
</hbox>
</groupbox>
<groupbox
vflex="1"
mold="3d">
<caption
image="/img/commission-small.png"
label="${labels.WorkgroupMembership}" />
<hbox children="@load(vm.workgroups)">
<template name="children">
<listbox model="@load(vm.groupRoles[each])">
<listhead>
<listheader label="@load(each.fullName)" />
</listhead>
<template
name="model"
var="role">
<hbox vflex="1" hflex="1">
<groupbox
vflex="1"
hflex="1"
mold="3d">
<caption
image="/img/commission-small.png"
label="${labels.WorkgroupMembership}" />
<vbox
sclass="addScrollbar"
children="@load(vm.workgroups)">
<template name="children">
<listbox model="@load(vm.groupRoles[each])">
<listhead>
<listheader label="@load(each.fullName)" />
</listhead>
<template
name="model"
var="role">
<listitem>
<listcell label="@load(role.description)" />
</listitem>
</template>
</listbox>
</template>
</vbox>
</groupbox>
<groupbox
vflex="1"
hflex="1"
mold="3d">
<caption
image="/img/money-small.png"
label="${labels.WorkgroupLimits}" />
<vbox
sclass="addScrollbar"
children="@load(vm.workgroups)">
<template name="children">
<listbox>
<listhead>
<listheader label="@load(each.fullName)"/>
<listheader/>
</listhead>
<listitem>
<listcell label="@load(role.description)" />
<listcell label="${labels.Limit}"/>
<listcell label="@load(each.limit) @converter(vm.standardBigDecimalConverter)"/>
</listitem>
</template>
</listbox>
</template>
</hbox>
</groupbox>
<listitem>
<listcell label="${labels.Spent}"/>
<listcell label="@load(vm.workgroupSpent[each]) @converter(vm.standardBigDecimalConverter)"/>
</listitem>
</listbox>
</template>
</vbox>
</groupbox>
</hbox>
</vbox>
</window>
</zk>
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB