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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tt (+2 lines)
Lines 27-32 Link Here
27
27
28
    [% INCLUDE 'authorities-toolbar.inc' %]
28
    [% INCLUDE 'authorities-toolbar.inc' %]
29
29
30
    <h1>Authorities</h1>
31
30
    <div id="merge_in_progress"></div>
32
    <div id="merge_in_progress"></div>
31
33
32
    </div>
34
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt (-1 / +2 lines)
Lines 52-60 Link Here
52
52
53
53
54
[% IF ( unknownauthid ) %]
54
[% IF ( unknownauthid ) %]
55
    <h1>Authority does not exist</h1>
55
    <div class="dialog message">The authority record you requested does not exist ([% errauthid | html %]).</div>
56
    <div class="dialog message">The authority record you requested does not exist ([% errauthid | html %]).</div>
56
[% ELSE %]
57
[% ELSE %]
57
<h1>Authority #[% authid | html %] ([% authtypetext | html %])</h1>
58
    <h1>Authority #[% authid | html %] ([% authtypetext | html %])</h1>
58
59
59
<div id="action">
60
<div id="action">
60
    [% IF count %]
61
    [% IF count %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt (-5 / +7 lines)
Lines 52-62 Link Here
52
                <fieldset class="rows">
52
                <fieldset class="rows">
53
53
54
                    <legend>
54
                    <legend>
55
                        [% IF club %]
55
                        <h1>
56
                            Modify club <em>[% club.name | html %]</em>
56
                            [% IF club %]
57
                        [% ELSE %]
57
                                Modify club <em>[% club.name | html %]</em>
58
                            Create a new <em>[% club_template.name | html %]</em> club
58
                            [% ELSE %]
59
                        [% END %]
59
                                Create a new <em>[% club_template.name | html %]</em> club
60
                            [% END %]
61
                        </h1>
60
                    </legend>
62
                    </legend>
61
63
62
                    <ol>
64
                    <ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-enroll.tt (-2 / +2 lines)
Lines 1-9 Link Here
1
[% USE AuthorisedValues %]
1
[% USE AuthorisedValues %]
2
[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %]
2
[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %]
3
3
4
<h3>
4
<h1>
5
    Enroll in <em>[% club.name | html %]</em>
5
    Enroll in <em>[% club.name | html %]</em>
6
</h3>
6
</h1>
7
7
8
<div class="container">
8
<div class="container">
9
    <form id="patron-enrollment-form">
9
    <form id="patron-enrollment-form">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/templates-add-modify.tt (-2 / +2 lines)
Lines 52-64 Link Here
52
            <form method="post" class="validated">
52
            <form method="post" class="validated">
53
                <input type="hidden" name="id" value="[% club_template.id | html %]" />
53
                <input type="hidden" name="id" value="[% club_template.id | html %]" />
54
54
55
                <h2>
55
                <h1>
56
                    [% IF club_template %]
56
                    [% IF club_template %]
57
                        Modify club template <em>[% club_template.name | html %]</em>
57
                        Modify club template <em>[% club_template.name | html %]</em>
58
                    [% ELSE %]
58
                    [% ELSE %]
59
                        Create a new club template
59
                        Create a new club template
60
                    [% END %]
60
                    [% END %]
61
                </h2>
61
                </h1>
62
62
63
63
64
                <fieldset class="rows">
64
                <fieldset class="rows">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
        <form id="searchform">
16
        <form id="searchform">
17
            <fieldset class="brief">
17
            <fieldset class="brief">
18
                <h3>Search for patron</h3>
18
                <h1>Search for patron</h1>
19
                <ol>
19
                <ol>
20
                    <li>
20
                    <li>
21
                        <label for="searchmember_filter">Search:</label>
21
                        <label for="searchmember_filter">Search:</label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step1.tt (+1 lines)
Lines 27-32 Link Here
27
<div class="main container-fluid">
27
<div class="main container-fluid">
28
    <div class="row">
28
    <div class="row">
29
        <div class="col-md-8 col-md-offset-2">
29
        <div class="col-md-8 col-md-offset-2">
30
            <h1>Add reserves for <em>[% course.course_name | html %]</em></h1>
30
31
31
        [% IF ERROR_ITEM_NOT_FOUND %]
32
        [% IF ERROR_ITEM_NOT_FOUND %]
32
            [% IF UNKNOWN_BARCODE %]
33
            [% IF UNKNOWN_BARCODE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt (+3 lines)
Lines 30-35 Link Here
30
<div class="main container-fluid">
30
<div class="main container-fluid">
31
    <div class="row">
31
    <div class="row">
32
        <div class="col-md-8 col-md-offset-2">
32
        <div class="col-md-8 col-md-offset-2">
33
            <h1>
34
i               [% IF is_edit || course_reserve %]Edit [% ELSE %]Reserve [% END %]<em>[% biblio.title | html %]</em> for <em>[% course.course_name | html %]</em>
35
            </h1>
33
36
34
        [% IF course_reserve && !is_edit%]<div class="dialog message" id="already_on_reserve_this">This course already has this item on reserve.</div>[% END %]
37
        [% IF course_reserve && !is_edit%]<div class="dialog message" id="already_on_reserve_this">This course already has this item on reserve.</div>[% END %]
35
        [% IF course_item %]
38
        [% IF course_item %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt (-1 / +2 lines)
Lines 32-37 Link Here
32
<div class="main container-fluid">
32
<div class="main container-fluid">
33
    <div class="row">
33
    <div class="row">
34
        <div class="col-md-8 col-md-offset-2">
34
        <div class="col-md-8 col-md-offset-2">
35
            <h1>Add reserves for <em>[% course.course_name | html %]</em></h1>
35
        [% IF action == 'invalid_course' %]
36
        [% IF action == 'invalid_course' %]
36
            <div id="invalid-course-error" class="dialog alert">Invalid course!</div>
37
            <div id="invalid-course-error" class="dialog alert">Invalid course!</div>
37
        [% END %]
38
        [% END %]
Lines 152-158 Link Here
152
        [% END %]
153
        [% END %]
153
154
154
        [% IF action == 'display_results' %]
155
        [% IF action == 'display_results' %]
155
            <h1>Results</h1>
156
            <h2>Results</h2>
156
157
157
            [% IF barcodes %]
158
            [% IF barcodes %]
158
                <h3>Items added</h3>
159
                <h3>Items added</h3>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt (-1 / +2 lines)
Lines 29-34 Link Here
29
<div class="main container-fluid">
29
<div class="main container-fluid">
30
    <div class="row">
30
    <div class="row">
31
        <div class="col-md-8 col-md-offset-2">
31
        <div class="col-md-8 col-md-offset-2">
32
            <h1>Batch remove reserves</h1>
32
        [% IF action == 'display_form' %]
33
        [% IF action == 'display_form' %]
33
            <form method="post" action="/cgi-bin/koha/course_reserves/batch_rm_items.pl">
34
            <form method="post" action="/cgi-bin/koha/course_reserves/batch_rm_items.pl">
34
                <input type="hidden" name="action" value="batch_rm" />
35
                <input type="hidden" name="action" value="batch_rm" />
Lines 50-56 Link Here
50
        [% END %]
51
        [% END %]
51
52
52
        [% IF action == 'display_results' %]
53
        [% IF action == 'display_results' %]
53
            <h1>Results</h1>
54
            <h2>Results</h2>
54
55
55
            <h3>Items removed</h3>
56
            <h3>Items removed</h3>
56
            [% IF item_and_count > 0 %]
57
            [% IF item_and_count > 0 %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt (-1 / +2 lines)
Lines 39-44 Link Here
39
    <div class="main container-fluid">
39
    <div class="main container-fluid">
40
        <div class="row">
40
        <div class="row">
41
            <div class="col-md-8 col-md-offset-2">
41
            <div class="col-md-8 col-md-offset-2">
42
                <h1>[% IF course_name %] Edit <em>[% course_name | html %]</em> [% ELSE %] New course [% END %]</h1>
42
43
43
            <form method="post" action="/cgi-bin/koha/course_reserves/mod_course.pl" class="validated">
44
            <form method="post" action="/cgi-bin/koha/course_reserves/mod_course.pl" class="validated">
44
                [% IF course_id %]<input type="hidden" name="course_id" value="[% course_id | html %]" />[% END %]
45
                [% IF course_id %]<input type="hidden" name="course_id" value="[% course_id | html %]" />[% END %]
Lines 157-164 Link Here
157
[% ELSE %]
158
[% ELSE %]
158
159
159
<div class="dialog alert">
160
<div class="dialog alert">
161
    <h1>No DEPARTMENT authorized values found!</h1>
160
    <p>
162
    <p>
161
        No DEPARTMENT authorized values found!
162
        [% IF ( CAN_user_parameters ) %]
163
        [% IF ( CAN_user_parameters ) %]
163
            Please <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=DEPARTMENT">create one or more authorized values</a> with the category DEPARTMENT.
164
            Please <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=DEPARTMENT">create one or more authorized values</a> with the category DEPARTMENT.
164
        [% ELSE %]
165
        [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/invalid-course.tt (-2 / +1 lines)
Lines 24-30 Link Here
24
        <div class="col-md-8 col-md-offset-2">
24
        <div class="col-md-8 col-md-offset-2">
25
25
26
            <div class="dialog alert">
26
            <div class="dialog alert">
27
                <p>Invalid course!</p>
27
                <h1>Invalid course!</h1>
28
            </div>
28
            </div>
29
29
30
        </div>
30
        </div>
31
- 

Return to bug 27631