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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt (-1 / +1 lines)
Lines 11-17 Link Here
11
    <link rel="stylesheet" type="text/css" href="[% stylesheet %]">
11
    <link rel="stylesheet" type="text/css" href="[% stylesheet %]">
12
    [% END %]
12
    [% END %]
13
</head>
13
</head>
14
<body>
14
<body id="batch_print-notices" class="batch">
15
    [% FOREACH message IN messages %]
15
    [% FOREACH message IN messages %]
16
    <div class="message">
16
    <div class="message">
17
        <pre>[% message.content %]</pre>
17
        <pre>[% message.content %]</pre>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/400.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Error</title>
2
<title>Koha &rsaquo; Error</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body>
5
<body id="err_400" class="err">
6
6
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/401.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Error 401</title>
2
<title>Koha &rsaquo; Error 401</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body>
5
<body id="err_401" class="err">
6
6
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/402.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Error 402</title>
2
<title>Koha &rsaquo; Error 402</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body>
5
<body id="err_402" class="err">
6
6
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/403.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Error 403</title>
2
<title>Koha &rsaquo; Error 403</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body>
5
<body id="err_403" class="err">
6
6
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/404.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Error 404</title>
2
<title>Koha &rsaquo; Error 404</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body>
5
<body id="err_404" class="err">
6
6
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/405.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Error 405</title>
2
<title>Koha &rsaquo; Error 405</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body>
5
<body id="err_405" class="err">
6
6
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/500.tt (-2 / +1 lines)
Lines 2-8 Link Here
2
<title>Koha &rsaquo; Error 500</title>
2
<title>Koha &rsaquo; Error 500</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body>
5
<body id="err_500" class="err">
6
6
7
[% INCLUDE 'header.inc' %]
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
8
[% INCLUDE 'cat-search.inc' %]
9
- 

Return to bug 7760