|
Lines 2-19
Link Here
|
| 2 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
| 3 |
<title>Koha › Serials › Routing slip preview</title> |
3 |
<title>Koha › Serials › Routing slip preview</title> |
| 4 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
| 5 |
<style type="text/css"> |
5 |
<style media="print"> |
| 6 |
#custom-doc { width:38.46em;*width:37.53em;min-width:500px; margin:auto; text-align:left; } |
6 |
#ser_routing-preview-slip { min-width:0; width:auto; } |
| 7 |
</style> |
|
|
| 8 |
<style type="text/css" media="print"> |
| 9 |
.yui-t7, #custom-doc { min-width:0; width:auto; } |
| 10 |
</style> |
7 |
</style> |
| 11 |
</head> |
8 |
</head> |
| 12 |
|
9 |
|
| 13 |
<body id="ser_routing-preview-slip" class="ser"> |
10 |
<body id="ser_routing-preview-slip" class="ser"> |
| 14 |
|
11 |
<div class="container-fluid"> |
| 15 |
<div id="custom-doc" class="yui-t7"> |
|
|
| 16 |
<div id="bd"> |
| 17 |
|
12 |
|
| 18 |
<table> |
13 |
<table> |
| 19 |
<tr> |
14 |
<tr> |
|
Lines 41-48
Link Here
|
| 41 |
|
36 |
|
| 42 |
<div id="closewindow" class="noprint"><a class="btn btn-default btn-default" id="print_slip" href="#"><i class="fa fa-print"></i> Print</a> <a class="btn btn-default btn-default close" href="#">Close</a></div> |
37 |
<div id="closewindow" class="noprint"><a class="btn btn-default btn-default" id="print_slip" href="#"><i class="fa fa-print"></i> Print</a> <a class="btn btn-default btn-default close" href="#">Close</a></div> |
| 43 |
|
38 |
|
| 44 |
</div> |
|
|
| 45 |
|
| 46 |
[% MACRO jsinclude BLOCK %] |
39 |
[% MACRO jsinclude BLOCK %] |
| 47 |
<script type="text/javascript"> |
40 |
<script type="text/javascript"> |
| 48 |
$(document).ready(function(){ |
41 |
$(document).ready(function(){ |
|
Lines 55-58
Link Here
|
| 55 |
</script> |
48 |
</script> |
| 56 |
[% END %] |
49 |
[% END %] |
| 57 |
|
50 |
|
| 58 |
[% INCLUDE 'intranet-bottom.inc' %] |
51 |
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %] |