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 16-21 Link Here
16
16
17
    [% INCLUDE 'authorities-toolbar.inc' %]
17
    [% INCLUDE 'authorities-toolbar.inc' %]
18
18
19
    <h1>Authorities</h1>
20
19
    <div id="merge_in_progress"></div>
21
    <div id="merge_in_progress"></div>
20
22
21
    </div>
23
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt (-1 / +2 lines)
Lines 39-47 Link Here
39
39
40
40
41
[% IF ( unknownauthid ) %]
41
[% IF ( unknownauthid ) %]
42
    <h1>Authority does not exist</h1>
42
    <div class="dialog message">The authority record you requested does not exist ([% errauthid | html %]).</div>
43
    <div class="dialog message">The authority record you requested does not exist ([% errauthid | html %]).</div>
43
[% ELSE %]
44
[% ELSE %]
44
<h1>Authority #[% authid | html %] ([% authtypetext | html %])</h1>
45
    <h1>Authority #[% authid | html %] ([% authtypetext | html %])</h1>
45
46
46
<div id="action">
47
<div id="action">
47
    [% IF count %]
48
    [% IF count %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt (-5 / +7 lines)
Lines 36-46 Link Here
36
                <fieldset class="rows">
36
                <fieldset class="rows">
37
37
38
                    <legend>
38
                    <legend>
39
                        [% IF club %]
39
                        <h1>
40
                            Modify club <em>[% club.name | html %]</em>
40
                            [% IF club %]
41
                        [% ELSE %]
41
                                Modify club <em>[% club.name | html %]</em>
42
                            Create a new <em>[% club_template.name | html %]</em> club
42
                            [% ELSE %]
43
                        [% END %]
43
                                Create a new <em>[% club_template.name | html %]</em> club
44
                            [% END %]
45
                        </h1>
44
                    </legend>
46
                    </legend>
45
47
46
                    <ol>
48
                    <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 36-48 Link Here
36
            <form method="post" class="validated">
36
            <form method="post" class="validated">
37
                <input type="hidden" name="id" value="[% club_template.id | html %]" />
37
                <input type="hidden" name="id" value="[% club_template.id | html %]" />
38
38
39
                <h2>
39
                <h1>
40
                    [% IF club_template %]
40
                    [% IF club_template %]
41
                        Modify club template <em>[% club_template.name | html %]</em>
41
                        Modify club template <em>[% club_template.name | html %]</em>
42
                    [% ELSE %]
42
                    [% ELSE %]
43
                        Create a new club template
43
                        Create a new club template
44
                    [% END %]
44
                    [% END %]
45
                </h2>
45
                </h1>
46
46
47
47
48
                <fieldset class="rows">
48
                <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 12-17 Link Here
12
<div class="main container-fluid">
12
<div class="main container-fluid">
13
    <div class="row">
13
    <div class="row">
14
        <div class="col-md-8 col-md-offset-2">
14
        <div class="col-md-8 col-md-offset-2">
15
            <h1>Add reserves for <em>[% course.course_name | html %]</em></h1>
15
16
16
        [% IF ERROR_ITEM_NOT_FOUND %]
17
        [% IF ERROR_ITEM_NOT_FOUND %]
17
            [% IF UNKNOWN_BARCODE %]
18
            [% IF UNKNOWN_BARCODE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt (+3 lines)
Lines 15-20 Link Here
15
<div class="main container-fluid">
15
<div class="main container-fluid">
16
    <div class="row">
16
    <div class="row">
17
        <div class="col-md-8 col-md-offset-2">
17
        <div class="col-md-8 col-md-offset-2">
18
            <h1>
19
i               [% IF is_edit || course_reserve %]Edit [% ELSE %]Reserve [% END %]<em>[% biblio.title | html %]</em> for <em>[% course.course_name | html %]</em>
20
            </h1>
18
21
19
        [% IF course_reserve && !is_edit%]<div class="dialog message" id="already_on_reserve_this">This course already has this item on reserve.</div>[% END %]
22
        [% IF course_reserve && !is_edit%]<div class="dialog message" id="already_on_reserve_this">This course already has this item on reserve.</div>[% END %]
20
        [% 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 %]
23
        [% 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 18-23 Link Here
18
<div class="main container-fluid">
18
<div class="main container-fluid">
19
    <div class="row">
19
    <div class="row">
20
        <div class="col-md-8 col-md-offset-2">
20
        <div class="col-md-8 col-md-offset-2">
21
            <h1>Add reserves for <em>[% course.course_name | html %]</em></h1>
21
        [% IF action == 'invalid_course' %]
22
        [% IF action == 'invalid_course' %]
22
            <div id="invalid-course-error" class="dialog alert">Invalid course!</div>
23
            <div id="invalid-course-error" class="dialog alert">Invalid course!</div>
23
        [% END %]
24
        [% END %]
Lines 118-124 Link Here
118
        [% END %]
119
        [% END %]
119
120
120
        [% IF action == 'display_results' %]
121
        [% IF action == 'display_results' %]
121
            <h1>Results</h1>
122
            <h2>Results</h2>
122
123
123
            <h3>Items added</h3>
124
            <h3>Items added</h3>
124
            [% IF items_added.size > 0 %]
125
            [% IF items_added.size > 0 %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt (-1 / +2 lines)
Lines 15-20 Link Here
15
<div class="main container-fluid">
15
<div class="main container-fluid">
16
    <div class="row">
16
    <div class="row">
17
        <div class="col-md-8 col-md-offset-2">
17
        <div class="col-md-8 col-md-offset-2">
18
            <h1>Batch remove reserves</h1>
18
        [% IF action == 'display_form' %]
19
        [% IF action == 'display_form' %]
19
            <form method="post" action="/cgi-bin/koha/course_reserves/batch_rm_items.pl">
20
            <form method="post" action="/cgi-bin/koha/course_reserves/batch_rm_items.pl">
20
                <input type="hidden" name="action" value="batch_rm" />
21
                <input type="hidden" name="action" value="batch_rm" />
Lines 36-42 Link Here
36
        [% END %]
37
        [% END %]
37
38
38
        [% IF action == 'display_results' %]
39
        [% IF action == 'display_results' %]
39
            <h1>Results</h1>
40
            <h2>Results</h2>
40
41
41
            <h3>Items removed</h3>
42
            <h3>Items removed</h3>
42
            [% IF item_and_count > 0 %]
43
            [% IF item_and_count > 0 %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt (-1 / +2 lines)
Lines 24-29 Link Here
24
    <div class="main container-fluid">
24
    <div class="main container-fluid">
25
        <div class="row">
25
        <div class="row">
26
            <div class="col-md-8 col-md-offset-2">
26
            <div class="col-md-8 col-md-offset-2">
27
                <h1>[% IF course_name %] Edit <em>[% course_name | html %]</em> [% ELSE %] New course [% END %]</h1>
27
28
28
            <form method="post" action="/cgi-bin/koha/course_reserves/mod_course.pl" class="validated">
29
            <form method="post" action="/cgi-bin/koha/course_reserves/mod_course.pl" class="validated">
29
                [% IF course_id %]<input type="hidden" name="course_id" value="[% course_id | html %]" />[% END %]
30
                [% IF course_id %]<input type="hidden" name="course_id" value="[% course_id | html %]" />[% END %]
Lines 142-149 Link Here
142
[% ELSE %]
143
[% ELSE %]
143
144
144
<div class="dialog alert">
145
<div class="dialog alert">
146
    <h1>No DEPARTMENT authorized values found!</h1>
145
    <p>
147
    <p>
146
        No DEPARTMENT authorized values found!
147
        [% IF ( CAN_user_parameters ) %]
148
        [% IF ( CAN_user_parameters ) %]
148
            Please <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=DEPARTMENT">create one or more authorized values</a> with the category DEPARTMENT.
149
            Please <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=DEPARTMENT">create one or more authorized values</a> with the category DEPARTMENT.
149
        [% ELSE %]
150
        [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/invalid-course.tt (-2 / +1 lines)
Lines 13-19 Link Here
13
        <div class="col-md-8 col-md-offset-2">
13
        <div class="col-md-8 col-md-offset-2">
14
14
15
            <div class="dialog alert">
15
            <div class="dialog alert">
16
                <p>Invalid course!</p>
16
                <h1>Invalid course!</h1>
17
            </div>
17
            </div>
18
18
19
        </div>
19
        </div>
20
- 

Return to bug 27631