diff options
author | deva <deva> | 2009-07-24 11:28:37 +0000 |
---|---|---|
committer | deva <deva> | 2009-07-24 11:28:37 +0000 |
commit | a81fd2a780e59ab918d172d0b4cc08be8780ec68 (patch) | |
tree | 27457634a83963b0fdb8baa4f7081439f1b90d34 /server/xml/macros/previouscommon-1.0.xml | |
parent | 1d8429d8d3981dd027cdb7e160dd614ebf6c8ded (diff) |
Changed all names to something less magical.
Diffstat (limited to 'server/xml/macros/previouscommon-1.0.xml')
-rw-r--r-- | server/xml/macros/previouscommon-1.0.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/server/xml/macros/previouscommon-1.0.xml b/server/xml/macros/previouscommon-1.0.xml new file mode 100644 index 0000000..318023c --- /dev/null +++ b/server/xml/macros/previouscommon-1.0.xml @@ -0,0 +1,36 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!-- + 20081202: Bent Bisballe Nyeng + Feltnavnene ændret så de giver mening. + --> +<!-- + 20090108: Bent Bisballe Nyeng + Alt tekst ændret. + --> +<macro name="previouscommon" version="1.0"> + <resume>Tidligere alment: +${previous_common_diseases}</resume> + <queries> + </queries> + <maps> + </maps> + <scripts> + </scripts> + <window caption="Tidligere alment (B.1.3)" + layout="vbox"> + + <altcombobox name="previous_common_diseases" layout="vbox" value="Intet relevant"> + <item caption="Intet relevant" value="Intet relevant"/> + <altitem caption="Anfør detaljer" value="detaljer" innerwidget="detaljer" layout="vbox"> + <label caption="Udfyld detaljer:"/> + <textedit name="detaljer" help="Anfør tidligere almene sygdomme, som skønnes at have relevans for aktuelle."/> + </altitem> + </altcombobox> + + <!-- Knapper --> + <frame layout="hbox"> + <spacer /> + <button caption="Gem" action="commit"/> + </frame> + </window> +</macro> |