|
Lines 35-43
Link Here
|
| 35 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> |
35 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> |
| 36 |
</li> |
36 |
</li> |
| 37 |
|
37 |
|
| 38 |
<li> |
|
|
| 39 |
<a href="/cgi-bin/koha/tools/additional-contents.pl">Additional contents</a> |
| 40 |
</li> |
| 41 |
[% IF op == 'add_form' %] |
38 |
[% IF op == 'add_form' %] |
| 42 |
<li> |
39 |
<li> |
| 43 |
[% IF category == 'news' %] |
40 |
[% IF category == 'news' %] |
|
Lines 49-57
Link Here
|
| 49 |
<li> |
46 |
<li> |
| 50 |
<a href="#" aria-current="page"> |
47 |
<a href="#" aria-current="page"> |
| 51 |
[% IF additional_content.idnew %] |
48 |
[% IF additional_content.idnew %] |
| 52 |
Modify additional content |
49 |
Modify additional content ([% IF category == 'news' %]News[% ELSE %]HTML customizations[% END %]) |
| 53 |
[% ELSE %] |
50 |
[% ELSE %] |
| 54 |
Add additional content |
51 |
Add additional content ([% IF category == 'news' %]News[% ELSE %]HTML customizations[% END %]) |
| 55 |
[% END %] |
52 |
[% END %] |
| 56 |
</a> |
53 |
</a> |
| 57 |
</li> |
54 |
</li> |
| 58 |
- |
|
|