View | Details | Raw Unified | Return to bug 14050
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-2 / +1 lines)
Lines 131-137 Link Here
131
			<td>[% loo.auth_tag_to_report %]</td>
131
			<td>[% loo.auth_tag_to_report %]</td>
132
			<td><a href="auth_tag_structure.pl?authtypecode=[% loo.authtypecode %]" class="button parameters" >MARC structure</a></td>
132
			<td><a href="auth_tag_structure.pl?authtypecode=[% loo.authtypecode %]" class="button parameters" >MARC structure</a></td>
133
			<td><a href="[% loo.script_name %]?op=add_form&amp;authtypecode=[% loo.authtypecode |html %]">Edit</a></td>
133
			<td><a href="[% loo.script_name %]?op=add_form&amp;authtypecode=[% loo.authtypecode |html %]">Edit</a></td>
134
			<td><a href="[% loo.script_name %]?op=delete_confirm&amp;authtypecode=[% loo.authtypecode |html %]">Delete</a></td>
134
			<td>[% IF loo.authtypecode %]<a href="[% loo.script_name %]?op=delete_confirm&amp;authtypecode=[% loo.authtypecode |html %]">Delete</a>[% END %]</td>
135
		</tr>
135
		</tr>
136
	[% END %]
136
	[% END %]
137
    <tbody>
137
    <tbody>
138
- 

Return to bug 14050