Lines 1139-1144
Link Here
|
1139 |
</div> <!-- /#myModal --> |
1139 |
</div> <!-- /#myModal --> |
1140 |
[% END %] |
1140 |
[% END %] |
1141 |
|
1141 |
|
|
|
1142 |
<!-- Library Info Modal --> |
1143 |
<div class="modal" id="libraryInfoModal" tabindex="-1" aria-labelledby="libraryInfoModalLabel" aria-hidden="true"> |
1144 |
<div class="modal-dialog"> |
1145 |
<div class="modal-content"> |
1146 |
<div class="modal-header"> |
1147 |
<h5 class="modal-title" id="libraryInfoModalLabel"></h5> |
1148 |
<button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"> |
1149 |
<span aria-hidden="true">×</span> |
1150 |
</button> |
1151 |
</div> |
1152 |
<div class="modal-body"> |
1153 |
<div id="libraryInfo"></div> |
1154 |
</div> |
1155 |
<div class="modal-footer"> |
1156 |
<a id="libraryInfoLink" href="" class="btn btn-primary">Visit web site</a> |
1157 |
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> |
1158 |
</div> |
1159 |
</div> <!-- /.modal-content --> |
1160 |
</div> <!-- /.modal-dialog --> |
1161 |
</div> <!-- /.modal --> |
1162 |
|
1142 |
[% INCLUDE 'opac-bottom.inc' %] |
1163 |
[% INCLUDE 'opac-bottom.inc' %] |
1143 |
|
1164 |
|
1144 |
[%# End of template %] |
1165 |
[%# End of template %] |
Lines 1398-1424
Link Here
|
1398 |
</table> |
1419 |
</table> |
1399 |
[% END %][%# end of items_table block %] |
1420 |
[% END %][%# end of items_table block %] |
1400 |
|
1421 |
|
1401 |
<!-- Library Info Modal --> |
|
|
1402 |
<div class="modal" id="libraryInfoModal" tabindex="-1" aria-labelledby="libraryInfoModalLabel" aria-hidden="true"> |
1403 |
<div class="modal-dialog"> |
1404 |
<div class="modal-content"> |
1405 |
<div class="modal-header"> |
1406 |
<h5 class="modal-title" id="libraryInfoModalLabel"></h5> |
1407 |
<button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"> |
1408 |
<span aria-hidden="true">×</span> |
1409 |
</button> |
1410 |
</div> |
1411 |
<div class="modal-body"> |
1412 |
<div id="libraryInfo"></div> |
1413 |
</div> |
1414 |
<div class="modal-footer"> |
1415 |
<a id="libraryInfoLink" href="" class="btn btn-primary">Visit web site</a> |
1416 |
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> |
1417 |
</div> |
1418 |
</div> <!-- /.modal-content --> |
1419 |
</div> <!-- /.modal-dialog --> |
1420 |
</div> <!-- /.modal --> |
1421 |
|
1422 |
[% IF Koha.Preference('OpacCatalogConcerns') %] |
1422 |
[% IF Koha.Preference('OpacCatalogConcerns') %] |
1423 |
[% INCLUDE 'modals/catalog_concern.inc' %] |
1423 |
[% INCLUDE 'modals/catalog_concern.inc' %] |
1424 |
[% END %] |
1424 |
[% END %] |
1425 |
- |
|
|