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 53-61 Link Here
53
53
54
54
55
[% IF ( unknownauthid ) %]
55
[% IF ( unknownauthid ) %]
56
    <h1>Authority does not exist</h1>
56
    <div class="dialog message">The authority record you requested does not exist ([% errauthid | html %]).</div>
57
    <div class="dialog message">The authority record you requested does not exist ([% errauthid | html %]).</div>
57
[% ELSE %]
58
[% ELSE %]
58
<h1>Authority #[% authid | html %] ([% authtypetext | html %])</h1>
59
    <h1>Authority #[% authid | html %] ([% authtypetext | html %])</h1>
59
60
60
<div id="action">
61
<div id="action">
61
    [% IF count %]
62
    [% 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 26-31 Link Here
26
<div class="main container-fluid">
26
<div class="main container-fluid">
27
    <div class="row">
27
    <div class="row">
28
        <div class="col-md-8 col-md-offset-2">
28
        <div class="col-md-8 col-md-offset-2">
29
            <h1>Add reserves for <em>[% course.course_name | html %]</em></h1>
29
30
30
        [% IF ERROR_ITEM_NOT_FOUND %]
31
        [% IF ERROR_ITEM_NOT_FOUND %]
31
            [% IF UNKNOWN_BARCODE %]
32
            [% 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 %]<div class="dialog message" id="already_on_reserve">Number of courses reserving this item: [% course_item.course_reserves.count | html %]</div>[% END %]
38
        [% IF course_item %]<div class="dialog message" id="already_on_reserve">Number of courses reserving this item: [% course_item.course_reserves.count | html %]</div>[% END %]
(-)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 132-138 Link Here
132
        [% END %]
133
        [% END %]
133
134
134
        [% IF action == 'display_results' %]
135
        [% IF action == 'display_results' %]
135
            <h1>Results</h1>
136
            <h2>Results</h2>
136
137
137
            <h3>Items added</h3>
138
            <h3>Items added</h3>
138
            [% IF items_added.size > 0 %]
139
            [% IF items_added.size > 0 %]
(-)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 38-43 Link Here
38
    <div class="main container-fluid">
38
    <div class="main container-fluid">
39
        <div class="row">
39
        <div class="row">
40
            <div class="col-md-8 col-md-offset-2">
40
            <div class="col-md-8 col-md-offset-2">
41
                <h1>[% IF course_name %] Edit <em>[% course_name | html %]</em> [% ELSE %] New course [% END %]</h1>
41
42
42
            <form method="post" action="/cgi-bin/koha/course_reserves/mod_course.pl" class="validated">
43
            <form method="post" action="/cgi-bin/koha/course_reserves/mod_course.pl" class="validated">
43
                [% IF course_id %]<input type="hidden" name="course_id" value="[% course_id | html %]" />[% END %]
44
                [% IF course_id %]<input type="hidden" name="course_id" value="[% course_id | html %]" />[% END %]
Lines 156-163 Link Here
156
[% ELSE %]
157
[% ELSE %]
157
158
158
<div class="dialog alert">
159
<div class="dialog alert">
160
    <h1>No DEPARTMENT authorized values found!</h1>
159
    <p>
161
    <p>
160
        No DEPARTMENT authorized values found!
161
        [% IF ( CAN_user_parameters ) %]
162
        [% IF ( CAN_user_parameters ) %]
162
            Please <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=DEPARTMENT">create one or more authorized values</a> with the category DEPARTMENT.
163
            Please <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=DEPARTMENT">create one or more authorized values</a> with the category DEPARTMENT.
163
        [% ELSE %]
164
        [% 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