Lines 54-73
Link Here
|
54 |
[% INCLUDE 'header.inc' %] |
54 |
[% INCLUDE 'header.inc' %] |
55 |
[% INCLUDE 'cat-search.inc' %] |
55 |
[% INCLUDE 'cat-search.inc' %] |
56 |
|
56 |
|
57 |
<div id="breadcrumbs"> |
57 |
<nav aria-label="Breadcrumb" class="breadcrumb"> |
58 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › |
58 |
<ol> |
59 |
[% IF op == 'save' %] |
59 |
<li> |
60 |
[% IF ( suggestionid ) %] |
60 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
61 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a> › Edit suggestion #[% suggestionid | html %] |
61 |
</li> |
|
|
62 |
<li> |
63 |
<a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> |
64 |
</li> |
65 |
|
66 |
[% IF op == 'save' %] |
67 |
[% IF ( suggestionid ) %] |
68 |
<li> |
69 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a> |
70 |
</li> |
71 |
<li> |
72 |
<a href="#" aria-current="page"> |
73 |
Edit suggestion #[% suggestionid | html %] |
74 |
</a> |
75 |
</li> |
76 |
[% ELSE %] |
77 |
<li> |
78 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a> |
79 |
</li> |
80 |
<li> |
81 |
<a href="#" aria-current="page"> |
82 |
Add suggestion |
83 |
</a> |
84 |
</li> |
85 |
[% END %] |
86 |
[% ELSIF ( op == 'show' ) %] |
87 |
<li> |
88 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a> |
89 |
</li> |
90 |
<li> |
91 |
<a href="#" aria-current="page"> |
92 |
Show suggestion #[% suggestionid | html %] |
93 |
</a> |
94 |
</li> |
62 |
[% ELSE %] |
95 |
[% ELSE %] |
63 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a> › Add suggestion |
96 |
<li> |
|
|
97 |
<a href="#" aria-current="page"> |
98 |
Suggestions management |
99 |
</a> |
100 |
</li> |
64 |
[% END %] |
101 |
[% END %] |
65 |
[% ELSIF ( op == 'show' ) %] |
102 |
</ol> |
66 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a> › Show suggestion #[% suggestionid | html %] |
103 |
</nav> <!-- /.breadcrumbs --> |
67 |
[% ELSE %] |
|
|
68 |
Suggestions management |
69 |
[% END %] |
70 |
</div> <!-- /.breadcrumbs --> |
71 |
|
104 |
|
72 |
[% IF ( op == 'show' ) %] |
105 |
[% IF ( op == 'show' ) %] |
73 |
<div class="main container-fluid"> |
106 |
<div class="main container-fluid"> |