You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
531 B
Plaintext
22 lines
531 B
Plaintext
<?page title="buttons" contentType="text/html;charset=UTF-8"?>
|
|
<zk>
|
|
<vlayout
|
|
vflex="min"
|
|
hflex="max">
|
|
<div
|
|
hflex="max"
|
|
align="right">
|
|
<button
|
|
image="~./zul/img/misc/drag-disallow.png"
|
|
label="${labels.ButtonStorno}"
|
|
onClick="editWin.detach()"
|
|
sclass="nicebutton" />
|
|
<button
|
|
image="/img/save.png"
|
|
label="${labels.ButtonSave}"
|
|
onClick="@command('save', window=editWin) @global-command('refresh')"
|
|
disabled="@load(not vm.canSave)"
|
|
sclass="nicebutton" />
|
|
</div>
|
|
</vlayout>
|
|
</zk> |