diff options
author | senator <senator> | 2010-03-01 14:10:39 +0000 |
---|---|---|
committer | senator <senator> | 2010-03-01 14:10:39 +0000 |
commit | 4205925d6a89e01b64c6873e5d39f67b47c31d57 (patch) | |
tree | 9221c6cc1cf233ea2d54f6bfca2b12c859068e50 /server | |
parent | cd50c6f535cdccb661cb93fde561c10ced3f069e (diff) |
added FLEX procedure to dropdowns
Diffstat (limited to 'server')
-rw-r--r-- | server/xml/macros/ref_efterkontrol-overskrift-1.0.xml | 1 | ||||
-rw-r--r-- | server/xml/macros/ref_foerstedagskontol-overskrift-1.0.xml | 1 | ||||
-rw-r--r-- | server/xml/macros/ref_forunders-konklusion-1.0.xml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/server/xml/macros/ref_efterkontrol-overskrift-1.0.xml b/server/xml/macros/ref_efterkontrol-overskrift-1.0.xml index e499779..8605a0c 100644 --- a/server/xml/macros/ref_efterkontrol-overskrift-1.0.xml +++ b/server/xml/macros/ref_efterkontrol-overskrift-1.0.xml @@ -24,6 +24,7 @@ <combobox name="ref_efterkontrol.overskrift.type"> <item caption="LASIK" value="LASIK"/> <item caption="PRK" value="PRK"/> + <item caption="FLEX" value="FLEX"/> <item caption="reLASIK" value="reLASIK"/> <item caption="rePRK" value="rePRK"/> </combobox> diff --git a/server/xml/macros/ref_foerstedagskontol-overskrift-1.0.xml b/server/xml/macros/ref_foerstedagskontol-overskrift-1.0.xml index 5717a7e..ddcec10 100644 --- a/server/xml/macros/ref_foerstedagskontol-overskrift-1.0.xml +++ b/server/xml/macros/ref_foerstedagskontol-overskrift-1.0.xml @@ -18,6 +18,7 @@ <combobox name="ref_foerstedagskontrol.overskrift.type"> <item caption="LASIK" value="LASIK"/> <item caption="PRK" value="PRK"/> + <item caption="FLEX" value="FLEX"/> <item caption="reLASIK" value="reLASIK"/> <item caption="rePRK" value="rePRK"/> </combobox> diff --git a/server/xml/macros/ref_forunders-konklusion-1.0.xml b/server/xml/macros/ref_forunders-konklusion-1.0.xml index ba59848..c1db63c 100644 --- a/server/xml/macros/ref_forunders-konklusion-1.0.xml +++ b/server/xml/macros/ref_forunders-konklusion-1.0.xml @@ -69,6 +69,7 @@ <item caption="Topografistyret LASIK" value="Topografistyret LASIK"/> <item caption="Topografistyret PRK" value="Topografistyret PRK"/> <item caption="LASEK" value="LASEK"/> + <item caption="FLEX" value="FLEX"/> <altitem caption="Andet" value="andet" layout="hbox" innerwidget="ref_forunders.konklusion.behandling.andet"> <label caption="Andet:"/> <lineedit name="ref_forunders.konklusion.behandling.andet"/> |