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 24-30 Link Here
24
    <div class="row">
24
    <div class="row">
25
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
25
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
26
26
27
  <h2>Koha offline circulation</h2>
27
  <h1>Koha offline circulation</h1>
28
  <p>Your file was uploaded. Once all files are uploaded, please process them in pending offline circulation actions.</p>
28
  <p>Your file was uploaded. Once all files are uploaded, please process them in pending offline circulation actions.</p>
29
29
30
[% FOREACH message IN messages %]
30
[% FOREACH message IN messages %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt (-1 / +1 lines)
Lines 30-36 Link Here
30
    <div class="row">
30
    <div class="row">
31
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
31
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
32
32
33
        <h2>Offline circulation</h2>
33
        <h1>Offline circulation</h1>
34
34
35
	    [% IF ( pending_operations ) %]
35
	    [% IF ( pending_operations ) %]
36
36
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt (-2 / +2 lines)
Lines 43-49 Link Here
43
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
43
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
44
44
45
[% IF ( transactions_loaded ) %]
45
[% IF ( transactions_loaded ) %]
46
  <h2>Koha offline circulation</h2>
46
  <h1>Koha offline circulation</h1>
47
  <p>Your data was processed. Here are the results:</p>
47
  <p>Your data was processed. Here are the results:</p>
48
  [% FOREACH message IN messages %]
48
  [% FOREACH message IN messages %]
49
    [% IF ( message.message ) %]
49
    [% IF ( message.message ) %]
Lines 58-64 Link Here
58
    [% 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 %]
58
    [% 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 %]
59
  [% END %]
59
  [% END %]
60
[% ELSE %]
60
[% ELSE %]
61
   <h2>Upload offline circulation data</h2>
61
   <h1>Upload offline circulation data</h1>
62
62
63
   <div id="fileuploadform">
63
   <div id="fileuploadform">
64
     <form method="post" action="/cgi-bin/koha/offline_circ/process_koc.pl" enctype="multipart/form-data" class="validated">
64
     <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 45-50 Link Here
45
45
46
                    [% INCLUDE 'patroncards-toolbar.inc' %]
46
                    [% INCLUDE 'patroncards-toolbar.inc' %]
47
47
48
                    <h1>[% IF description %]Edit [% ELSIF batch_id %]Edit [% ELSE %]New [% END %]patron card batches</h1>
49
48
                [% IF ( duplicate_message ) %]
50
                [% IF ( duplicate_message ) %]
49
                    <div class="dialog message">
51
                    <div class="dialog message">
50
                        <strong>Duplicate patrons removed from batch number [% batch_id | html %]: [% duplicate_count | html %]</strong>
52
                        <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 41-46 Link Here
41
41
42
                    [% INCLUDE 'patroncards-toolbar.inc' %]
42
                    [% INCLUDE 'patroncards-toolbar.inc' %]
43
43
44
                    <h1>[% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] patron card layout</h1>
45
44
                <!-- NOTE: The order of the elements on this form is crictical to correct processing. You've been warned...  -->
46
                <!-- NOTE: The order of the elements on this form is crictical to correct processing. You've been warned...  -->
45
                <form name="input" action="/cgi-bin/koha/patroncards/edit-layout.pl" method="get">
47
                <form name="input" action="/cgi-bin/koha/patroncards/edit-layout.pl" method="get">
46
                <div class="row">
48
                <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-profile.tt (-1 / +1 lines)
Lines 41-47 Link Here
41
41
42
                    [% INCLUDE 'patroncards-toolbar.inc' %]
42
                    [% INCLUDE 'patroncards-toolbar.inc' %]
43
43
44
                            <h3>[% IF (profile_id) %]Edit[% ELSE %]Create[% END%] printer profile[% IF (profile_id) %] ([% profile_id | html %])[% END %]</h3>
44
                            <h1>[% IF (profile_id) %]Edit[% ELSE %]Create[% END%] printer profile[% IF (profile_id) %] ([% profile_id | html %])[% END %]</h1>
45
                                    <form name="input" action="/cgi-bin/koha/patroncards/edit-profile.pl" method="get">
45
                                    <form name="input" action="/cgi-bin/koha/patroncards/edit-profile.pl" method="get">
46
                                    <fieldset class="rows"><legend>Profile settings</legend>
46
                                    <fieldset class="rows"><legend>Profile settings</legend>
47
                                        <ol>
47
                                        <ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt (-1 / +1 lines)
Lines 42-49 Link Here
42
                <main>
42
                <main>
43
43
44
                    [% INCLUDE 'patroncards-toolbar.inc' %]
44
                    [% INCLUDE 'patroncards-toolbar.inc' %]
45
                    <h1>[% IF (template_id) %]Edit[% ELSE %]Create[% END %] patron card template[% IF (template_id) %] ([% template_id | html %])[% END %]</h1>
45
                    <form name="input" action="/cgi-bin/koha/patroncards/edit-template.pl" method="get">
46
                    <form name="input" action="/cgi-bin/koha/patroncards/edit-template.pl" method="get">
46
                        <h3>[% IF (template_id) %]Edit[% ELSE %]Create[% END %] patron card template[% IF (template_id) %] ([% template_id | html %])[% END %]</h3>
47
                        <div class="row">
47
                        <div class="row">
48
                        <div class="col-sm-6">
48
                        <div class="col-sm-6">
49
                            <fieldset class="rows">
49
                            <fieldset class="rows">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/home.tt (+1 lines)
Lines 28-33 Link Here
28
28
29
                [% INCLUDE 'patroncards-toolbar.inc' %]
29
                [% INCLUDE 'patroncards-toolbar.inc' %]
30
30
31
                <h1>Patron card creator</h1>
31
32
32
            </main>
33
            </main>
33
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
34
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt (-2 / +3 lines)
Lines 32-41 Link Here
32
            <main>
32
            <main>
33
33
34
                [% INCLUDE 'patroncards-toolbar.inc' %]
34
                [% INCLUDE 'patroncards-toolbar.inc' %]
35
                <h1>Image manager</h1>
35
                [% INCLUDE 'patroncards-errors.inc' %]
36
                [% INCLUDE 'patroncards-errors.inc' %]
36
                <div class="row">
37
                <div class="row">
37
                    <div class="col-sm-6">
38
                    <div class="col-sm-6">
38
                        <h1>Upload additional images for patron cards</h1>
39
                        <h2>Upload additional images for patron cards</h2>
39
                        <p>Manage additional images to use as logo, decoration or background on a patron card layout.</p>
40
                        <p>Manage additional images to use as logo, decoration or background on a patron card layout.</p>
40
                        <form name="upload_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data">
41
                        <form name="upload_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data">
41
                            <fieldset class="brief">
42
                            <fieldset class="brief">
Lines 74-80 Link Here
74
                        </form>
75
                        </form>
75
                    </div>
76
                    </div>
76
                    <div class="col-sm-6">
77
                    <div class="col-sm-6">
77
                    <h1>Delete images</h1>
78
                    <h2>Delete images</h2>
78
                        [% IF ( TABLE ) %]
79
                        [% IF ( TABLE ) %]
79
                        <form name="delete_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data">
80
                        <form name="delete_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data">
80
                            <fieldset class="brief">
81
                            <fieldset class="brief">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt (+3 lines)
Lines 56-61 Link Here
56
                <main>
56
                <main>
57
57
58
                    [% INCLUDE 'patroncards-toolbar.inc' %]
58
                    [% INCLUDE 'patroncards-toolbar.inc' %]
59
60
                    <h1>Patron card templates</h1>
61
59
                    [% INCLUDE 'patroncards-errors.inc' %]
62
                    [% INCLUDE 'patroncards-errors.inc' %]
60
                        <div id="manage-patroncards-layouts">
63
                        <div id="manage-patroncards-layouts">
61
                            [% IF ( table_loop ) %]
64
                            [% 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 31-36 Link Here
31
    <div class="row">
31
    <div class="row">
32
        <div class="col-sm-10 col-sm-push-2">
32
        <div class="col-sm-10 col-sm-push-2">
33
            <main>
33
            <main>
34
                    <h1>Plugins</h1>
34
35
35
                <div class="details">
36
                <div class="details">
36
37
Lines 67-73 Link Here
67
                            [% END %]
68
                            [% END %]
68
                        </div>
69
                        </div>
69
                    [% END %]
70
                    [% END %]
70
                    <h1>Plugins</h1>
71
71
72
                    [% IF search_results %]
72
                    [% IF search_results %]
73
                        <h2>Search results</h2>
73
                        <h2>Search results</h2>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt (+2 lines)
Lines 33-38 Link Here
33
    <div class="row">
33
    <div class="row">
34
        <div class="col-md-10 col-md-push-2">
34
        <div class="col-md-10 col-md-push-2">
35
35
36
            <h1>Point of sale</h1>
37
36
        [% IF ( registers.size == 0 ) %]
38
        [% IF ( registers.size == 0 ) %]
37
            <div id="error_message" class="dialog message">
39
            <div id="error_message" class="dialog message">
38
                <p>
40
                <p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +3 lines)
Lines 71-76 Link Here
71
        [% END %]
71
        [% END %]
72
72
73
        <main>
73
        <main>
74
            <h1>Holds</h1>
74
75
75
            [% IF ( nobiblio ) %]
76
            [% IF ( nobiblio ) %]
76
                <div class="dialog alert">
77
                <div class="dialog alert">
Lines 104-112 Link Here
104
105
105
            [% UNLESS ( nobiblio ) %]
106
            [% UNLESS ( nobiblio ) %]
106
                [% UNLESS ( multi_hold ) %]
107
                [% UNLESS ( multi_hold ) %]
107
                        <h1>Place a hold on [% INCLUDE 'biblio-title.inc' link = 1 %]</h1>
108
                        <h2>Place a hold on [% INCLUDE 'biblio-title.inc' link = 1 %]</h2>
108
                [% ELSE %]
109
                [% ELSE %]
109
                    <h1>Confirm holds</h1>
110
                    <h2>Confirm holds</h2>
110
                [% END %]
111
                [% END %]
111
            [% END %]
112
            [% END %]
112
113
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt (-2 / +2 lines)
Lines 36-41 Link Here
36
    <div class="row">
36
    <div class="row">
37
        <div class="col-sm-10 col-sm-push-2">
37
        <div class="col-sm-10 col-sm-push-2">
38
            <main>
38
            <main>
39
                <h1>Add/remove items from collection</h1>
39
40
40
              [% IF ( ! colId ) %]
41
              [% IF ( ! colId ) %]
41
                <div class="dialog message">
42
                <div class="dialog message">
Lines 44-50 Link Here
44
                </div>
45
                </div>
45
              [% ELSE %]
46
              [% ELSE %]
46
              [% INCLUDE 'rotating-collections-toolbar.inc' %]
47
              [% INCLUDE 'rotating-collections-toolbar.inc' %]
47
              <h1>Collection <em>[% colTitle | html %]</em></h1>
48
              <h2>Collection <em>[% colTitle | html %]</em></h2>
48
49
49
              [% IF ( previousActionAdd ) %]
50
              [% IF ( previousActionAdd ) %]
50
                [% IF ( addSuccess ) %]
51
                [% IF ( addSuccess ) %]
51
- 

Return to bug 27631