Merge remote branch 'kc/new/bug_3072' into kcmaster
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / kohaerror.tt
1 [% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog ›  An Error Has Occurred
2 [% INCLUDE 'doc-head-close.inc' %]
3 </head>
4 <body>
5 <div id="doc3" class="yui-t7">
6    <div id="bd">
7 [% INCLUDE 'masthead.inc' %]
8
9 <div id="yui-g">
10 <div id="kohaerrorcontainer" class="container">
11 <div id="kohaerror">
12 <div class="dialog message">
13 <h3>An Error has Occurred</h3>
14 [% IF ( noadminemail ) %]
15 <p>An error occurred when sending your message to the administrator. Please visit the library to update your personal details. </p>
16 <p><a href="/cgi-bin/koha/opac-user.pl">Return to your summary.</a></p>
17 [% ELSE %]
18 <p>[% errormessage %]</p>
19 [% END %]
20 </div>
21 </div>
22 </div>
23 </div>
24 </div>
25
26 [% INCLUDE 'opac-bottom.inc' %]