Lines 7-16
Link Here
|
7 |
[% USE AuthorisedValues %] |
7 |
[% USE AuthorisedValues %] |
8 |
|
8 |
|
9 |
[% BLOCK fund_dropdown %] |
9 |
[% BLOCK fund_dropdown %] |
10 |
<label for="[% form_name | html %]">Fund: </label> |
10 |
<label for="[% form_name | html %]">Shipping fund: </label> |
11 |
<select id="[% form_id | html %]" name="[% form_name | html %]" class="fund_dropdown" data-selected="[% selected | html %]"> |
11 |
<select id="[% form_id | html %]" name="[% form_name | html %]" class="fund_dropdown" data-selected="[% selected | html %]"> |
12 |
</select> |
12 |
</select> |
13 |
<label for="showallfunds"> Show inactive:</label> |
13 |
<label for="showallfunds" style="float:none;width:auto;"> Show inactive:</label> |
14 |
<input type="checkbox" class="showallfunds" /> |
14 |
<input type="checkbox" class="showallfunds" /> |
15 |
[% END %] |
15 |
[% END %] |
16 |
|
16 |
|
17 |
- |
|
|