Lines 207-213
$(document).ready(function() {
Link Here
|
207 |
<select name="authtype" id="authtype"> |
207 |
<select name="authtype" id="authtype"> |
208 |
<option value="">-- All --</option> |
208 |
<option value="">-- All --</option> |
209 |
[% FOREACH authority_type IN authority_types %] |
209 |
[% FOREACH authority_type IN authority_types %] |
210 |
<option value="[% authtypeloo.value %]">[% authtypeloo.description %]</option> |
210 |
<option value="[% authority_type.authtypecode %]">[% authority_type.authtypetext %]</option> |
211 |
[% END %] |
211 |
[% END %] |
212 |
</select> |
212 |
</select> |
213 |
</li> |
213 |
</li> |
214 |
- |
|
|