Lines 329-334
Libraries › Administration › Koha
Link Here
|
329 |
[% IF op == 'list' %] |
329 |
[% IF op == 'list' %] |
330 |
<h1>Libraries</h1> |
330 |
<h1>Libraries</h1> |
331 |
[% IF libraries_count > 0 %] |
331 |
[% IF libraries_count > 0 %] |
|
|
332 |
<div class="page-section"> |
332 |
<table id="libraries"> |
333 |
<table id="libraries"> |
333 |
<thead> |
334 |
<thead> |
334 |
<tr> |
335 |
<tr> |
Lines 344-349
Libraries › Administration › Koha
Link Here
|
344 |
</tr> |
345 |
</tr> |
345 |
</thead> |
346 |
</thead> |
346 |
</table> |
347 |
</table> |
|
|
348 |
</div> |
347 |
[% ELSE %] |
349 |
[% ELSE %] |
348 |
<div class="dialog message">There are no libraries defined. <a href="/cgi-bin/koha/admin/branches.pl?op=add_form">Start defining libraries</a>.</div> |
350 |
<div class="dialog message">There are no libraries defined. <a href="/cgi-bin/koha/admin/branches.pl?op=add_form">Start defining libraries</a>.</div> |
349 |
[% END %] |
351 |
[% END %] |
Lines 351-357
Libraries › Administration › Koha
Link Here
|
351 |
|
353 |
|
352 |
[% IF op == 'view' && library %] |
354 |
[% IF op == 'view' && library %] |
353 |
<h1>[% library.branchname | html %]</h1> |
355 |
<h1>[% library.branchname | html %]</h1> |
354 |
<div class="row"> |
356 |
<div class="row page-section"> |
355 |
<div class="col-sm-6"> |
357 |
<div class="col-sm-6"> |
356 |
<div class="rows"> |
358 |
<div class="rows"> |
357 |
<ol> |
359 |
<ol> |
Lines 474-481
Libraries › Administration › Koha
Link Here
|
474 |
</div> <!-- /.col-sm-6 --> |
476 |
</div> <!-- /.col-sm-6 --> |
475 |
</div> <!-- /.row --> |
477 |
</div> <!-- /.row --> |
476 |
[% IF OpacLibraryInfo %]<!-- opac_info --> |
478 |
[% IF OpacLibraryInfo %]<!-- opac_info --> |
477 |
<hr /> |
479 |
<div class="row page-section"> |
478 |
<div class="row"> |
|
|
479 |
<div class="col-sm-12"> |
480 |
<div class="col-sm-12"> |
480 |
<h2>OPAC information</h2> |
481 |
<h2>OPAC information</h2> |
481 |
<div>[% OpacLibraryInfo.content | $raw %]</div> |
482 |
<div>[% OpacLibraryInfo.content | $raw %]</div> |
482 |
- |
|
|