Lines 46-113
Link Here
|
46 |
[% END %] |
46 |
[% END %] |
47 |
|
47 |
|
48 |
[% WRAPPER 'sub-header.inc' %] |
48 |
[% WRAPPER 'sub-header.inc' %] |
49 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
49 |
[% WRAPPER breadcrumbs %] |
50 |
<ol> |
50 |
[% WRAPPER breadcrumb_item %] |
51 |
<li> |
|
|
52 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
53 |
</li> |
54 |
<li> |
55 |
<a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> |
51 |
<a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> |
56 |
</li> |
52 |
[% END %] |
57 |
|
53 |
|
58 |
[% IF op == 'add_form' %] |
54 |
[% IF ( op == 'add_form' || loop || searchfield ) %] |
59 |
<li> |
55 |
[% WRAPPER breadcrumb_item %] |
60 |
<a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized values</a> |
56 |
<a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized values</a> |
61 |
</li> |
57 |
[% END %] |
|
|
58 |
[% ELSE %] |
59 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
60 |
<span>Authorized values</span> |
61 |
[% END %] |
62 |
[% END %] |
63 |
|
64 |
[% IF op == 'add_form' %] |
62 |
[% IF ( action_modify || action_add_value ) %] |
65 |
[% IF ( action_modify || action_add_value ) %] |
63 |
<li> |
66 |
[% WRAPPER breadcrumb_item %] |
64 |
<a href="#"> |
67 |
<a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=[% category_name | uri %]">Authorized values for category [% category_name | html %]</a> |
65 |
<a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=[% category_name | uri %]">Authorized values for category [% category_name | html %]</a> |
68 |
[% END %] |
66 |
</a> |
|
|
67 |
</li> |
68 |
[% IF ( action_modify ) %] |
69 |
[% IF ( action_modify ) %] |
69 |
<li> |
70 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
70 |
<a href="#" aria-current="page"> |
71 |
<span>Modify authorized value</span> |
71 |
Modify authorized value |
72 |
[% END %] |
72 |
</a> |
|
|
73 |
</li> |
74 |
[% END %] |
73 |
[% END %] |
75 |
[% IF ( action_add_value ) %] |
74 |
[% IF ( action_add_value ) %] |
76 |
<li> |
75 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
77 |
<a href="#" aria-current="page"> |
76 |
<span>New authorized value</span> |
78 |
New authorized value |
77 |
[% END %] |
79 |
</a> |
|
|
80 |
</li> |
81 |
[% END %] |
78 |
[% END %] |
82 |
[% END %] |
79 |
[% END %] |
83 |
[% IF ( action_add_category ) %] |
80 |
[% IF ( action_add_category ) %] |
84 |
<li> |
81 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
85 |
<a href="#" aria-current="page"> |
82 |
<span>New category</span> |
86 |
New category |
83 |
[% END %] |
87 |
</a> |
|
|
88 |
</li> |
89 |
[% END %] |
84 |
[% END %] |
90 |
|
85 |
|
91 |
[% ELSIF ( loop || searchfield ) %] |
86 |
[% ELSIF ( loop || searchfield ) %] |
92 |
<li> |
87 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
93 |
<a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized values</a> |
88 |
<span>Authorized values for category [% category.category_name | html %]</span> |
94 |
</li> |
89 |
[% END %] |
95 |
<li> |
|
|
96 |
<a href="#" aria-current="page"> |
97 |
Authorized values for category [% category.category_name | html %] |
98 |
</a> |
99 |
</li> |
100 |
|
101 |
[% ELSE %] |
102 |
<li> |
103 |
<a href="#" aria-current="page"> |
104 |
Authorized values |
105 |
</a> |
106 |
</li> |
107 |
[% END # /IF op == 'add_form' %] |
90 |
[% END # /IF op == 'add_form' %] |
108 |
</ol> |
91 |
[% END #/ WRAPPER breadcrumbs %] |
109 |
</nav> <!-- /#breadcrumbs --> |
92 |
[% END #/ WRAPPER sub-header.inc %] |
110 |
[% END %] |
|
|
111 |
|
93 |
|
112 |
<div class="main container-fluid"> |
94 |
<div class="main container-fluid"> |
113 |
<div class="row"> |
95 |
<div class="row"> |