|
Lines 32-41
Link Here
|
| 32 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> |
32 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> |
| 33 |
</li> |
33 |
</li> |
| 34 |
|
34 |
|
| 35 |
[% IF op == 'add_form' %] |
|
|
| 36 |
<li> |
35 |
<li> |
| 37 |
<a href="/cgi-bin/koha/tools/additional-contents.pl">Additional contents</a> |
36 |
<a href="/cgi-bin/koha/tools/additional-contents.pl">Additional contents</a> |
| 38 |
</li> |
37 |
</li> |
|
|
38 |
[% IF op == 'add_form' %] |
| 39 |
<li> |
39 |
<li> |
| 40 |
[% IF category == 'news' %] |
40 |
[% IF category == 'news' %] |
| 41 |
<a href="/cgi-bin/koha/tools/additional-contents.pl?category=news">News</a> |
41 |
<a href="/cgi-bin/koha/tools/additional-contents.pl?category=news">News</a> |
|
Lines 55-65
Link Here
|
| 55 |
[% ELSE %] |
55 |
[% ELSE %] |
| 56 |
<li> |
56 |
<li> |
| 57 |
<a href="#" aria-current="page"> |
57 |
<a href="#" aria-current="page"> |
| 58 |
Additional contents |
58 |
[% IF category == 'news' %] |
| 59 |
([% IF category == 'news' %]News[% ELSE %]HTML customizations[% END %]) |
59 |
News |
|
|
60 |
[% ELSE %] |
| 61 |
HTML customizations |
| 62 |
[% END %] |
| 60 |
</a> |
63 |
</a> |
| 61 |
</li> |
64 |
</li> |
| 62 |
[% END %] |
65 |
[% END %] |
|
|
66 |
|
| 63 |
</ol> |
67 |
</ol> |
| 64 |
</nav> |
68 |
</nav> |
| 65 |
|
69 |
|
| 66 |
- |
|
|