Lines 54-60
Link Here
|
54 |
[% ELSE %]<a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Default framework</a> |
54 |
[% ELSE %]<a href="/cgi-bin/koha/admin/auth_tag_structure.pl">Default framework</a> |
55 |
[% END %] › Data deleted |
55 |
[% END %] › Data deleted |
56 |
[% ELSE %] |
56 |
[% ELSE %] |
57 |
[% IF ( authtypecode ) %][% authtypecode %] Framework</a> |
57 |
[% IF ( authtypecode ) %][% authtypecode %] Framework |
58 |
[% ELSE %]Default framework |
58 |
[% ELSE %]Default framework |
59 |
[% END %] |
59 |
[% END %] |
60 |
[% END %] |
60 |
[% END %] |
Lines 200-230
Link Here
|
200 |
</div> |
200 |
</div> |
201 |
<table id="table_authtagstructure"> |
201 |
<table id="table_authtagstructure"> |
202 |
<thead> |
202 |
<thead> |
203 |
<th>Tag</th> |
203 |
<tr> |
204 |
<th>Lib</th> |
204 |
<th>Tag</th> |
205 |
<th>Repeatable</th> |
205 |
<th>Lib</th> |
206 |
<th>Mandatory</th> |
206 |
<th>Repeatable</th> |
207 |
<th>Authorized<br />value</th> |
207 |
<th>Mandatory</th> |
208 |
<th>Subfields</th> |
208 |
<th>Authorized<br />value</th> |
209 |
<th>Edit</th> |
209 |
<th>Subfields</th> |
210 |
<th>Delete</th> |
210 |
<th>Edit</th> |
|
|
211 |
<th>Delete</th> |
212 |
</tr> |
211 |
</thead> |
213 |
</thead> |
212 |
[% FOREACH loo IN loop %] |
214 |
<tbody> |
213 |
[% UNLESS ( loop.odd ) %] |
215 |
[% FOREACH loo IN loop %] |
214 |
<tr class="highlight"> |
216 |
<tr> |
215 |
[% ELSE %] |
217 |
<td><b>[% loo.tagfield %]</b></td> |
216 |
<tr> |
218 |
<td>[% loo.liblibrarian %]</td> |
217 |
[% END %] |
219 |
<td>[% IF ( loo.repeatable ) %]Yes[% ELSE %]No[% END %]</td> |
218 |
<td><b>[% loo.tagfield %]</b></td> |
220 |
<td>[% IF ( loo.mandatory ) %]Yes[% ELSE %]No[% END %]</td> |
219 |
<td>[% loo.liblibrarian %]</td> |
221 |
<td>[% loo.authorised_value %]</td> |
220 |
<td>[% IF ( loo.repeatable ) %]Yes[% ELSE %]No[% END %]</td> |
222 |
<td><a href="[% loo.subfield_link %]" class="button">subfields</a></td> |
221 |
<td>[% IF ( loo.mandatory ) %]Yes[% ELSE %]No[% END %]</td> |
223 |
<td><a href="[% loo.edit %]">Edit</a></td> |
222 |
<td>[% loo.authorised_value %]</td> |
224 |
<td><a href="[% loo.delete %]">Delete</a></td> |
223 |
<td><a href="[% loo.subfield_link %]" class="button">subfields</a></td> |
225 |
</tr> |
224 |
<td><a href="[% loo.edit %]">Edit</a></td> |
226 |
[% END %] |
225 |
<td><a href="[% loo.delete %]">Delete</a></td> |
227 |
</tbody> |
226 |
</tr> |
|
|
227 |
[% END %] |
228 |
</table> |
228 |
</table> |
229 |
|
229 |
|
230 |
[% END %] |
230 |
[% END %] |