|
Lines 20-25
Link Here
|
| 20 |
} |
20 |
} |
| 21 |
</style> |
21 |
</style> |
| 22 |
[% END %] |
22 |
[% END %] |
|
|
23 |
<style> |
| 24 |
.syspref-link::before { |
| 25 |
content: " | "; |
| 26 |
} |
| 27 |
</style> |
| 23 |
</head> |
28 |
</head> |
| 24 |
|
29 |
|
| 25 |
<body id="tools_additional-contents" class="tools"> |
30 |
<body id="tools_additional-contents" class="tools"> |
|
Lines 301-308
Link Here
|
| 301 |
See <a href="/cgi-bin/koha/tools/additional-contents.pl?category=news">News</a> |
306 |
See <a href="/cgi-bin/koha/tools/additional-contents.pl?category=news">News</a> |
| 302 |
[% END %] |
307 |
[% END %] |
| 303 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
308 |
[% IF ( CAN_user_parameters_manage_sysprefs ) %] |
| 304 |
| <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACUserJS'>OPACUserJS</a> |
309 |
<a class="syspref-link" href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACUserJS'>OPACUserJS</a> |
| 305 |
| <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACUserCSS'>OPACUserCSS</a> |
310 |
<a class="syspref-link" href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACUserCSS'>OPACUserCSS</a> |
| 306 |
[% END %] |
311 |
[% END %] |
| 307 |
|
312 |
|
| 308 |
[% IF additional_contents.count %] |
313 |
[% IF additional_contents.count %] |
| 309 |
- |
|
|