aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/default/report/new/extra_name.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/web/default/report/new/extra_name.html b/templates/web/default/report/new/extra_name.html
index ea523410b..503b6acc3 100644
--- a/templates/web/default/report/new/extra_name.html
+++ b/templates/web/default/report/new/extra_name.html
@@ -6,10 +6,10 @@
<select class="form-focus-trigger" id="form_fms_extra_title"
name="fms_extra_title">
<option></option>
- <option value="Mr"[% ' selected' IF fms_extra_title == 'Mr' %]>Mr</option>
- <option value="Miss"[% ' selected' IF fms_extra_title == 'Miss' %]>Miss</option>
- <option value="Mrs"[% ' selected' IF fms_extra_title == 'Mrs' %]>Mrs</option>
- <option value="Ms"[% ' selected' IF fms_extra_title == 'Ms' %]>Ms</option>
- <option value="Dr"[% ' selected' IF fms_extra_title == 'Dr' %]>Dr</option>
+ <option value="MR"[% ' selected' IF fms_extra_title == 'Mr' %]>Mr</option>
+ <option value="MISS"[% ' selected' IF fms_extra_title == 'Miss' %]>Miss</option>
+ <option value="MRS"[% ' selected' IF fms_extra_title == 'Mrs' %]>Mrs</option>
+ <option value="MS"[% ' selected' IF fms_extra_title == 'Ms' %]>Ms</option>
+ <option value="DR"[% ' selected' IF fms_extra_title == 'Dr' %]>Dr</option>
</select>
[% END %]