diff options
author | deva <deva> | 2009-08-06 08:55:51 +0000 |
---|---|---|
committer | deva <deva> | 2009-08-06 08:55:51 +0000 |
commit | 8eade25e7f7a390b67e37f48d61454af0c1e9363 (patch) | |
tree | fa999801f579b138f372497d27319c2747c58d49 /server/xml/macros/amdindication-1.0.xml | |
parent | 2fbc9ac0710629ba76bd6b6e7593843751b286c2 (diff) |
Renamed all macros to Danish.
Diffstat (limited to 'server/xml/macros/amdindication-1.0.xml')
-rw-r--r-- | server/xml/macros/amdindication-1.0.xml | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/server/xml/macros/amdindication-1.0.xml b/server/xml/macros/amdindication-1.0.xml deleted file mode 100644 index e1ed3c3..0000000 --- a/server/xml/macros/amdindication-1.0.xml +++ /dev/null @@ -1,42 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!-- - 20081202: Lars Bisballe Jensen - Ændret til nyt format i resume og naming scheme. - --> -<macro name="amdindication" version="1.0"> - <resume>${amd.indication}</resume> - <queries> - </queries> - <maps> - </maps> - <scripts> - </scripts> - <widgets caption="Behandlingsindikation (B.2.10.2)" - 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" value=""> - <item caption="PDT" value="Der findes indikation for PDT behandling."/> - <item caption="Argon laser" value="Der findes indikation for argon laser behandling."/> - <item caption="Intravitreal angiostatisk behandling" value="Der findes indikation for intravitreal angiostatisk behandling."/> - <item caption="Ingen behandlingsindikation" value="Der findes ikke indikation for behandling."/> - </combobox> - </frame> - - <!-- Knapper --> - <frame layout="hbox"> - <spacer/> - <button caption="Gem" action="commit"/> - </frame> - </widgets> -</macro> |