diff options
author | deva <deva> | 2009-08-06 14:17:29 +0000 |
---|---|---|
committer | deva <deva> | 2009-08-06 14:17:29 +0000 |
commit | fa8bc5be4149b477b4c0f8424fa82d0bede194c9 (patch) | |
tree | 11d077f051e48126633f34e02b23db3bcfcb3797 /server/xml/macros/amd_genbehandlingsindikation-1.0.xml | |
parent | 8e98ba0deda4cc37c0d40b4ada04538099341b7b (diff) |
Reintroduced a deleted macro (an error)
Diffstat (limited to 'server/xml/macros/amd_genbehandlingsindikation-1.0.xml')
-rw-r--r-- | server/xml/macros/amd_genbehandlingsindikation-1.0.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/server/xml/macros/amd_genbehandlingsindikation-1.0.xml b/server/xml/macros/amd_genbehandlingsindikation-1.0.xml new file mode 100644 index 0000000..5b5f652 --- /dev/null +++ b/server/xml/macros/amd_genbehandlingsindikation-1.0.xml @@ -0,0 +1,38 @@ +<?xml version='1.0' encoding='UTF-8'?> +<macro name="amd_genbehandlingsindikation" version="1.0"> + <resume>${amd.indication}</resume> + <queries> + </queries> + <maps> + </maps> + <scripts> + </scripts> + <widgets caption="Behandlingsindikation (B.2.10)" + layout="vbox"> + + <frame layout="hbox"> + <label caption="Øje:" width="50"/> + <radiobuttons name="amd.indication.eye" value=""> + <radiobutton caption="o.dxt" value="o.dxt"/> + <radiobutton caption="o.sin" value="o.sin"/> + </radiobuttons> + <spacer/> + </frame> + + <frame layout="vbox"> + <label caption="Der findes indikation for:"/> + <combobox name="amd.indication"> + <item caption="Der findes indikation for at gentage behandlingen." + value="Der findes indikation for at gentage behandlingen."/> + <item caption="Der holdes pause med behandlingen." + value="Der holdes pause med behandlingen."/> + </combobox> + </frame> + + <!-- Knapper --> + <frame layout="hbox"> + <spacer/> + <button caption="Gem" action="commit"/> + </frame> + </widgets> +</macro> |