blob: 1f17172e404e41e3722068c2404c01ee3616984c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<?xml version='1.0' encoding='UTF-8'?>
<macro name="amd_behandling_overskrift" version="1.0">
<resume>Behandling af AMD med Lucentis</resume>
<queries>
</queries>
<maps>
</maps>
<scripts>
</scripts>
<widgets caption="Påbegyndelse af behandlingsforløb"
layout="vbox">
<checkbox name="begynd"
caption="Behandling påbegyndes"
truevalue="begynd"
falsevalue=""
regexp="begynd"/>
<!-- Knapper -->
<frame layout="hbox">
<spacer />
<button caption="Gem" action="commit"/>
</frame>
</widgets>
</macro>
|