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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/enqueue_koc.tt (-1 / +1 lines)
Lines 12-18 Link Here
12
    <div class="row">
12
    <div class="row">
13
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
13
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
14
14
15
  <h2>Koha offline circulation</h2>
15
  <h1>Koha offline circulation</h1>
16
  <p>Your file was uploaded. Once all files are uploaded, please process them in pending offline circulation actions.</p>
16
  <p>Your file was uploaded. Once all files are uploaded, please process them in pending offline circulation actions.</p>
17
17
18
[% FOREACH message IN messages %]
18
[% FOREACH message IN messages %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt (-1 / +1 lines)
Lines 16-22 Link Here
16
    <div class="row">
16
    <div class="row">
17
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
17
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
18
18
19
        <h2>Offline circulation</h2>
19
        <h1>Offline circulation</h1>
20
20
21
	    [% IF ( pending_operations ) %]
21
	    [% IF ( pending_operations ) %]
22
22
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt (-2 / +2 lines)
Lines 17-23 Link Here
17
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
17
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
18
18
19
[% IF ( transactions_loaded ) %]
19
[% IF ( transactions_loaded ) %]
20
  <h2>Koha offline circulation</h2>
20
  <h1>Koha offline circulation</h1>
21
  <p>Your data was processed. Here are the results:</p>
21
  <p>Your data was processed. Here are the results:</p>
22
  [% FOREACH message IN messages %]
22
  [% FOREACH message IN messages %]
23
    [% IF ( message.message ) %]
23
    [% IF ( message.message ) %]
Lines 32-38 Link Here
32
    [% IF ( message.payment ) %]<p>Accepted payment ([% message.amount | html %]) from <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber | uri %]">[% message.firstname | html %] [% message.surname | html %]</a> ([% message.cardnumber | html %]): [% message.datetime | html %]</p>[% END %]
32
    [% IF ( message.payment ) %]<p>Accepted payment ([% message.amount | html %]) from <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber | uri %]">[% message.firstname | html %] [% message.surname | html %]</a> ([% message.cardnumber | html %]): [% message.datetime | html %]</p>[% END %]
33
  [% END %]
33
  [% END %]
34
[% ELSE %]
34
[% ELSE %]
35
   <h2>Upload offline circulation data</h2>
35
   <h1>Upload offline circulation data</h1>
36
36
37
   <div id="fileuploadform">
37
   <div id="fileuploadform">
38
     <form method="post" action="/cgi-bin/koha/offline_circ/process_koc.pl" enctype="multipart/form-data" class="validated">
38
     <form method="post" action="/cgi-bin/koha/offline_circ/process_koc.pl" enctype="multipart/form-data" class="validated">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (+2 lines)
Lines 30-35 Link Here
30
30
31
                    [% INCLUDE 'patroncards-toolbar.inc' %]
31
                    [% INCLUDE 'patroncards-toolbar.inc' %]
32
32
33
                    <h1>[% IF description %]Edit [% ELSIF batch_id %]Edit [% ELSE %]New [% END %]patron card batches</h1>
34
33
                [% IF ( duplicate_message ) %]
35
                [% IF ( duplicate_message ) %]
34
                    <div class="dialog message">
36
                    <div class="dialog message">
35
                        <strong>Duplicate patrons removed from batch number [% batch_id | html %]: [% duplicate_count | html %]</strong>
37
                        <strong>Duplicate patrons removed from batch number [% batch_id | html %]: [% duplicate_count | html %]</strong>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt (+2 lines)
Lines 22-27 Link Here
22
22
23
                    [% INCLUDE 'patroncards-toolbar.inc' %]
23
                    [% INCLUDE 'patroncards-toolbar.inc' %]
24
24
25
                    <h1>[% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] patron card layout</h1>
26
25
                <!-- NOTE: The order of the elements on this form is crictical to correct processing. You've been warned...  -->
27
                <!-- NOTE: The order of the elements on this form is crictical to correct processing. You've been warned...  -->
26
                <form name="input" action="/cgi-bin/koha/patroncards/edit-layout.pl" method="get">
28
                <form name="input" action="/cgi-bin/koha/patroncards/edit-layout.pl" method="get">
27
                <div class="row">
29
                <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt (-1 / +1 lines)
Lines 22-28 Link Here
22
22
23
                    [% INCLUDE 'patroncards-toolbar.inc' %]
23
                    [% INCLUDE 'patroncards-toolbar.inc' %]
24
24
25
                            <h3>[% IF (profile_id) %]Edit[% ELSE %]Create[% END%] printer profile[% IF (profile_id) %] ([% profile_id | html %])[% END %]</h3>
25
                            <h1>[% IF (profile_id) %]Edit[% ELSE %]Create[% END%] printer profile[% IF (profile_id) %] ([% profile_id | html %])[% END %]</h1>
26
                                    <form name="input" action="/cgi-bin/koha/patroncards/edit-profile.pl" method="get">
26
                                    <form name="input" action="/cgi-bin/koha/patroncards/edit-profile.pl" method="get">
27
                                    <fieldset class="rows"><legend>Profile settings</legend>
27
                                    <fieldset class="rows"><legend>Profile settings</legend>
28
                                        <ol>
28
                                        <ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt (-1 / +1 lines)
Lines 23-30 Link Here
23
                <main>
23
                <main>
24
24
25
                    [% INCLUDE 'patroncards-toolbar.inc' %]
25
                    [% INCLUDE 'patroncards-toolbar.inc' %]
26
                    <h1>[% IF (template_id) %]Edit[% ELSE %]Create[% END %] patron card template[% IF (template_id) %] ([% template_id | html %])[% END %]</h1>
26
                    <form name="input" action="/cgi-bin/koha/patroncards/edit-template.pl" method="get">
27
                    <form name="input" action="/cgi-bin/koha/patroncards/edit-template.pl" method="get">
27
                        <h3>[% IF (template_id) %]Edit[% ELSE %]Create[% END %] patron card template[% IF (template_id) %] ([% template_id | html %])[% END %]</h3>
28
                        <div class="row">
28
                        <div class="row">
29
                        <div class="col-sm-6">
29
                        <div class="col-sm-6">
30
                            <fieldset class="rows">
30
                            <fieldset class="rows">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/home.tt (+1 lines)
Lines 18-23 Link Here
18
18
19
                [% INCLUDE 'patroncards-toolbar.inc' %]
19
                [% INCLUDE 'patroncards-toolbar.inc' %]
20
20
21
                <h1>Patron card creator</h1>
21
22
22
            </main>
23
            </main>
23
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
24
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt (-2 / +3 lines)
Lines 20-29 Link Here
20
            <main>
20
            <main>
21
21
22
                [% INCLUDE 'patroncards-toolbar.inc' %]
22
                [% INCLUDE 'patroncards-toolbar.inc' %]
23
                <h1>Image manager</h1>
23
                [% INCLUDE 'patroncards-errors.inc' %]
24
                [% INCLUDE 'patroncards-errors.inc' %]
24
                <div class="row">
25
                <div class="row">
25
                    <div class="col-sm-6">
26
                    <div class="col-sm-6">
26
                        <h1>Upload additional images for patron cards</h1>
27
                        <h2>Upload additional images for patron cards</h2>
27
                        <p>Manage additional images to use as logo, decoration or background on a patron card layout.</p>
28
                        <p>Manage additional images to use as logo, decoration or background on a patron card layout.</p>
28
                        <form name="upload_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data">
29
                        <form name="upload_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data">
29
                            <fieldset class="brief">
30
                            <fieldset class="brief">
Lines 62-68 Link Here
62
                        </form>
63
                        </form>
63
                    </div>
64
                    </div>
64
                    <div class="col-sm-6">
65
                    <div class="col-sm-6">
65
                    <h1>Delete Images</h1>
66
                    <h2>Delete Images</h2>
66
                        [% IF ( TABLE ) %]
67
                        [% IF ( TABLE ) %]
67
                        <form name="delete_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data">
68
                        <form name="delete_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data">
68
                            <fieldset class="brief">
69
                            <fieldset class="brief">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt (+3 lines)
Lines 43-48 Link Here
43
                <main>
43
                <main>
44
44
45
                    [% INCLUDE 'patroncards-toolbar.inc' %]
45
                    [% INCLUDE 'patroncards-toolbar.inc' %]
46
47
                    <h1>Patron card templates</h1>
48
46
                    [% INCLUDE 'patroncards-errors.inc' %]
49
                    [% INCLUDE 'patroncards-errors.inc' %]
47
                        <div id="manage-patroncards-layouts">
50
                        <div id="manage-patroncards-layouts">
48
                            [% IF ( table_loop ) %]
51
                            [% IF ( table_loop ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt (+1 lines)
Lines 7-12 Link Here
7
7
8
<body id="pcard_print" class="tools pcard">
8
<body id="pcard_print" class="tools pcard">
9
    <div class="container-fluid">
9
    <div class="container-fluid">
10
        <h1>Patron card printing/exporting</h1>
10
            [% IF ( batches ) %]
11
            [% IF ( batches ) %]
11
            <form>
12
            <form>
12
                <h3>Click on the following link(s) to download the exported batch(es).</h3>
13
                <h3>Click on the following link(s) to download the exported batch(es).</h3>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt (-1 / +1 lines)
Lines 21-26 Link Here
21
    <div class="row">
21
    <div class="row">
22
        <div class="col-sm-10 col-sm-push-2">
22
        <div class="col-sm-10 col-sm-push-2">
23
            <main>
23
            <main>
24
                    <h1>Plugins</h1>
24
25
25
                <div class="details">
26
                <div class="details">
26
27
Lines 57-63 Link Here
57
                            [% END %]
58
                            [% END %]
58
                        </div>
59
                        </div>
59
                    [% END %]
60
                    [% END %]
60
                    <h1>Plugins</h1>
61
61
62
                    [% IF search_results %]
62
                    [% IF search_results %]
63
                        <h2>Search results</h2>
63
                        <h2>Search results</h2>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt (+2 lines)
Lines 23-28 Link Here
23
    <div class="row">
23
    <div class="row">
24
        <div class="col-md-10 col-md-push-2">
24
        <div class="col-md-10 col-md-push-2">
25
25
26
            <h1>Point of sale</h1>
27
26
        [% IF ( registers.size == 0 ) %]
28
        [% IF ( registers.size == 0 ) %]
27
            <div id="error_message" class="dialog message">
29
            <div id="error_message" class="dialog message">
28
                <p>
30
                <p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +3 lines)
Lines 48-53 Link Here
48
        [% END %]
48
        [% END %]
49
49
50
        <main>
50
        <main>
51
            <h1>Holds</h1>
51
52
52
            [% IF ( noitems ) %]
53
            [% IF ( noitems ) %]
53
                <div class="dialog alert">
54
                <div class="dialog alert">
Lines 71-79 Link Here
71
            [% END %]
72
            [% END %]
72
73
73
            [% UNLESS ( multi_hold ) %]
74
            [% UNLESS ( multi_hold ) %]
74
                <h1>Place a hold on [% INCLUDE 'biblio-title.inc' link = 1 %]</h1>
75
                <h2>Place a hold on [% INCLUDE 'biblio-title.inc' link = 2 %]</h2>
75
            [% ELSE %]
76
            [% ELSE %]
76
                <h1>Confirm holds</h1>
77
                <h2>Confirm holds</h2>
77
            [% END %]
78
            [% END %]
78
79
79
            [% UNLESS club OR patron OR patron.borrowernumber OR noitems %]
80
            [% UNLESS club OR patron OR patron.borrowernumber OR noitems %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt (-2 / +2 lines)
Lines 16-21 Link Here
16
    <div class="row">
16
    <div class="row">
17
        <div class="col-sm-10 col-sm-push-2">
17
        <div class="col-sm-10 col-sm-push-2">
18
            <main>
18
            <main>
19
                <h1>Add/remove items from collection</h1>
19
20
20
              [% IF ( ! colId ) %]
21
              [% IF ( ! colId ) %]
21
                <div class="dialog message">
22
                <div class="dialog message">
Lines 24-30 Link Here
24
                </div>
25
                </div>
25
              [% ELSE %]
26
              [% ELSE %]
26
              [% INCLUDE 'rotating-collections-toolbar.inc' %]
27
              [% INCLUDE 'rotating-collections-toolbar.inc' %]
27
              <h1>Collection <em>[% colTitle | html %]</em></h1>
28
              <h2>Collection <em>[% colTitle | html %]</em></h2>
28
29
29
              [% IF ( previousActionAdd ) %]
30
              [% IF ( previousActionAdd ) %]
30
                [% IF ( addSuccess ) %]
31
                [% IF ( addSuccess ) %]
31
- 

Return to bug 27631