|
Lines 16-26
Link Here
|
| 16 |
</div> |
16 |
</div> |
| 17 |
[% END #/ opaccredits %] |
17 |
[% END #/ opaccredits %] |
| 18 |
|
18 |
|
| 19 |
[% IF ( Koha.Preference('OPACReportProblem') || OpacKohaUrl ) %] |
19 |
[% IF ( Koha.Preference('OPACReportProblem') && Koha.Preference('KohaAdminEmailAddress') ) || OpacKohaUrl %] |
| 20 |
<div class="container-fluid"> |
20 |
<div class="container-fluid"> |
| 21 |
<div class="row-fluid"> |
21 |
<div class="row-fluid"> |
| 22 |
<div class="span12"> |
22 |
<div class="span12"> |
| 23 |
[% IF Koha.Preference('OPACReportProblem') %] |
23 |
[% IF Koha.Preference('OPACReportProblem') && Koha.Preference('KohaAdminEmailAddress') %] |
| 24 |
<div id="report_a_problem" class="noprint" style="float:left;"> |
24 |
<div id="report_a_problem" class="noprint" style="float:left;"> |
| 25 |
<a class="koha-url" href="/cgi-bin/koha/opac-reportproblem.pl">Report a problem</a> |
25 |
<a class="koha-url" href="/cgi-bin/koha/opac-reportproblem.pl">Report a problem</a> |
| 26 |
</div> |
26 |
</div> |
| 27 |
- |
|
|