Lines 43-49
Link Here
|
43 |
<div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> |
43 |
<div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> |
44 |
|
44 |
|
45 |
[% IF ( transactions_loaded ) %] |
45 |
[% IF ( transactions_loaded ) %] |
46 |
<h2>Koha offline circulation</h2> |
46 |
<h1>Koha offline circulation</h1> |
47 |
<p>Your data was processed. Here are the results:</p> |
47 |
<p>Your data was processed. Here are the results:</p> |
48 |
[% FOREACH message IN messages %] |
48 |
[% FOREACH message IN messages %] |
49 |
[% IF ( message.message ) %] |
49 |
[% IF ( message.message ) %] |
Lines 58-64
Link Here
|
58 |
[% IF ( message.payment ) %]<p>Accepted payment ([% message.amount | html %]) from <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber | uri %]">[% message.firstname | html %] [% message.surname | html %]</a> ([% message.cardnumber | html %]): [% message.datetime | html %]</p>[% END %] |
58 |
[% IF ( message.payment ) %]<p>Accepted payment ([% message.amount | html %]) from <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber | uri %]">[% message.firstname | html %] [% message.surname | html %]</a> ([% message.cardnumber | html %]): [% message.datetime | html %]</p>[% END %] |
59 |
[% END %] |
59 |
[% END %] |
60 |
[% ELSE %] |
60 |
[% ELSE %] |
61 |
<h2>Upload offline circulation data</h2> |
61 |
<h1>Upload offline circulation data</h1> |
62 |
|
62 |
|
63 |
<div id="fileuploadform"> |
63 |
<div id="fileuploadform"> |
64 |
<form method="post" action="/cgi-bin/koha/offline_circ/process_koc.pl" enctype="multipart/form-data" class="validated"> |
64 |
<form method="post" action="/cgi-bin/koha/offline_circ/process_koc.pl" enctype="multipart/form-data" class="validated"> |