Jonathan Druart
3f0a1f0c7f
Test plan: Confirm the wording is correct Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>
48 lines
2 KiB
Text
48 lines
2 KiB
Text
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Your payment
|
|
[% INCLUDE 'doc-head-close.inc' %]
|
|
[% BLOCK cssinclude %][% END %]
|
|
</head>
|
|
|
|
<body id="opac-account-pay-return" class="scrollto">
|
|
[% INCLUDE 'masthead.inc' %]
|
|
|
|
<div class="main">
|
|
<ul class="breadcrumb">
|
|
<li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">›</span></li>
|
|
<li><a href="/cgi-bin/koha/opac-user.pl">[% borrower.firstname %] [% borrower.surname %]</a> <span class="divider">›</span></li>
|
|
<li><a href="#">Your payment</a></li>
|
|
</ul>
|
|
|
|
<div class="container-fluid">
|
|
<div class="row-fluid">
|
|
<div class="span2">
|
|
<div id="navigation">
|
|
[% INCLUDE 'navigation.inc' IsPatronPage=1 %]
|
|
</div>
|
|
</div>
|
|
<div class="span10">
|
|
<div id="useraccount" class="maincontent">
|
|
[% IF error %]
|
|
<div id="error" class="dialog alert">
|
|
<p><strong>Error:</strong> there was a problem processing your payment</p>
|
|
|
|
[% IF error == "PAYPAL_UNABLE_TO_CONNECT" %]
|
|
<p>Unable to connect to PayPal.</p>
|
|
<p>Please try again later.</p>
|
|
[% ELSIF error == "PAYPAL_ERROR_PROCESSING" %]
|
|
<p>Unable to verify payment.</p>
|
|
<p>Please contact the library to verify your payment.</p>
|
|
[% END %]
|
|
</div>
|
|
[% END %]
|
|
|
|
<a href="/cgi-bin/koha/opac-account.pl">Return to fine details</a>
|
|
</div> <!-- / #useraccount -->
|
|
</div> <!-- / .span10 -->
|
|
</div> <!-- / .row-fluid -->
|
|
</div> <!-- / .container-fluid -->
|
|
</div> <!-- / .main -->
|
|
|
|
[% INCLUDE 'opac-bottom.inc' %]
|
|
|
|
[% BLOCK jsinclude %][% END %]
|