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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc (-1 / +1 lines)
Lines 29-35 Link Here
29
     [%- CASE 'B_city' -%]<span>Alternate city</span>
29
     [%- CASE 'B_city' -%]<span>Alternate city</span>
30
     [%- CASE 'B_state' -%]<span>Alternate state</span>
30
     [%- CASE 'B_state' -%]<span>Alternate state</span>
31
     [%- CASE 'B_zipcode' -%]<span>Alternate zip code</span>
31
     [%- CASE 'B_zipcode' -%]<span>Alternate zip code</span>
32
     [%- CASE 'B_country' -%]<span>Alternate Country</span>
32
     [%- CASE 'B_country' -%]<span>Alternate country</span>
33
     [%- CASE 'B_email' -%]<span>Alternate email</span>
33
     [%- CASE 'B_email' -%]<span>Alternate email</span>
34
     [%- CASE 'B_phone' -%]<span>Alternate phone</span>
34
     [%- CASE 'B_phone' -%]<span>Alternate phone</span>
35
     [%- CASE 'dateofbirth' -%]<span>Date of birth</span>
35
     [%- CASE 'dateofbirth' -%]<span>Date of birth</span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc (-2 / +2 lines)
Lines 31-41 Link Here
31
31
32
        [% IF ( authorities ) %]
32
        [% IF ( authorities ) %]
33
            <li class="active">
33
            <li class="active">
34
                <a title="Authority Control" href="/cgi-bin/koha/admin/preferences.pl?tab=authorities">Authorities</a>
34
                <a title="Authority control" href="/cgi-bin/koha/admin/preferences.pl?tab=authorities">Authorities</a>
35
                [% PROCESS subtabs  %]
35
                [% PROCESS subtabs  %]
36
        [% ELSE %]
36
        [% ELSE %]
37
            <li>
37
            <li>
38
                <a title="Authority Control" href="/cgi-bin/koha/admin/preferences.pl?tab=authorities">Authorities</a>
38
                <a title="Authority control" href="/cgi-bin/koha/admin/preferences.pl?tab=authorities">Authorities</a>
39
        [% END %]
39
        [% END %]
40
        </li>
40
        </li>
41
41
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-1 / +1 lines)
Lines 170-176 Batch list Link Here
170
                        [% IF biblio.item_error %]Item records could not be processed because the number of item fields was uneven.[% END %]
170
                        [% IF biblio.item_error %]Item records could not be processed because the number of item fields was uneven.[% END %]
171
                        [% FOREACH item IN biblio.iteminfos %]
171
                        [% FOREACH item IN biblio.iteminfos %]
172
                        <fieldset>
172
                        <fieldset>
173
                        <legend>Item Record [% item.item_id | html %]</legend>
173
                        <legend>Item record [% item.item_id | html %]</legend>
174
                        <ol>
174
                        <ol>
175
                        <li>
175
                        <li>
176
                        <label for="homebranch_item_[% item.item_id | html %]">homebranch</label><select id="homebranch_item_[% item.item_id | html %]" name="homebranch_[% item.biblio_count | html %]">
176
                        <label for="homebranch_item_[% item.item_id | html %]">homebranch</label><select id="homebranch_item_[% item.item_id | html %]" name="homebranch_[% item.biblio_count | html %]">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt (-2 / +2 lines)
Lines 85-91 Link Here
85
          <br />
85
          <br />
86
          <form method="post" action="/cgi-bin/koha/acqui/invoice-files.pl" enctype="multipart/form-data">
86
          <form method="post" action="/cgi-bin/koha/acqui/invoice-files.pl" enctype="multipart/form-data">
87
              <fieldset class="rows">
87
              <fieldset class="rows">
88
                  <legend>Upload New File</legend>
88
                  <legend>Upload new file</legend>
89
                  <ol>
89
                  <ol>
90
                      <li><input type="hidden" name="op" value="upload" />
90
                      <li><input type="hidden" name="op" value="upload" />
91
                      <input type="hidden" name="invoiceid" value="[% invoiceid | html %]" />
91
                      <input type="hidden" name="invoiceid" value="[% invoiceid | html %]" />
Lines 93-99 Link Here
93
                      <input name="description" id="description" type="text" /></li>
93
                      <input name="description" id="description" type="text" /></li>
94
                      <li><label for="uploadfile">File:</label><input name="uploadfile" type="file" id="uploadfile" /></li>
94
                      <li><label for="uploadfile">File:</label><input name="uploadfile" type="file" id="uploadfile" /></li>
95
                  </ol>
95
                  </ol>
96
                  <fieldset class="action"><input name="upload" type="submit" id="upload" value="Upload File" /></fieldset>
96
                  <fieldset class="action"><input name="upload" type="submit" id="upload" value="Upload file" /></fieldset>
97
              </fieldset>
97
              </fieldset>
98
          </form>
98
          </form>
99
      [% END %]
99
      [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt (-2 / +2 lines)
Lines 49-55 Link Here
49
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
49
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
50
<input type="hidden" name="basketno" value="[% basketno | html %]" />
50
<input type="hidden" name="basketno" value="[% basketno | html %]" />
51
<input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
51
<input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
52
<input type="submit" value="Use Existing" />
52
<input type="submit" value="Use existing" />
53
</form>
53
</form>
54
</div>
54
</div>
55
</div>
55
</div>
Lines 74-80 Link Here
74
<input type="hidden" name="basketno" value="[% basketno | html %]" />
74
<input type="hidden" name="basketno" value="[% basketno | html %]" />
75
<input type="hidden" name="breedingid" value="[% breedingid | html %]" />
75
<input type="hidden" name="breedingid" value="[% breedingid | html %]" />
76
<input type="hidden" name="use_external_source" value="1" />
76
<input type="hidden" name="use_external_source" value="1" />
77
<input type="submit" value="Create New" />
77
<input type="submit" value="Create new" />
78
</form>
78
</form>
79
</div>
79
</div>
80
</div>
80
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-1 / +1 lines)
Lines 59-65 Link Here
59
    <h3>Error adding items:</h3>
59
    <h3>Error adding items:</h3>
60
    <ul>
60
    <ul>
61
    [% FOREACH error_loo IN error_loop %]
61
    [% FOREACH error_loo IN error_loop %]
62
        <li>[% error_loo.error_param | html %][% IF ( error_loo.error_duplicate_barcode ) %]Duplicate Barcode[% END %] <!-- todo: other error conditions come here. --></li>
62
        <li>[% error_loo.error_param | html %][% IF ( error_loo.error_duplicate_barcode ) %]Duplicate barcode[% END %] <!-- todo: other error conditions come here. --></li>
63
    [% END %]
63
    [% END %]
64
    </ul>
64
    </ul>
65
    </div>
65
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-1 / +1 lines)
Lines 507-513 Link Here
507
507
508
    <h2>Patron categories</h2>
508
    <h2>Patron categories</h2>
509
    [% IF searchfield %]
509
    [% IF searchfield %]
510
        You Searched for [% searchfield | html %]</span>
510
        You searched for [% searchfield | html %]</span>
511
    [% END %]
511
    [% END %]
512
    [% IF categories%]
512
    [% IF categories%]
513
        <table id="patron_categories">
513
        <table id="patron_categories">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt (-1 / +1 lines)
Lines 34-40 Link Here
34
                                        [% IF tablename == 'currencies-table' %]
34
                                        [% IF tablename == 'currencies-table' %]
35
                                            Currency
35
                                            Currency
36
                                        [% ELSIF pagename == 'additem' AND tablename == 'itemst' %]
36
                                        [% ELSIF pagename == 'additem' AND tablename == 'itemst' %]
37
                                            Items Editor
37
                                            Items editor
38
                                        [% ELSE %]
38
                                        [% ELSE %]
39
                                            Table id: [% tablename | html %]
39
                                            Table id: [% tablename | html %]
40
                                        [% END %]
40
                                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-1 / +1 lines)
Lines 389-395 Link Here
389
                                                [% IF ( loo.repeatable ) %]Repeatable, [% ELSE %]Not repeatable,[% END %]
389
                                                [% IF ( loo.repeatable ) %]Repeatable, [% ELSE %]Not repeatable,[% END %]
390
                                                [% IF ( loo.mandatory ) %]Mandatory, [% ELSE %]Not mandatory,[% END %]
390
                                                [% IF ( loo.mandatory ) %]Mandatory, [% ELSE %]Not mandatory,[% END %]
391
                                                [% IF ( loo.important ) %]Important, [% ELSE %]Not important,[% END %]
391
                                                [% IF ( loo.important ) %]Important, [% ELSE %]Not important,[% END %]
392
                                                [% IF ( loo.seealso ) %] | See Also: [% loo.seealso | html %],[% END %]
392
                                                [% IF ( loo.seealso ) %] | See also: [% loo.seealso | html %],[% END %]
393
                                                [% IF ( loo.hidden ) %]hidden,[% END %]
393
                                                [% IF ( loo.hidden ) %]hidden,[% END %]
394
                                                [% IF ( loo.isurl ) %]is a URL,[% END %]
394
                                                [% IF ( loo.isurl ) %]is a URL,[% END %]
395
                                                [% IF ( loo.authorised_value ) %] | Auth value:[% loo.authorised_value | html %],[% END %]
395
                                                [% IF ( loo.authorised_value ) %] | Auth value:[% loo.authorised_value | html %],[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt (-1 / +1 lines)
Lines 434-440 a.add, a.delete { Link Here
434
                                            <td>
434
                                            <td>
435
                                                [% SWITCH f.name %]
435
                                                [% SWITCH f.name %]
436
                                                [% CASE 'author' %]Authors
436
                                                [% CASE 'author' %]Authors
437
                                                [% CASE 'itype' %]Item Types
437
                                                [% CASE 'itype' %]Item types
438
                                                [% CASE 'location' %]Locations
438
                                                [% CASE 'location' %]Locations
439
                                                [% CASE 'su-geo' %]Places
439
                                                [% CASE 'su-geo' %]Places
440
                                                [% CASE 'title-series' %]Series
440
                                                [% CASE 'title-series' %]Series
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-2 / +2 lines)
Lines 66-72 Link Here
66
66
67
        [% IF ( delete_confirm ) %]
67
        [% IF ( delete_confirm ) %]
68
            <li>
68
            <li>
69
                <a href="/cgi-bin/koha/admin/systempreferences.pl">System Preferences</a>
69
                <a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a>
70
            </li>
70
            </li>
71
            <li>
71
            <li>
72
                <a href="/cgi-bin/koha/admin/systempreferences.pl?op=add_form&amp;searchfield=[% searchfield | uri %]">[% searchfield | html %]</a>
72
                <a href="/cgi-bin/koha/admin/systempreferences.pl?op=add_form&amp;searchfield=[% searchfield | uri %]">[% searchfield | html %]</a>
Lines 312-318 Link Here
312
    [% IF ( delete_confirmed ) %]
312
    [% IF ( delete_confirmed ) %]
313
        <h3>Data deleted</h3>
313
        <h3>Data deleted</h3>
314
        <form action="[% script_name | html %]" method="post">
314
        <form action="[% script_name | html %]" method="post">
315
            <input type="submit" value="Back to System Preferences" />
315
            <input type="submit" value="Back to system preferences" />
316
        </form>
316
        </form>
317
    [% END %]
317
    [% END %]
318
   
318
   
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt (-1 / +1 lines)
Lines 48-54 div#result { margin-top: 1em; } Link Here
48
            [% ELSIF error.code == 'DESTRUCTIVE_MERGE' %]
48
            [% ELSIF error.code == 'DESTRUCTIVE_MERGE' %]
49
                You cannot merge a record with itself. Please select two different authorities.
49
                You cannot merge a record with itself. Please select two different authorities.
50
            [% ELSIF error.code == 'WRONG_FRAMEWORK' %]
50
            [% ELSIF error.code == 'WRONG_FRAMEWORK' %]
51
                The Default framework cannot be used, or the framework does not exist. Please select another framework for merging.
51
                The default framework cannot be used, or the framework does not exist. Please select another framework for merging.
52
            [% ELSIF error.code == 'EMPTY_MARC' %]
52
            [% ELSIF error.code == 'EMPTY_MARC' %]
53
                Sorry, but we did not find any MARC tags in the reference record.
53
                Sorry, but we did not find any MARC tags in the reference record.
54
            [% ELSIF error.code == 'MISSING_RECORD' %]
54
            [% ELSIF error.code == 'MISSING_RECORD' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt (-1 / +1 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% USE raw %]
2
[% USE raw %]
3
    <title>Print Notices for [% today | html %]</title>
3
    <title>Print notices for [% today | html %]</title>
4
4
5
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
    <style>
6
    <style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt (-1 / +1 lines)
Lines 72-78 Link Here
72
    [% END %]
72
    [% END %]
73
73
74
    [% IF ( ONLY_ONE ) %]
74
    [% IF ( ONLY_ONE ) %]
75
        <div class="dialog message">You are only viewing one item.  <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblionumber | uri %]&amp;bi=[% biblioitemnumber | uri %]#item[% itemnumber | uri %]">View All</a></div>
75
        <div class="dialog message">You are only viewing one item.  <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblionumber | uri %]&amp;bi=[% biblioitemnumber | uri %]#item[% itemnumber | uri %]">View all</a></div>
76
    [% END %]
76
    [% END %]
77
77
78
    [% IF updated_exclude_from_local_holds_priority.defined %]
78
    [% IF updated_exclude_from_local_holds_priority.defined %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-2 / +2 lines)
Lines 348-356 Link Here
348
                                <tr>
348
                                <tr>
349
                                    <td>
349
                                    <td>
350
                                        [% IF ( scan_search_term_to_use ) %]
350
                                        [% IF ( scan_search_term_to_use ) %]
351
                                            Scan Index for: <input type="text" name="q" id="scan-index" size="35" value="[% scan_search_term_to_use | html %]" />
351
                                            Scan index for: <input type="text" name="q" id="scan-index" size="35" value="[% scan_search_term_to_use | html %]" />
352
                                        [% ELSE %]
352
                                        [% ELSE %]
353
                                            Scan Index for: <input type="text" name="q" id="scan-index" size="35" value="" />
353
                                            Scan index for: <input type="text" name="q" id="scan-index" size="35" value="" />
354
                                        [% END %]
354
                                        [% END %]
355
                                    </td>
355
                                    </td>
356
                                </tr>
356
                                </tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-1 / +1 lines)
Lines 151-157 Link Here
151
    [% IF op != 'saveitem' %]
151
    [% IF op != 'saveitem' %]
152
        <h2 id="additema">Add item [% IF (circborrowernumber) %]<em>(fast cataloging)</em>[% END %]</h2>
152
        <h2 id="additema">Add item [% IF (circborrowernumber) %]<em>(fast cataloging)</em>[% END %]</h2>
153
    [% ELSE %]
153
    [% ELSE %]
154
        <h2 id="edititem">Edit Item #[% itemnumber | html %][% IF ( barcode ) %] / Barcode [% barcode | html %][% END %]</h2>
154
        <h2 id="edititem">Edit item #[% itemnumber | html %][% IF ( barcode ) %] / Barcode [% barcode | html %][% END %]</h2>
155
    [% END %]
155
    [% END %]
156
	<fieldset class="rows">
156
	<fieldset class="rows">
157
	<ol>
157
	<ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt (-1 / +1 lines)
Lines 26-32 Link Here
26
                               <input type="text" name="search" id="searchbox" size="35" /><br />
26
                               <input type="text" name="search" id="searchbox" size="35" /><br />
27
                             <label for="itypeloop">Item type</label>
27
                             <label for="itypeloop">Item type</label>
28
                               <select name="itype" id="itypeloop">
28
                               <select name="itype" id="itypeloop">
29
                           <option value="" selected="selected">All Item Types</option>
29
                           <option value="" selected="selected">All item types</option>
30
                               [% FOREACH itypeloo IN itypeloop %]
30
                               [% FOREACH itypeloo IN itypeloop %]
31
                             <option value="[% itypeloo.itemtype | html %]">[% itypeloo.description | html %]</option>
31
                             <option value="[% itypeloo.itemtype | html %]">[% itypeloo.description | html %]</option>
32
                              [% END %]
32
                              [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-1 / +1 lines)
Lines 79-85 Link Here
79
<thead>    <tr>
79
<thead>    <tr>
80
        <th>Server</th>
80
        <th>Server</th>
81
        <th>Heading</th>
81
        <th>Heading</th>
82
        <th>Authority Type</th>
82
        <th>Authority type</th>
83
        <th class="noExport">Actions</th>
83
        <th class="noExport">Actions</th>
84
    </tr></thead>
84
    </tr></thead>
85
    <tbody>[% FOREACH breeding_loo IN breeding_loop %]
85
    <tbody>[% FOREACH breeding_loo IN breeding_loop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-1 / +1 lines)
Lines 135-141 Link Here
135
                            <ul>
135
                            <ul>
136
                             [% FOREACH errmsgloo IN errmsgloop %]
136
                             [% FOREACH errmsgloo IN errmsgloop %]
137
                              [% IF ( errmsgloo.errbadcode ) %]
137
                              [% IF ( errmsgloo.errbadcode ) %]
138
                                  <li>No Item with barcode: [% errmsgloo.msg | html %]</li>
138
                                  <li>No item with barcode: [% errmsgloo.msg | html %]</li>
139
                              [% END %]
139
                              [% END %]
140
                              [% IF ( errmsgloo.errispermanent ) %]
140
                              [% IF ( errmsgloo.errispermanent ) %]
141
                                  <li>Please return item to home library: [% Branches.GetName( errmsgloo.msg ) | html %]</li>
141
                                  <li>Please return item to home library: [% Branches.GetName( errmsgloo.msg ) | html %]</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt (-2 / +2 lines)
Lines 46-52 Link Here
46
46
47
            [% UNLESS (AllowOfflineCirculation) %]
47
            [% UNLESS (AllowOfflineCirculation) %]
48
                <div id="noofflinecircwarning" class="dialog alert">
48
                <div id="noofflinecircwarning" class="dialog alert">
49
                    <p><strong>Warning:</strong> Offline Circulation has been disabled. You may continue and record transactions, but patron and item information will not be available.</p>
49
                    <p><strong>Warning:</strong> Offline circulation has been disabled. You may continue and record transactions, but patron and item information will not be available.</p>
50
                </div>
50
                </div>
51
            [% END %]
51
            [% END %]
52
52
Lines 136-142 Link Here
136
                        <label for="checkout-barcode">Checking out to <span class="patron-title"></span></label>
136
                        <label for="checkout-barcode">Checking out to <span class="patron-title"></span></label>
137
                        <div class="hint">Enter item barcode:</div>
137
                        <div class="hint">Enter item barcode:</div>
138
                        <input type="text" name="barcode" id="checkout-barcode" class="barcode focus" size="14" />
138
                        <input type="text" name="barcode" id="checkout-barcode" class="barcode focus" size="14" />
139
                        <input type="submit" value="Check Out" />
139
                        <input type="submit" value="Check out" />
140
140
141
                        <div class="date-select">
141
                        <div class="date-select">
142
                            <div class="hint">Specify due date [% INCLUDE 'date-format.inc' %]: </div>
142
                            <div class="hint">Specify due date [% INCLUDE 'date-format.inc' %]: </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt (-1 / +1 lines)
Lines 36-42 Link Here
36
        <h3>What's next?</h3>
36
        <h3>What's next?</h3>
37
        <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
37
        <ul style="margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;">
38
            <li>Use top menu bar to navigate to another part of Koha.</li>
38
            <li>Use top menu bar to navigate to another part of Koha.</li>
39
            <li>To report a broken link or any other issue, please contact the Koha Administrator. <a href="mailto:[% admin | uri %]">Send email</a></li>
39
            <li>To report a broken link or any other issue, please contact the Koha administrator. <a href="mailto:[% admin | uri %]">Send email</a></li>
40
        </ul>
40
        </ul>
41
41
42
            </div> <!-- /.col-md-8 -->
42
            </div> <!-- /.col-md-8 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-1 / +1 lines)
Lines 455-461 Link Here
455
                                    <textarea name="notesstaff" id="notesstaff" rows="5">[% request.notesstaff | html %]</textarea>
455
                                    <textarea name="notesstaff" id="notesstaff" rows="5">[% request.notesstaff | html %]</textarea>
456
                                </li>
456
                                </li>
457
                                <li class="notesopac">
457
                                <li class="notesopac">
458
                                    <label for="notesopac" class="notesopac">Opac notes:</label>
458
                                    <label for="notesopac" class="notesopac">OPAC notes:</label>
459
                                    <textarea name="notesopac" id="notesopac" rows="5">[% request.notesopac | html %]</textarea>
459
                                    <textarea name="notesopac" id="notesopac" rows="5">[% request.notesopac | html %]</textarea>
460
                                </li>
460
                                </li>
461
                            </ol>
461
                            </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt (-2 / +2 lines)
Lines 107-113 Link Here
107
                                        <li class="radio">[% IF ( layout_string ) %]
107
                                        <li class="radio">[% IF ( layout_string ) %]
108
                                        <input type="radio" name="layout_choice" id="layout_choice_order" value="layout_table" checked="checked" /><label for="layout_choice_order">Choose order of text fields to print</label>
108
                                        <input type="radio" name="layout_choice" id="layout_choice_order" value="layout_table" checked="checked" /><label for="layout_choice_order">Choose order of text fields to print</label>
109
                                        [% ELSE %]
109
                                        [% ELSE %]
110
                                        <input type="radio" name="layout_choice" id="layout_choice_order" value="layout_table" /><label for="layout_choice_order">Choose Order Of Text Fields to Print</label>
110
                                        <input type="radio" name="layout_choice" id="layout_choice_order" value="layout_table" /><label for="layout_choice_order">Choose order of text fields to print</label>
111
                                        [% END %]
111
                                        [% END %]
112
												<div id="layout_table">
112
												<div id="layout_table">
113
                                                    <p>
113
                                                    <p>
Lines 132-138 Link Here
132
                                            [% UNLESS ( layout_string ) %]
132
                                            [% UNLESS ( layout_string ) %]
133
                                            <li class="radio"><input type="radio" id="layout_choice_list" name="layout_choice" value="layout_string" checked="checked" /> <label for="layout_choice_list">List fields</label></li>
133
                                            <li class="radio"><input type="radio" id="layout_choice_list" name="layout_choice" value="layout_string" checked="checked" /> <label for="layout_choice_list">List fields</label></li>
134
                                            [% ELSE %]
134
                                            [% ELSE %]
135
                                            <li class="radio"><input type="radio" id="layout_choice_list" name="layout_choice" value="layout_string" /> <label for="layout_choice_list">List Fields</label></li>
135
                                            <li class="radio"><input type="radio" id="layout_choice_list" name="layout_choice" value="layout_string" /> <label for="layout_choice_list">List fields</label></li>
136
                                            [% END %]
136
                                            [% END %]
137
                                           <li> <fieldset id="layout_string" class="brief">
137
                                           <li> <fieldset id="layout_string" class="brief">
138
                                                <label for="format_string">Data fields</label>
138
                                                <label for="format_string">Data fields</label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt (-2 / +2 lines)
Lines 86-94 Link Here
86
                                                    [% END %]
86
                                                    [% END %]
87
                                                    [% SWITCH unit.type %]
87
                                                    [% SWITCH unit.type %]
88
                                                    [%   CASE 'POINT' %]
88
                                                    [%   CASE 'POINT' %]
89
                                                    PostScript Points
89
                                                    PostScript points
90
                                                    [%   CASE 'AGATE' %]
90
                                                    [%   CASE 'AGATE' %]
91
                                                    Adobe Agates
91
                                                    Agates
92
                                                    [%   CASE 'INCH' %]
92
                                                    [%   CASE 'INCH' %]
93
                                                    US Inches
93
                                                    US Inches
94
                                                    [%   CASE 'MM' %]
94
                                                    [%   CASE 'MM' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt (-2 / +2 lines)
Lines 75-83 Link Here
75
75
76
                                     [% SWITCH unit.type %]
76
                                     [% SWITCH unit.type %]
77
                                     [%   CASE 'POINT' %]
77
                                     [%   CASE 'POINT' %]
78
                                     <span>PostScript Points</span>
78
                                     <span>PostScript points</span>
79
                                     [%   CASE 'AGATE' %]
79
                                     [%   CASE 'AGATE' %]
80
                                     <span>Adobe Agates</span>
80
                                     <span>Agates</span>
81
                                     [%   CASE 'INCH' %]
81
                                     [%   CASE 'INCH' %]
82
                                     <span>US Inches</span>
82
                                     <span>US Inches</span>
83
                                     [%   CASE 'MM' %]
83
                                     [%   CASE 'MM' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-1 / +1 lines)
Lines 159-165 Link Here
159
                alert(_("Please select at least one batch to export."));
159
                alert(_("Please select at least one batch to export."));
160
                return;     // no batch selected
160
                return;     // no batch selected
161
            }
161
            }
162
            return GB_showCenter(_("Export Labels"), "/cgi-bin/koha/labels/label-print.pl?" + getstr, 400, 800);
162
            return GB_showCenter(_("Export labels"), "/cgi-bin/koha/labels/label-print.pl?" + getstr, 400, 800);
163
        }
163
        }
164
        function selected_layout(op) {
164
        function selected_layout(op) {
165
            var selected = new Array;
165
            var selected = new Array;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt (-1 / +1 lines)
Lines 34-40 Link Here
34
34
35
                                    <p><a class="document xml" href="/cgi-bin/koha/labels/label-create-xml.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %][% batche.item_numbers | html %]">Download as XML</a></p>
35
                                    <p><a class="document xml" href="/cgi-bin/koha/labels/label-create-xml.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %][% batche.item_numbers | html %]">Download as XML</a></p>
36
                            [% ELSIF ( batche.batch_id) %]
36
                            [% ELSIF ( batche.batch_id) %]
37
                            <legend>Label Batch Number [% batche.batch_id | html %]</legend>
37
                            <legend>Label batch number [% batche.batch_id | html %]</legend>
38
                                    <p><a class="document pdf" href="/cgi-bin/koha/labels/label-create-pdf.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;start_label=[% batche.start_label | html %]">Download as PDF</a>
38
                                    <p><a class="document pdf" href="/cgi-bin/koha/labels/label-create-pdf.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;start_label=[% batche.start_label | html %]">Download as PDF</a>
39
                                </p>
39
                                </p>
40
                                <p>
40
                                <p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-1 / +1 lines)
Lines 451-457 Link Here
451
451
452
                                        [% IF Koha.Preference( 'OPACPrivacy') %]
452
                                        [% IF Koha.Preference( 'OPACPrivacy') %]
453
                                            <li id="patron-privacypref">
453
                                            <li id="patron-privacypref">
454
                                                <span class="label">Privacy Pref:</span>
454
                                                <span class="label">Privacy pref:</span>
455
                                                    [% IF ( patron.privacy == 0 ) %]Forever[% END %]
455
                                                    [% IF ( patron.privacy == 0 ) %]Forever[% END %]
456
                                                    [% IF ( patron.privacy == 1 ) %]Default[% END %]
456
                                                    [% IF ( patron.privacy == 1 ) %]Default[% END %]
457
                                                    [% IF ( patron.privacy == 2 ) %]Never[% END %]
457
                                                    [% IF ( patron.privacy == 2 ) %]Never[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
[% USE TablesSettings %]
7
[% USE TablesSettings %]
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Circulation History for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
10
<title>Circulation history for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
11
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
12
</head>
12
</head>
13
13
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt (-2 / +2 lines)
Lines 72-80 Link Here
72
72
73
                                            [% SWITCH unit.type %]
73
                                            [% SWITCH unit.type %]
74
                                            [%   CASE 'POINT' %]
74
                                            [%   CASE 'POINT' %]
75
                                            <span>PostScript Points</span>
75
                                            <span>PostScript points</span>
76
                                            [%   CASE 'AGATE' %]
76
                                            [%   CASE 'AGATE' %]
77
                                            <span>Adobe Agates</span>
77
                                            <span>Agates</span>
78
                                            [%   CASE 'INCH' %]
78
                                            [%   CASE 'INCH' %]
79
                                            <span>US Inches</span>
79
                                            <span>US Inches</span>
80
                                            [%   CASE 'MM' %]
80
                                            [%   CASE 'MM' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt (-1 / +1 lines)
Lines 74-80 Link Here
74
                        </form>
74
                        </form>
75
                    </div>
75
                    </div>
76
                    <div class="col-sm-6">
76
                    <div class="col-sm-6">
77
                    <h1>Delete Images</h1>
77
                    <h1>Delete images</h1>
78
                        [% IF ( TABLE ) %]
78
                        [% IF ( TABLE ) %]
79
                        <form name="delete_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data">
79
                        <form name="delete_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data">
80
                            <fieldset class="brief">
80
                            <fieldset class="brief">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/print.tt (-1 / +1 lines)
Lines 18-24 Link Here
18
                                <a class="document pdf" href="/cgi-bin/koha/patroncards/[% batche.create_script | html %]?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]]&amp;layout_back_id=[% batche.layout_back_id | html %]&amp;start_card=[% batche.start_card | html %][% batche.label_ids | html %]">label_single_[% batche.card_count | html %].pdf</a>
18
                                <a class="document pdf" href="/cgi-bin/koha/patroncards/[% batche.create_script | html %]?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]]&amp;layout_back_id=[% batche.layout_back_id | html %]&amp;start_card=[% batche.start_card | html %][% batche.label_ids | html %]">label_single_[% batche.card_count | html %].pdf</a>
19
                        </p>
19
                        </p>
20
                        [% ELSIF ( batche.borrower_numbers ) %]
20
                        [% ELSIF ( batche.borrower_numbers ) %]
21
                        <legend>[% batche.card_count | html %] Single Patron Cards</legend>
21
                        <legend>[% batche.card_count | html %] Single patron cards</legend>
22
                        <p>
22
                        <p>
23
                                <a class="document pdf" href="/cgi-bin/koha/patroncards/[% batche.create_script | html %]?template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;layout_back_id=[% batche.layout_back_id | html %]&amp;start_card=[% batche.start_card | html %][% batche.borrower_numbers | html %]">label_single_[% batche.card_count | html %].pdf</a>
23
                                <a class="document pdf" href="/cgi-bin/koha/patroncards/[% batche.create_script | html %]?template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;layout_back_id=[% batche.layout_back_id | html %]&amp;start_card=[% batche.start_card | html %][% batche.borrower_numbers | html %]">label_single_[% batche.card_count | html %].pdf</a>
24
                        </p>
24
                        </p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-disabled.tt (-1 / +1 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Upload Plugin &rsaquo; Plugins &rsaquo; Tools &rsaquo; Koha</title>
2
<title>Upload plugin &rsaquo; Plugins &rsaquo; Tools &rsaquo; Koha</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'calendar.inc' %]
4
[% INCLUDE 'calendar.inc' %]
5
</head>
5
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt (-5 / +5 lines)
Lines 59-68 Link Here
59
                    <li>
59
                    <li>
60
                [% END %]
60
                [% END %]
61
                [% SWITCH loopfilte.crit %]
61
                [% SWITCH loopfilte.crit %]
62
                    [% CASE 0 %]Period From
62
                    [% CASE 0 %]Period from
63
                    [% CASE 1 %]Period To
63
                    [% CASE 1 %]Period to
64
                    [% CASE 2 %]Patron Category =
64
                    [% CASE 2 %]Patron category =
65
                    [% CASE 3 %]Item Type =
65
                    [% CASE 3 %]Item type =
66
                    [% CASE 4 %]Issuing library =
66
                    [% CASE 4 %]Issuing library =
67
                    [% CASE 5 %]Collection =
67
                    [% CASE 5 %]Collection =
68
                    [% CASE 6 %]Location =
68
                    [% CASE 6 %]Location =
Lines 136-142 Link Here
136
                    <option value ="issue">Checkout</option>
136
                    <option value ="issue">Checkout</option>
137
                    <option value ="renew">Renewal</option>
137
                    <option value ="renew">Renewal</option>
138
                    <option value ="return">Checkin</option>
138
                    <option value ="return">Checkin</option>
139
                    <option value ="localuse">Local Use</option>
139
                    <option value ="localuse">Local use</option>
140
                    </select></td>
140
                    </select></td>
141
                <td colspan="2"><label for="DisplayBy">group by</label> <select name="DisplayBy" id="DisplayBy">
141
                <td colspan="2"><label for="DisplayBy">group by</label> <select name="DisplayBy" id="DisplayBy">
142
                    <option value="">None</option>
142
                    <option value="">None</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-1 / +1 lines)
Lines 243-249 Link Here
243
            });
243
            });
244
244
245
            // Checkboxes : Select All / None
245
            // Checkboxes : Select All / None
246
            $("span.checkall").html("<input type=\"checkbox\" name=\"CheckAll\"> "+_("Check All")+"</input>");
246
            $("span.checkall").html("<input type=\"checkbox\" name=\"CheckAll\"> "+_("Check all")+"</input>");
247
247
248
            $("#CheckAll").click(function() {
248
            $("#CheckAll").click(function() {
249
                $("#claimst tr:visible :checkbox").prop('checked', $("#CheckAll").is(':checked'));
249
                $("#claimst tr:visible :checkbox").prop('checked', $("#CheckAll").is(':checked'));
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt (-1 / +1 lines)
Lines 519-525 Link Here
519
    [% INCLUDE 'columns_settings.inc' %]
519
    [% INCLUDE 'columns_settings.inc' %]
520
    <script>
520
    <script>
521
        // the english words used in display purposes
521
        // the english words used in display purposes
522
        var text = new Array(_("Number"),_("Volume"),_("Issue"),_("Month"),_("Week"),_("Starting with:"),_("Rollover at:"),_("Choose Hemisphere:"),_("Northern"),_("Southern",
522
        var text = new Array(_("Number"),_("Volume"),_("Issue"),_("Month"),_("Week"),_("Starting with:"),_("Rollover at:"),_("Choose hemisphere:"),_("Northern"),_("Southern",
523
        "Autumn"),_("Winter"),_("Spring"),_("Summer"),_("Fall"),_("Season"),_("Year"));
523
        "Autumn"),_("Winter"),_("Spring"),_("Summer"),_("Fall"),_("Season"),_("Year"));
524
        $(document).ready(function() {
524
        $(document).ready(function() {
525
            $("#subscription_description").tabs();
525
            $("#subscription_description").tabs();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt (-1 / +1 lines)
Lines 56-62 tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } Link Here
56
  		[% IF ( op == 'approve' ) %]		Approved
56
  		[% IF ( op == 'approve' ) %]		Approved
57
  		[% ELSIF ( op == 'reject' ) %]	Rejected
57
  		[% ELSIF ( op == 'reject' ) %]	Rejected
58
  		[% ELSIF ( op == 'test' ) %]		Tested
58
  		[% ELSIF ( op == 'test' ) %]		Tested
59
  		[% ELSE %]Unknown Operation ([% op | html %]) on
59
        [% ELSE %]Unknown operation ([% op | html %]) on
60
  		[% END %]
60
  		[% END %]
61
	[% op_count | html %] Term(s).
61
	[% op_count | html %] Term(s).
62
  </div>
62
  </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-1 / +1 lines)
Lines 128-134 Link Here
128
                            </div> <!-- /#batch_mod_form -->
128
                            </div> <!-- /#batch_mod_form -->
129
129
130
                            <fieldset class="rows">
130
                            <fieldset class="rows">
131
                                <legend>Use MARC Modification Template:</legend>
131
                                <legend>Use MARC modification template:</legend>
132
                                <ol>
132
                                <ol>
133
                                    <li>
133
                                    <li>
134
                                        <label for="marc_modification_template_id" class="required">Modify record using the following template: </label>
134
                                        <label for="marc_modification_template_id" class="required">Modify record using the following template: </label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt (-3 / +3 lines)
Lines 54-67 Link Here
54
                    <div id="file_uploader_inst">
54
                    <div id="file_uploader_inst">
55
                        <ul>
55
                        <ul>
56
                        <li>The quote uploader accepts standard csv files with two columns: "source","text"</li>
56
                        <li>The quote uploader accepts standard csv files with two columns: "source","text"</li>
57
                        <li>Click the "Choose File" button and select the csv file to be uploaded.</li>
57
                        <li>Click the "Choose file" button and select the csv file to be uploaded.</li>
58
                        <li>The file will be imported into an editable table for review prior to saving.</li>
58
                        <li>The file will be imported into an editable table for review prior to saving.</li>
59
                        </ul>
59
                        </ul>
60
                    </div>
60
                    </div>
61
                    <div id="file_editor_inst">
61
                    <div id="file_editor_inst">
62
                        <ul>
62
                        <ul>
63
                        <li>Click on any field to edit the contents; Press the &lt;Enter&gt; key to save edit.</li>
63
                        <li>Click on any field to edit the contents; Press the &lt;Enter&gt; key to save edit.</li>
64
                        <li>Click the 'Save Quotes' button in the toolbar to save the entire batch of quotes.</li>
64
                        <li>Click the 'Save quotes' button in the toolbar to save the entire batch of quotes.</li>
65
                        </ul>
65
                        </ul>
66
                    </div>
66
                    </div>
67
                </fieldset>
67
                </fieldset>
Lines 142-148 Link Here
142
        function fnErrorHandler(evt) {
142
        function fnErrorHandler(evt) {
143
            switch(evt.target.error.code) {
143
            switch(evt.target.error.code) {
144
                case evt.target.error.NOT_FOUND_ERR:
144
                case evt.target.error.NOT_FOUND_ERR:
145
                    alert(_("File Not Found!"));
145
                    alert(_("File not Found!"));
146
                    break;
146
                    break;
147
                case evt.target.error.NOT_READABLE_ERR:
147
                case evt.target.error.NOT_READABLE_ERR:
148
                    alert(_("File is not readable"));
148
                    alert(_("File is not readable"));
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt (-1 / +1 lines)
Lines 30-36 Link Here
30
            </li>
30
            </li>
31
            <li>
31
            <li>
32
                <a href="#" aria-current="page">
32
                <a href="#" aria-current="page">
33
                    Upload Results
33
                    Upload results
34
                </a>
34
                </a>
35
            </li>
35
            </li>
36
        [% ELSE %]
36
        [% ELSE %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-3 / +3 lines)
Lines 49-55 Link Here
49
                                    [% IF number_of_public_shelves >= 10 %][% LAST %][% END %]
49
                                    [% IF number_of_public_shelves >= 10 %][% LAST %][% END %]
50
                                [% END %]
50
                                [% END %]
51
                                [% IF some_public_shelves > 10 %]
51
                                [% IF some_public_shelves > 10 %]
52
                                    <a class="dropdown-item listmenulink" href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=2" tabindex="-1" role="menuitem">View All</a>
52
                                    <a class="dropdown-item listmenulink" href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=2" tabindex="-1" role="menuitem">View all</a>
53
                                [% END %]
53
                                [% END %]
54
                            [% END %]
54
                            [% END %]
55
                            [% IF some_public_shelves.count > 0 %]
55
                            [% IF some_public_shelves.count > 0 %]
Lines 66-72 Link Here
66
                                            [% IF number_of_private_shelves >= 10 %][% LAST %][% END %]
66
                                            [% IF number_of_private_shelves >= 10 %][% LAST %][% END %]
67
                                        [% END %]
67
                                        [% END %]
68
                                        [% IF some_private_shelves > 10 %]
68
                                        [% IF some_private_shelves > 10 %]
69
                                            <a class="dropdown-item listmenulink" href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=1" tabindex="-1" role="menuitem">View All</a>
69
                                            <a class="dropdown-item listmenulink" href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=1" tabindex="-1" role="menuitem">View all</a>
70
                                        [% END %]
70
                                        [% END %]
71
                                    [% ELSE %]
71
                                    [% ELSE %]
72
                                        <a class="dropdown-item disabled" href="#" tabindex="-1" role="menuitem">No private lists</a>
72
                                        <a class="dropdown-item disabled" href="#" tabindex="-1" role="menuitem">No private lists</a>
Lines 381-387 Link Here
381
                                <h3>Shibboleth login</h3>
381
                                <h3>Shibboleth login</h3>
382
                                <p><a href="[% shibbolethLoginUrl | $raw %]">Log in using a Shibboleth account</a>.</p>
382
                                <p><a href="[% shibbolethLoginUrl | $raw %]">Log in using a Shibboleth account</a>.</p>
383
                                [% UNLESS Koha.Preference('opacShibOnly') %]
383
                                [% UNLESS Koha.Preference('opacShibOnly') %]
384
                                    <h3>Local Login</h3>
384
                                    <h3>Local login</h3>
385
                                [% END %]
385
                                [% END %]
386
                            [% END %]
386
                            [% END %]
387
                        [% END %]
387
                        [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt (-1 / +1 lines)
Lines 39-45 Link Here
39
                    [% IF Koha.Preference( 'OpacMaintenanceNotice' ) %]
39
                    [% IF Koha.Preference( 'OpacMaintenanceNotice' ) %]
40
                        [% Koha.Preference( 'OpacMaintenanceNotice' ) | $raw %]
40
                        [% Koha.Preference( 'OpacMaintenanceNotice' ) | $raw %]
41
                    [% ELSE %]
41
                    [% ELSE %]
42
                        <h1>System Maintenance</h1>
42
                        <h1>System maintenance</h1>
43
                            <p>
43
                            <p>
44
                                The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog is offline for system maintenance. We'll be back soon!
44
                                The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog is offline for system maintenance. We'll be back soon!
45
                                [% IF ( Koha.Preference( 'ReplytoDefault' ) ) %]
45
                                [% IF ( Koha.Preference( 'ReplytoDefault' ) ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt (-1 / +1 lines)
Lines 81-87 Link Here
81
                        [% IF ( SEARCH_RESULT.isbn ) %] [% SEARCH_RESULT.isbn | html %][% END %]
81
                        [% IF ( SEARCH_RESULT.isbn ) %] [% SEARCH_RESULT.isbn | html %][% END %]
82
       </p>
82
       </p>
83
[% IF Koha.Preference( 'RequestOnOpac' ) == 1 %]
83
[% IF Koha.Preference( 'RequestOnOpac' ) == 1 %]
84
<p><a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-reserve.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">Place Hold on <em>[% SEARCH_RESULT.title | html %]</em></a></p>
84
<p><a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-reserve.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">Place hold on <em>[% SEARCH_RESULT.title | html %]</em></a></p>
85
[% END %]
85
[% END %]
86
						]]></description>
86
						]]></description>
87
       <guid>[% OPACBaseURL | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]</guid>
87
       <guid>[% OPACBaseURL | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]</guid>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews-rss.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% USE KohaDates # XML declaration should have no white space before it %][% USE Koha %]<?xml version="1.0" encoding="utf-8"?>
1
[% USE KohaDates # XML declaration should have no white space before it %][% USE Koha %]<?xml version="1.0" encoding="utf-8"?>
2
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
2
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3
<channel>
3
<channel>
4
     <title><![CDATA[[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] Catalog Recent Comments]]></title>
4
     <title><![CDATA[[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog recent comments]]></title>
5
     <link>[% OPACBaseURL | html %]/cgi-bin/koha/opac-showreviews.pl&amp;format=rss2</link>
5
     <link>[% OPACBaseURL | html %]/cgi-bin/koha/opac-showreviews.pl&amp;format=rss2</link>
6
     <description><![CDATA[ The most recent comments from [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] Catalog. Comments can be made by logged in users and are moderated by library staff.]]></description>
6
     <description><![CDATA[ The most recent comments from [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] Catalog. Comments can be made by logged in users and are moderated by library staff.]]></description>
7
     <atom:link href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-showreviews.pl&amp;format=rss2" rel="self" type="application/rss+xml" />
7
     <atom:link href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-showreviews.pl&amp;format=rss2" rel="self" type="application/rss+xml" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-1 / +1 lines)
Lines 8-14 Link Here
8
[% SET opacsuggestion = AdditionalContents.get( location => "OpacSuggestioninstructions", lang => lang, library => Branches.GetLoggedInBranchcode ) %]
8
[% SET opacsuggestion = AdditionalContents.get( location => "OpacSuggestioninstructions", lang => lang, library => Branches.GetLoggedInBranchcode ) %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
<title>[% IF ( op_add ) %]Enter a new purchase suggestion[% END %]
10
<title>[% IF ( op_add ) %]Enter a new purchase suggestion[% END %]
11
[% IF ( op_else ) %]Purchase Suggestions[% END %] &rsaquo;
11
[% IF ( op_else ) %]Purchase suggestions[% END %] &rsaquo;
12
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
12
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
14
[% BLOCK cssinclude %][% END %]
14
[% BLOCK cssinclude %][% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-1 / +1 lines)
Lines 58-64 Link Here
58
            [% END %]
58
            [% END %]
59
59
60
                    <div id="usertags" class="maincontent">
60
                    <div id="usertags" class="maincontent">
61
                        <h1>All Tags</h1>
61
                        <h1>All tags</h1>
62
                        [% IF ( ERRORS ) %]
62
                        [% IF ( ERRORS ) %]
63
                            [% FOREACH ERROR IN ERRORS %]
63
                            [% FOREACH ERROR IN ERRORS %]
64
                                <div class="alert alert-warning">
64
                                <div class="alert alert-warning">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 / +2 lines)
Lines 218-227 Link Here
218
                            [% IF ( RESERVES.count ) %]<li><a href="#opac-user-holds">Holds ([% RESERVES.count | html %])</a></li>[% END %]
218
                            [% IF ( RESERVES.count ) %]<li><a href="#opac-user-holds">Holds ([% RESERVES.count | html %])</a></li>[% END %]
219
                            [% IF Koha.Preference('ArticleRequests') && logged_in_user.article_requests_current %]<li><a href="#opac-user-article-requests">Article requests ([% logged_in_user.article_requests_current.count | html %])</a></li>[% END %]
219
                            [% IF Koha.Preference('ArticleRequests') && logged_in_user.article_requests_current %]<li><a href="#opac-user-article-requests">Article requests ([% logged_in_user.article_requests_current.count | html %])</a></li>[% END %]
220
                            [% IF ( OverDriveCirculation ) %]
220
                            [% IF ( OverDriveCirculation ) %]
221
                            <li><a href="#opac-user-overdrive">OverDrive Account</a></li>
221
                            <li><a href="#opac-user-overdrive">OverDrive account</a></li>
222
                            [% END %]
222
                            [% END %]
223
                            [% IF ( RecordedBooksCirculation ) %]
223
                            [% IF ( RecordedBooksCirculation ) %]
224
                            <li><a href="#opac-user-recordedbooks">RecordedBooks Account</a></li>
224
                            <li><a href="#opac-user-recordedbooks">RecordedBooks account</a></li>
225
                            [% END %]
225
                            [% END %]
226
                        </ul>
226
                        </ul>
227
227
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt (-1 / +1 lines)
Lines 45-51 Link Here
45
45
46
                    <p>Scan each item and wait for the page to reload before scanning the next item.
46
                    <p>Scan each item and wait for the page to reload before scanning the next item.
47
                    The checked-out item should appear in your checkouts list.
47
                    The checked-out item should appear in your checkouts list.
48
                    The Submit button only needs to be clicked if you enter the barcode manually.</p>
48
                    The submit button only needs to be clicked if you enter the barcode manually.</p>
49
49
50
                    <h2>Step three: Click the 'Finish' button</h2>
50
                    <h2>Step three: Click the 'Finish' button</h2>
51
51
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt (-2 / +1 lines)
Lines 2-8 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Print Receipt for [% borrowernumber | html %] &rsaquo; Self checkout &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %]</title>
5
<title>Print receipt for [% borrowernumber | html %] &rsaquo; Self checkout &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %]</title>
6
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
<link rel="shortcut icon" href="[% IF ( OpacFavicon  ) %][% OpacFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" />
7
<link rel="shortcut icon" href="[% IF ( OpacFavicon  ) %][% OpacFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" />
8
[% IF ( bidi ) %]
8
[% IF ( bidi ) %]
9
- 

Return to bug 28438