|
Lines 328-334
Link Here
|
| 328 |
</li> |
328 |
</li> |
| 329 |
|
329 |
|
| 330 |
<li> |
330 |
<li> |
| 331 |
<label style="white-space: nowrap;" for="authorised_value_category1">Planning Category1: </label> |
331 |
<label style="white-space: nowrap;" for="authorised_value_category1">Statistic 1 done on: </label> |
| 332 |
<select name="sort1_authcat" id="authorised_value_category1"> |
332 |
<select name="sort1_authcat" id="authorised_value_category1"> |
| 333 |
<option value=""></option> |
333 |
<option value=""></option> |
| 334 |
<!-- TMPL_LOOP name="authorised_value_categories1" --> |
334 |
<!-- TMPL_LOOP name="authorised_value_categories1" --> |
|
Lines 345-351
Link Here
|
| 345 |
</select> |
345 |
</select> |
| 346 |
</li> |
346 |
</li> |
| 347 |
<li> |
347 |
<li> |
| 348 |
<label style="white-space: nowrap;" for="authorised_value_category2">Planning Category2: </label> |
348 |
<label style="white-space: nowrap;" for="authorised_value_category2">Statistic 2 done on: </label> |
| 349 |
<select name="sort2_authcat" id="authorised_value_category2"> |
349 |
<select name="sort2_authcat" id="authorised_value_category2"> |
| 350 |
<option value=""></option> |
350 |
<option value=""></option> |
| 351 |
<!-- TMPL_LOOP name="authorised_value_categories2" --> |
351 |
<!-- TMPL_LOOP name="authorised_value_categories2" --> |
| 352 |
- |
|
|