Lines 272-278
Link Here
|
272 |
</li> |
272 |
</li> |
273 |
|
273 |
|
274 |
<li> |
274 |
<li> |
275 |
<label style="white-space: nowrap;" for="budget_amount" class="required">Amount: </label> |
275 |
<label for="budget_amount" class="required">Amount: </label> |
276 |
<input type="text" name="budget_amount" id="budget_amount" value="[% budget_amount | $Price on_editing => 1 %]" size="8" /> |
276 |
<input type="text" name="budget_amount" id="budget_amount" value="[% budget_amount | $Price on_editing => 1 %]" size="8" /> |
277 |
</li> |
277 |
</li> |
278 |
|
278 |
|
Lines 382-395
Link Here
|
382 |
</li> |
382 |
</li> |
383 |
|
383 |
|
384 |
<li> |
384 |
<li> |
385 |
<label style="white-space: nowrap;" for="authorised_value_category1">Statistic 1 done on: </label> |
385 |
<label for="authorised_value_category1">Statistic 1 done on: </label> |
386 |
<select name="sort1_authcat" id="authorised_value_category1"> |
386 |
<select name="sort1_authcat" id="authorised_value_category1"> |
387 |
<option value=""></option> |
387 |
<option value=""></option> |
388 |
[% PROCESS options_for_authorised_value_categories authorised_value_categories => AuthorisedValues.GetCategories( selected => sort1_authcat ) %] |
388 |
[% PROCESS options_for_authorised_value_categories authorised_value_categories => AuthorisedValues.GetCategories( selected => sort1_authcat ) %] |
389 |
</select> |
389 |
</select> |
390 |
</li> |
390 |
</li> |
391 |
<li> |
391 |
<li> |
392 |
<label style="white-space: nowrap;" for="authorised_value_category2">Statistic 2 done on: </label> |
392 |
<label for="authorised_value_category2">Statistic 2 done on: </label> |
393 |
<select name="sort2_authcat" id="authorised_value_category2"> |
393 |
<select name="sort2_authcat" id="authorised_value_category2"> |
394 |
<option value=""></option> |
394 |
<option value=""></option> |
395 |
[% PROCESS options_for_authorised_value_categories authorised_value_categories => AuthorisedValues.GetCategories( selected => sort2_authcat ) %] |
395 |
[% PROCESS options_for_authorised_value_categories authorised_value_categories => AuthorisedValues.GetCategories( selected => sort2_authcat ) %] |
396 |
- |
|
|