Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 8d5e75b

Browse files
update new financial account opening template as per new options
1 parent 43d7e21 commit 8d5e75b

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

src/templates/new_account/maltainvestws.html.tt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,11 @@
375375
<div class="grd-grid-8">
376376
<select id="net-income">
377377
<option value="">[% l('Please select') %]</option>
378-
<option value="Less than &#36;25,000">[% l('Less than $25,000') %]</option>
379-
<option value="&#36;25,000 - &#36;100,000">[% l('$25,000 - $100,000') %]</option>
380-
<option value="&#36;100,000 - &#36;500,000">[% l('$100,000 - $500,000') %]</option>
381-
<option value="Over &#36;500,000">[% l('Over $500,001') %]</option>
378+
<option value="Less than &#36;25,000">Less than &#36;25,000</option>
379+
<option value="&#36;25,000 - &#36;50,000" >&#36;25,000 - &#36;50,000</option>
380+
<option value="&#36;50,001 - &#36;100,000">&#36;50,001 - &#36;100,000</option>
381+
<option value="&#36;100,001 - &#36;500,000">&#36;100,001 - &#36;500,000</option>
382+
<option value="Over &#36;500,000">Over &#36;500,001</option>
382383
</select>
383384
<p class="errorfield" id="error-net-income" style="display:none"></p>
384385
</div>
@@ -390,10 +391,11 @@
390391
<div class="grd-grid-8">
391392
<select id="estimated-worth">
392393
<option value="">[% l('Please select') %]</option>
393-
<option value="Less than &#36;100,000">[% l('Less than $100,000') %]</option>
394-
<option value="&#36;100,000 - &#36;250,000">[% l('$100,000 - $250,000') %]</option>
395-
<option value="&#36;250,000 - &#36;1,000,000">[% l('$250,000 - $1,000,000') %]</option>
396-
<option value="Over &#36;1,000,000">[% l('Over $1,000,000') %]</option>
394+
<option value="Less than &#36;100,000">Less than &#36;100,000</option>
395+
<option value="&#36;100,000 - &#36;250,000" >&#36;100,000 - &#36;250,000</option>
396+
<option value="&#36;250,001 - &#36;500,000">&#36;250,001 - &#36;500,000</option>
397+
<option value="&#36;500,001 - &#36;1,000,000">&#36;500,001 - &#36;1,000,000</option>
398+
<option value="Over &#36;1,000,000">Over &#36;1,000,000</option>
397399
</select>
398400
<p class="errorfield" id="error-estimated-worth" style="display:none"></p>
399401
</div>

0 commit comments

Comments
 (0)