Bug 5341: Moves the "save" button to the top of the serial receiving
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / batch / print-notices.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2     <title>Print Notices for [% today %]</title>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     <style type="text/css">
5         <!-- 
6         .message { page-break-after: always }
7         pre { font-family: monospace }
8         -->
9     </style>
10     [% IF ( stylesheet ) %]
11     <link rel="stylesheet" type="text/css" href="[% stylesheet %]">
12     [% END %]
13 </head>
14 <body>
15     [% FOREACH message IN messages %]
16     <div class="message">
17         <pre>[% message.content %]</pre>
18     </div>
19     [% END %]
20 </body>
21 </html>