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/amdtreatmentindication-1.0.xml | |
parent | 8e98ba0deda4cc37c0d40b4ada04538099341b7b (diff) |
Reintroduced a deleted macro (an error)
Diffstat (limited to 'server/xml/macros/amdtreatmentindication-1.0.xml')
-rw-r--r-- | server/xml/macros/amdtreatmentindication-1.0.xml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/server/xml/macros/amdtreatmentindication-1.0.xml b/server/xml/macros/amdtreatmentindication-1.0.xml deleted file mode 100644 index 29c70c5..0000000 --- a/server/xml/macros/amdtreatmentindication-1.0.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<macro name="amdtreatmentindication" version="1.0"> - <resume>${amd.indication}</resume> - <queries> - </queries> - <maps> - </maps> - <scripts> - </scripts> - <widgets caption="Behandlingsindikation (B.2.10.4)" - 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> |