summaryrefslogtreecommitdiff
path: root/server/xml/macros/fluorescens_konklusion-1.0.xml
diff options
context:
space:
mode:
Diffstat (limited to 'server/xml/macros/fluorescens_konklusion-1.0.xml')
-rw-r--r--server/xml/macros/fluorescens_konklusion-1.0.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/server/xml/macros/fluorescens_konklusion-1.0.xml b/server/xml/macros/fluorescens_konklusion-1.0.xml
index b8b6235..06dd6f7 100644
--- a/server/xml/macros/fluorescens_konklusion-1.0.xml
+++ b/server/xml/macros/fluorescens_konklusion-1.0.xml
@@ -21,13 +21,13 @@
then
out = out .. getValue('fluorescens.konklusion.) .. '\n'
out = out .. 'Membranen er beliggende:'
- .. getValue('fluorescens.membrane.position') .. '\n'
+ .. getValue('fluorescens.membran.position') .. '\n'
out = out .. 'Membranstørrelse:'
- .. getValue('fluorescens.membrane.size') .. 'µm\n'
+ .. getValue('fluorescens.membran.stoerrelse') .. 'µm\n'
else
if( getValue('fluorescens.konklusion.) == 'andet' )
then
- out = out .. getValue('fluorescens.konklusion.other') .. '\n'
+ out = out .. getValue('fluorescens.konklusion.andet') .. '\n'
else
out = out .. getValue('fluorescens.konklusion.) .. '\n'
end
@@ -94,7 +94,7 @@
<frame name="andet_frame" layout="hbox">
<label caption="Andet:"/>
- <lineedit name="fluorescens.konklusion.other" value=""/>
+ <lineedit name="fluorescens.konklusion.andet" value=""/>
</frame>
<frame name="yderligere_info_frame" layout="vbox">
@@ -102,7 +102,7 @@
<frame layout="hbox">
<label caption="Membran beliggenhed:" width="150"/>
- <combobox name="fluorescens.membrane.position" value="">
+ <combobox name="fluorescens.membran.position" value="">
<item caption="Subfovealt" value="Subfovealt" />
<item caption="Juxtafovealt" value="Juxtafovealt" />
<item caption="Extrafovealt" value="Extrafovealt" />
@@ -112,7 +112,7 @@
<frame layout="hbox">
<label caption="Membranstørrelse:" width="150"/>
- <lineedit name="fluorescens.membrane.size" regexp="[0-9,.-]+" value=""/>
+ <lineedit name="fluorescens.membran.stoerrelse" regexp="[0-9,.-]+" value=""/>
<label caption="µm" />
<spacer/>
</frame>