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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-1 / +1 lines)
Lines 80-88 tr.selected td { Link Here
80
[% END #/ WRAPPER sub-header.inc %]
80
[% END #/ WRAPPER sub-header.inc %]
81
81
82
<div class="main container-fluid">
82
<div class="main container-fluid">
83
    [% INCLUDE 'messages.inc' %]
83
      [% IF ( opsearch ) %]
84
      [% IF ( opsearch ) %]
84
    <form method="post" action="z3950_search.pl" name="f" class="checkboxed">
85
    <form method="post" action="z3950_search.pl" name="f" class="checkboxed">
85
            [% INCLUDE 'messages.inc' %]
86
    <div class="row">
86
    <div class="row">
87
    <div class="col-sm-6">
87
    <div class="col-sm-6">
88
    <h1>Order from external source</h1>
88
    <h1>Order from external source</h1>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt (-1 / +1 lines)
Lines 44-52 Link Here
44
<body id="main_auth" class="main_main-auth">
44
<body id="main_auth" class="main_main-auth">
45
45
46
<div class="main container-fluid">
46
<div class="main container-fluid">
47
    [% INCLUDE 'messages.inc' %]
47
48
48
<div id="login">
49
<div id="login">
49
            [% INCLUDE 'messages.inc' %]
50
<h1><a href="http://koha-community.org">Koha</a></h1>
50
<h1><a href="http://koha-community.org">Koha</a></h1>
51
[% IF (Koha.Preference('StaffLoginInstructions')) %]<div id="login_instructions">[% Koha.Preference('StaffLoginInstructions') | $raw %]</div>[% END %]
51
[% IF (Koha.Preference('StaffLoginInstructions')) %]<div id="login_instructions">[% Koha.Preference('StaffLoginInstructions') | $raw %]</div>[% END %]
52
[% IF ( nopermission ) %]
52
[% IF ( nopermission ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt (-1 / +1 lines)
Lines 13-21 Link Here
13
13
14
<body id="labels_label-print" class="tools labels">
14
<body id="labels_label-print" class="tools labels">
15
    <div class="main container-fluid">
15
    <div class="main container-fluid">
16
        [% INCLUDE 'messages.inc' %]
16
        <h1>Label printing/exporting</h1>
17
        <h1>Label printing/exporting</h1>
17
        [% IF ( batches ) %]
18
        [% IF ( batches ) %]
18
                [% INCLUDE 'messages.inc' %]
19
            <form>
19
            <form>
20
                <h3>Click on the following links to download the exported batch(es).</h3>
20
                <h3>Click on the following links to download the exported batch(es).</h3>
21
                [% IF warn_empty_range %]
21
                [% IF warn_empty_range %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt (-1 / +1 lines)
Lines 34-42 Link Here
34
34
35
<body id="labels_result" class="tools labels">
35
<body id="labels_result" class="tools labels">
36
    <div class="main container-fluid">
36
    <div class="main container-fluid">
37
        [% INCLUDE 'messages.inc' %]
37
        <h1>Search results</h1>
38
        <h1>Search results</h1>
38
        [% IF ( results ) %]
39
        [% IF ( results ) %]
39
                [% INCLUDE 'messages.inc' %]
40
            <h3>Results [% from | html %] through [% to | html %] [% IF ( total ) %] of [% total | html %][% END %]</h3>
40
            <h3>Results [% from | html %] through [% to | html %] [% IF ( total ) %] of [% total | html %][% END %]</h3>
41
        [% ELSE %]
41
        [% ELSE %]
42
            <h3>No results found</h3>
42
            <h3>No results found</h3>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt (-1 / +1 lines)
Lines 11-19 Link Here
11
11
12
<body id="labels_search" class="tools labels">
12
<body id="labels_search" class="tools labels">
13
    <div class="main container-fluid">
13
    <div class="main container-fluid">
14
        [% INCLUDE 'messages.inc' %]
14
15
15
<h1>Search for items
16
<h1>Search for items
16
                [% INCLUDE 'messages.inc' %]
17
[% IF ( batch_id ) %]
17
[% IF ( batch_id ) %]
18
to add to Batch [% batch_id | html %]
18
to add to Batch [% batch_id | html %]
19
[% END %]
19
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt (-1 / +1 lines)
Lines 7-15 Link Here
7
<body id="ser_result" class="ser">
7
<body id="ser_result" class="ser">
8
8
9
<div class="main container-fluid">
9
<div class="main container-fluid">
10
    [% INCLUDE 'messages.inc' %]
10
11
11
[% IF ( total ) %]
12
[% IF ( total ) %]
12
            [% INCLUDE 'messages.inc' %]
13
<h1>Search results from [% from | html %] to [% to | html %] of [% total | html %]</h1>
13
<h1>Search results from [% from | html %] to [% to | html %] of [% total | html %]</h1>
14
<div class="page-section">
14
<div class="page-section">
15
<table>
15
<table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-bib-search.tt (-1 / +1 lines)
Lines 5-13 Link Here
5
<body id="ser_subscription-bib-search" class="ser">
5
<body id="ser_subscription-bib-search" class="ser">
6
6
7
<div class="main container-fluid">
7
<div class="main container-fluid">
8
    [% INCLUDE 'messages.inc' %]
8
9
9
<h1>Catalog search</h1>
10
<h1>Catalog search</h1>
10
            [% INCLUDE 'messages.inc' %]
11
[% IF ( no_query ) %]
11
[% IF ( no_query ) %]
12
    <div class="warning">You must enter a term to search on </div>
12
    <div class="warning">You must enter a term to search on </div>
13
[% END %]
13
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-1 / +1 lines)
Lines 55-63 Link Here
55
[% END #/ WRAPPER sub-header.inc %]
55
[% END #/ WRAPPER sub-header.inc %]
56
56
57
<div class="main container-fluid">
57
<div class="main container-fluid">
58
    [% INCLUDE 'messages.inc' %]
58
59
59
    <h1>Batch item deletion</h1>
60
    <h1>Batch item deletion</h1>
60
            [% INCLUDE 'messages.inc' %]
61
61
62
    [% FOREACH message IN messages %]
62
    [% FOREACH message IN messages %]
63
      [% IF message.type == 'success' %]
63
      [% IF message.type == 'success' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-1 / +1 lines)
Lines 56-64 Link Here
56
    [% END #/ WRAPPER sub-header.inc %]
56
    [% END #/ WRAPPER sub-header.inc %]
57
57
58
    <div class="main container-fluid">
58
    <div class="main container-fluid">
59
        [% INCLUDE 'messages.inc' %]
59
60
60
        <h1>Batch item modification</h1>
61
        <h1>Batch item modification</h1>
61
                [% INCLUDE 'messages.inc' %]
62
        [% IF op == 'enqueued' %]
62
        [% IF op == 'enqueued' %]
63
            <div class="dialog message">
63
            <div class="dialog message">
64
                <h1>The job has been enqueued!</h1>
64
                <h1>The job has been enqueued!</h1>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt (-2 / +1 lines)
Lines 11-19 Link Here
11
    </head>
11
    </head>
12
    <body id="preview_letter" class="catalog">
12
    <body id="preview_letter" class="catalog">
13
        <div class="main container-fluid">
13
        <div class="main container-fluid">
14
            [% INCLUDE 'messages.inc' %]
14
            <h1>Preview notice template</h1>
15
            <h1>Preview notice template</h1>
15
            [% FOR m IN messages %]
16
            [% FOR m IN messages %]
16
                    [% INCLUDE 'messages.inc' %]
17
                [%# FIXME The message block does not appear at the top of the modal! %]
17
                [%# FIXME The message block does not appear at the top of the modal! %]
18
                <div class="dialog [% m.type | html %]">
18
                <div class="dialog [% m.type | html %]">
19
                    [% SWITCH m.code %]
19
                    [% SWITCH m.code %]
20
- 

Return to bug 34862