diff options
author | deva <deva> | 2009-07-24 10:09:09 +0000 |
---|---|---|
committer | deva <deva> | 2009-07-24 10:09:09 +0000 |
commit | 1d8429d8d3981dd027cdb7e160dd614ebf6c8ded (patch) | |
tree | 90ee0895191a38016c390244953fd065429ff4cf /server/xml/macros/B.2.10.4.xml | |
parent | 74e8a4a4e07238d7aefab9dc038aeb9339a69515 (diff) |
Removed all macros from CVS.
Diffstat (limited to 'server/xml/macros/B.2.10.4.xml')
-rw-r--r-- | server/xml/macros/B.2.10.4.xml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/server/xml/macros/B.2.10.4.xml b/server/xml/macros/B.2.10.4.xml deleted file mode 100644 index 38b6709..0000000 --- a/server/xml/macros/B.2.10.4.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<macro name="B.2.10.4" version="1.0"> - <resume>${amd.indication}</resume> - <queries> - </queries> - <maps> - </maps> - <scripts> - </scripts> - <window 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> - </window> -</macro> |