diff options
author | senator <senator> | 2009-11-17 10:43:45 +0000 |
---|---|---|
committer | senator <senator> | 2009-11-17 10:43:45 +0000 |
commit | ce08ba4689b54f8e27a5418f490d9c87fe71cc78 (patch) | |
tree | 36e1933cd6d58f5f98b6dc37328e7258b1f0544f /server/xml/macros/yderligere_diagnostik-1.0.xml | |
parent | 1a6bd6fdbfffa6fb120b1464854a95b43221719d (diff) |
moved all .osin. instances from any instance containing it to the end of the instance. I have checked to find errors but NOT very thoroughly. The XML files might contain errors, but i will correct these, if any, when i encounter them later on
Diffstat (limited to 'server/xml/macros/yderligere_diagnostik-1.0.xml')
-rw-r--r-- | server/xml/macros/yderligere_diagnostik-1.0.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/xml/macros/yderligere_diagnostik-1.0.xml b/server/xml/macros/yderligere_diagnostik-1.0.xml index a513c53..dc6c3c7 100644 --- a/server/xml/macros/yderligere_diagnostik-1.0.xml +++ b/server/xml/macros/yderligere_diagnostik-1.0.xml @@ -4,8 +4,8 @@ Feltnavnene ændret så de giver mening. --> <macro name="yderligere_diagnostik" version="1.0"> - <resume>${amd_preop.konklusion. ${amd_preop.konklusion.eye} -${amd_preop.konklusion.additional}${amd_preop.konklusion.terminated}.</resume> + <resume>${amd_preop.konklusion. ${amd_preop.konklusion.oeje} +${amd_preop.konklusion.yderligere}${amd_preop.konklusion.terminated}.</resume> <queries> </queries> <maps> @@ -25,7 +25,7 @@ ${amd_preop.konklusion.additional}${amd_preop.konklusion.terminated}.</resume> <frame layout="vbox"> <frame layout="hbox"> <label caption="Øje:" width="50"/> - <radiobuttons name="amd_preop.konklusion.eye" value=""> + <radiobuttons name="amd_preop.konklusion.oeje" value=""> <radiobutton caption="o.dxt" value="o.dxt"/> <radiobutton caption="o.sin" value="o.sin"/> </radiobuttons> @@ -43,7 +43,7 @@ ${amd_preop.konklusion.additional}${amd_preop.konklusion.terminated}.</resume> </combobox> </frame> <label caption="Supplerende:"/> - <textedit name="amd_preop.konklusion.additional" value=""/> + <textedit name="amd_preop.konklusion.yderligere" value=""/> <checkbox caption="Afsluttes" name="amd_preop.konklusion.terminated" truevalue=" - Afsluttes" falsevalue="" value=""/> </frame> |