Upraveno formátování data a času v panelu stavu schválení požadavku.
This commit is contained in:
@@ -304,6 +304,7 @@ LoginViaGoogle=Přihlásit účtem Google
|
|||||||
|
|
||||||
|
|
||||||
DateFormat=dd. MM. yyyy
|
DateFormat=dd. MM. yyyy
|
||||||
|
DateTimeFormat=dd. MM. yyyy, HH:MM:ss
|
||||||
|
|
||||||
AddItem=Přidat položku
|
AddItem=Přidat položku
|
||||||
SelectGroup=Vybrat skupinu...
|
SelectGroup=Vybrat skupinu...
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 740 B |
Binary file not shown.
|
After Width: | Height: | Size: 903 B |
@@ -2,7 +2,11 @@
|
|||||||
<zk>
|
<zk>
|
||||||
|
|
||||||
<label value="Stav schválení: "/>
|
<label value="Stav schválení: "/>
|
||||||
<button label="Schválit" onClick="@command('approve')" disabled="@load(not vm.canApprove)"/>
|
<button label="Schválit"
|
||||||
|
image="/img/approve-016.png"
|
||||||
|
onClick="@command('approve')"
|
||||||
|
disabled="@load(not vm.canApprove)"
|
||||||
|
sclass="nicebutton"/>
|
||||||
<vbox children="@load(vm.dataBean.workflow)">
|
<vbox children="@load(vm.dataBean.workflow)">
|
||||||
<template name="children">
|
<template name="children">
|
||||||
<grid model="@load(vm.dataBean.authorization)">
|
<grid model="@load(vm.dataBean.authorization)">
|
||||||
@@ -14,7 +18,7 @@
|
|||||||
<template name="model" var="auth">
|
<template name="model" var="auth">
|
||||||
<row visible="@load(auth.role eq each.role)">
|
<row visible="@load(auth.role eq each.role)">
|
||||||
<label value="@load(auth.approver.fullName)"/>
|
<label value="@load(auth.approver.fullName)"/>
|
||||||
<label value="@load(auth.authDate)"/>
|
<label value="@load(auth.authDate) @converter('formatedDate', format=labels.DateTimeFormat)"/>
|
||||||
</row>
|
</row>
|
||||||
</template>
|
</template>
|
||||||
</rows>
|
</rows>
|
||||||
|
|||||||
Reference in New Issue
Block a user