|
Lines 16-24
Link Here
|
| 16 |
[% IF ( delete_confirm ) %] |
16 |
[% IF ( delete_confirm ) %] |
| 17 |
[% tx("Confirm deletion of tag '{searchfield}'", { searchfield = searchfield }) | html %] › |
17 |
[% tx("Confirm deletion of tag '{searchfield}'", { searchfield = searchfield }) | html %] › |
| 18 |
[% END %] |
18 |
[% END %] |
| 19 |
[% IF ( delete_confirmed ) %] |
|
|
| 20 |
[% t("Data deleted") | html %] › |
| 21 |
[% END %] |
| 22 |
[% IF ( authtypecode ) %] |
19 |
[% IF ( authtypecode ) %] |
| 23 |
[% tx("'{authtypecode}' framework", { authtypecode = authtypecode }) | html %] |
20 |
[% tx("'{authtypecode}' framework", { authtypecode = authtypecode }) | html %] |
| 24 |
[% ELSE %] |
21 |
[% ELSE %] |
|
Lines 46-52
Link Here
|
| 46 |
<a href="/cgi-bin/koha/admin/authtypes.pl">Authority types</a> |
43 |
<a href="/cgi-bin/koha/admin/authtypes.pl">Authority types</a> |
| 47 |
[% END %] |
44 |
[% END %] |
| 48 |
|
45 |
|
| 49 |
[% IF ( add_form || delete_confirm || delete_confirmed ) %] |
46 |
[% IF ( add_form || delete_confirm ) %] |
| 50 |
[% IF ( authtypecode ) %] |
47 |
[% IF ( authtypecode ) %] |
| 51 |
[% WRAPPER breadcrumb_item %] |
48 |
[% WRAPPER breadcrumb_item %] |
| 52 |
<a href="/cgi-bin/koha/admin/auth_tag_structure.pl?authtypecode=[% authtypecode | uri %]">[% tx("'{authtypecode}' framework", { authtypecode = authtypecode }) | html %]</a> |
49 |
<a href="/cgi-bin/koha/admin/auth_tag_structure.pl?authtypecode=[% authtypecode | uri %]">[% tx("'{authtypecode}' framework", { authtypecode = authtypecode }) | html %]</a> |
|
Lines 84-102
Link Here
|
| 84 |
[% tx("Confirm deletion of tag '{searchfield}'", { searchfield = searchfield }) | html %] |
81 |
[% tx("Confirm deletion of tag '{searchfield}'", { searchfield = searchfield }) | html %] |
| 85 |
[% END %] |
82 |
[% END %] |
| 86 |
[% ELSE %] |
83 |
[% ELSE %] |
| 87 |
[% IF ( delete_confirmed ) %] |
84 |
[% IF ( authtypecode ) %] |
| 88 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
85 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
| 89 |
<span>Data deleted</span> |
86 |
[% tx("{authtypecode} framework", { authtypecode = authtypecode }) | html %] |
| 90 |
[% END %] |
87 |
[% END %] |
| 91 |
[% ELSE %] |
88 |
[% ELSE %] |
| 92 |
[% IF ( authtypecode ) %] |
89 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
| 93 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
90 |
<span>Default framework</span> |
| 94 |
[% tx("{authtypecode} framework", { authtypecode = authtypecode }) | html %] |
|
|
| 95 |
[% END %] |
| 96 |
[% ELSE %] |
| 97 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
| 98 |
<span>Default framework</span> |
| 99 |
[% END %] |
| 100 |
[% END %] |
91 |
[% END %] |
| 101 |
[% END %] |
92 |
[% END %] |
| 102 |
|
93 |
|
| 103 |
- |
|
|