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 25-33 Link Here
25
<body id="main_auth" class="main_main-auth">
25
<body id="main_auth" class="main_main-auth">
26
26
27
<div class="main container-fluid">
27
<div class="main container-fluid">
28
    [% INCLUDE 'messages.inc' %]
28
29
29
<div id="login">
30
<div id="login">
30
            [% INCLUDE 'messages.inc' %]
31
<h1><a href="http://koha-community.org">Koha</a></h1>
31
<h1><a href="http://koha-community.org">Koha</a></h1>
32
[% IF (Koha.Preference('StaffLoginInstructions')) %]<div id="login_instructions">[% Koha.Preference('StaffLoginInstructions') | $raw %]</div>[% END %]
32
[% IF (Koha.Preference('StaffLoginInstructions')) %]<div id="login_instructions">[% Koha.Preference('StaffLoginInstructions') | $raw %]</div>[% END %]
33
[% IF ( nopermission ) %]
33
[% IF ( nopermission ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt (-1 / +1 lines)
Lines 8-16 Link Here
8
8
9
<body id="labels_label-print" class="tools labels">
9
<body id="labels_label-print" class="tools labels">
10
    <div class="main container-fluid">
10
    <div class="main container-fluid">
11
        [% INCLUDE 'messages.inc' %]
11
        <h1>Label printing/exporting</h1>
12
        <h1>Label printing/exporting</h1>
12
        [% IF ( batches ) %]
13
        [% IF ( batches ) %]
13
                [% INCLUDE 'messages.inc' %]
14
            <form>
14
            <form>
15
                <h3>Click on the following links to download the exported batch(es).</h3>
15
                <h3>Click on the following links to download the exported batch(es).</h3>
16
                [% IF warn_empty_range %]
16
                [% IF warn_empty_range %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt (-1 / +1 lines)
Lines 29-37 Link Here
29
29
30
<body id="labels_result" class="tools labels">
30
<body id="labels_result" class="tools labels">
31
    <div class="main container-fluid">
31
    <div class="main container-fluid">
32
        [% INCLUDE 'messages.inc' %]
32
        <h1>Search results</h1>
33
        <h1>Search results</h1>
33
        [% IF ( results ) %]
34
        [% IF ( results ) %]
34
                [% INCLUDE 'messages.inc' %]
35
            <h3>Results [% from | html %] through [% to | html %] [% IF ( total ) %] of [% total | html %][% END %]</h3>
35
            <h3>Results [% from | html %] through [% to | html %] [% IF ( total ) %] of [% total | html %][% END %]</h3>
36
        [% ELSE %]
36
        [% ELSE %]
37
            <h3>No results found</h3>
37
            <h3>No results found</h3>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt (-1 / +1 lines)
Lines 6-14 Link Here
6
6
7
<body id="labels_search" class="tools labels">
7
<body id="labels_search" class="tools labels">
8
    <div class="main container-fluid">
8
    <div class="main container-fluid">
9
        [% INCLUDE 'messages.inc' %]
9
10
10
<h1>Search for items
11
<h1>Search for items
11
                [% INCLUDE 'messages.inc' %]
12
[% IF ( batch_id ) %]
12
[% IF ( batch_id ) %]
13
to add to Batch [% batch_id | html %]
13
to add to Batch [% batch_id | html %]
14
[% END %]
14
[% 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 29-37 Link Here
29
[% END #/ WRAPPER sub-header.inc %]
29
[% END #/ WRAPPER sub-header.inc %]
30
30
31
<div class="main container-fluid">
31
<div class="main container-fluid">
32
    [% INCLUDE 'messages.inc' %]
32
33
33
    <h1>Batch item deletion</h1>
34
    <h1>Batch item deletion</h1>
34
            [% INCLUDE 'messages.inc' %]
35
35
36
    [% FOREACH message IN messages %]
36
    [% FOREACH message IN messages %]
37
      [% IF message.type == 'success' %]
37
      [% IF message.type == 'success' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-1 / +1 lines)
Lines 29-37 Link Here
29
    [% END #/ WRAPPER sub-header.inc %]
29
    [% END #/ WRAPPER sub-header.inc %]
30
30
31
    <div class="main container-fluid">
31
    <div class="main container-fluid">
32
        [% INCLUDE 'messages.inc' %]
32
33
33
        <h1>Batch item modification</h1>
34
        <h1>Batch item modification</h1>
34
                [% INCLUDE 'messages.inc' %]
35
        [% IF op == 'enqueued' %]
35
        [% IF op == 'enqueued' %]
36
            <div class="dialog message">
36
            <div class="dialog message">
37
              <p>The job has been enqueued! It will be processed as soon as possible.</p>
37
              <p>The job has been enqueued! It will be processed as soon as possible.</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt (-2 / +1 lines)
Lines 4-12 Link Here
4
    </head>
4
    </head>
5
    <body id="preview_letter" class="catalog">
5
    <body id="preview_letter" class="catalog">
6
        <div class="main container-fluid">
6
        <div class="main container-fluid">
7
            [% INCLUDE 'messages.inc' %]
7
            <h1>Preview notice template</h1>
8
            <h1>Preview notice template</h1>
8
            [% FOR m IN messages %]
9
            [% FOR m IN messages %]
9
                    [% INCLUDE 'messages.inc' %]
10
                [%# FIXME The message block does not appear at the top of the modal! %]
10
                [%# FIXME The message block does not appear at the top of the modal! %]
11
                <div class="dialog [% m.type | html %]">
11
                <div class="dialog [% m.type | html %]">
12
                    [% SWITCH m.code %]
12
                    [% SWITCH m.code %]
13
- 

Return to bug 34862