|
Lines 150-159
Link Here
|
| 150 |
[% t("Koha") | html %] |
150 |
[% t("Koha") | html %] |
| 151 |
[% END %]</title> |
151 |
[% END %]</title> |
| 152 |
[% INCLUDE 'doc-head-close.inc' %] |
152 |
[% INCLUDE 'doc-head-close.inc' %] |
| 153 |
<style> |
|
|
| 154 |
div.rows p{ margin-left: 1rem; } |
| 155 |
div.rows { padding: 1rem; } |
| 156 |
</style> |
| 157 |
</head> |
153 |
</head> |
| 158 |
|
154 |
|
| 159 |
<body id="acq_supplier" class="acq"> |
155 |
<body id="acq_supplier" class="acq"> |
|
Lines 454-460
div.rows { padding: 1rem; }
Link Here
|
| 454 |
[% END %] |
450 |
[% END %] |
| 455 |
</div> <!-- /#supplier-contact-details --> |
451 |
</div> <!-- /#supplier-contact-details --> |
| 456 |
|
452 |
|
| 457 |
<div id="subscription-details" class="page-section rows"> |
453 |
<div id="subscription-details" class="page-section"> |
| 458 |
<h2>Subscription details</h2> |
454 |
<h2>Subscription details</h2> |
| 459 |
<p><strong>Number of subscriptions: </strong> |
455 |
<p><strong>Number of subscriptions: </strong> |
| 460 |
[% IF ( CAN_user_serials ) %] |
456 |
[% IF ( CAN_user_serials ) %] |
|
Lines 466-472
div.rows { padding: 1rem; }
Link Here
|
| 466 |
</div> <!-- /#subscription-details --> |
462 |
</div> <!-- /#subscription-details --> |
| 467 |
</div> <!-- /.col-sm-6 --> |
463 |
</div> <!-- /.col-sm-6 --> |
| 468 |
|
464 |
|
| 469 |
</div> |
465 |
</div> <!-- /.row --> |
| 470 |
|
466 |
|
| 471 |
[% IF ( contracts ) %] |
467 |
[% IF ( contracts ) %] |
| 472 |
<div id="supplier-contracts" class="page-section rows"> |
468 |
<div id="supplier-contracts" class="page-section rows"> |
| 473 |
- |
|
|