View | Details | Raw Unified | Return to bug 21790
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt (-9 / +6 lines)
Lines 9-19 Link Here
9
9
10
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Error [% errno | html %]</div>
10
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Error [% errno | html %]</div>
11
11
12
<div id="doc" class="yui-t7">
12
    <div class="main container-fluid">
13
        <div class="row">
14
            <div class="col-md-8 col-md-offset-2">
13
15
14
   <div id="bd">
15
        <div id="yui-main">
16
        <div class="yui-b"><div class="yui-g">
17
    <h1>An error has occurred!</h1>
16
    <h1>An error has occurred!</h1>
18
    <h2><em>Error [% errno | html %]</em></h2>
17
    <h2><em>Error [% errno | html %]</em></h2>
19
        <h3>This message may have been caused by any of the following reasons:</h3>
18
        <h3>This message may have been caused by any of the following reasons:</h3>
Lines 27-36 Link Here
27
        <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
26
        <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
28
            <li>Use top menu bar to navigate to another part of Koha.</li>
27
            <li>Use top menu bar to navigate to another part of Koha.</li>
29
            <li>To report a broken link or any other issue, please contact the Koha Administrator. <a href="mailto:[% admin | uri %]">Send email</a></li>
28
            <li>To report a broken link or any other issue, please contact the Koha Administrator. <a href="mailto:[% admin | uri %]">Send email</a></li>
30
    </ul>
29
        </ul>
31
</div>
32
30
33
</div>
31
            </div> <!-- /.col-md-8 -->
34
</div>
32
        </div> <!-- /.row -->
35
33
36
[% INCLUDE 'intranet-bottom.inc' %]
34
[% INCLUDE 'intranet-bottom.inc' %]
37
- 

Return to bug 21790