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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc (-2 / +2 lines)
Lines 10-16 Link Here
10
10
11
    [% IF marcflavour == 'UNIMARC' %]
11
    [% IF marcflavour == 'UNIMARC' %]
12
        [% IF authid %]
12
        [% IF authid %]
13
            [% link = BLOCK %]<a href="[% authidurl _ authid | $raw %]">[% heading | html %]</a>[% END %]
13
            [% link = BLOCK %]<a href="[% authidurl _ authid | url %]">[% heading | html %]</a>[% END %]
14
        [% ELSE %]
14
        [% ELSE %]
15
            [% link = BLOCK %][% heading | html %][% END %]
15
            [% link = BLOCK %][% heading | html %][% END %]
16
        [% END %]
16
        [% END %]
Lines 28-34 Link Here
28
        <span class="heading">
28
        <span class="heading">
29
        [% IF ( linkType=='seealso' ) %]
29
        [% IF ( linkType=='seealso' ) %]
30
            [% IF ( authid ) %]
30
            [% IF ( authid ) %]
31
            <a href="[% authidurl | url %][% authid | url %]">[% heading | html %]</a>
31
            <a href="[% authidurl | url %][% authid | uri %]">[% heading | html %]</a>
32
            [% ELSE %]
32
            [% ELSE %]
33
            <a href="[% searchurl | url %][% heading | uri %]">[% heading | html %]</a>
33
            <a href="[% searchurl | url %][% heading | uri %]">[% heading | html %]</a>
34
            [% END %]
34
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc (-3 / +3 lines)
Lines 33-42 Link Here
33
      [% IF facet.active %]
33
      [% IF facet.active %]
34
        [% SET local_url = url _ "&amp;nolimit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %]
34
        [% SET local_url = url _ "&amp;nolimit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %]
35
        <span class="facet-label">[% facet.facet_label_value | html %]</span>
35
        <span class="facet-label">[% facet.facet_label_value | html %]</span>
36
        [<a href="[% local_url | uri %]" title="Remove facet [% facet.facet_link_value | html %]">x</a>]
36
        [<a href="[% local_url | url %]" title="Remove facet [% facet.facet_link_value | html %]">x</a>]
37
      [% ELSE %]
37
      [% ELSE %]
38
        [% SET local_url = url _ "&amp;limit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %]
38
        [% SET local_url = url _ "&amp;limit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %]
39
        <span class="facet-label"><a href="[% local_url | uri %]" title="[% facet.facet_title_value | html %]">[% facet.facet_label_value | html %]</a></span>
39
        <span class="facet-label"><a href="[% local_url | url %]" title="[% facet.facet_title_value | html %]">[% facet.facet_label_value | html %]</a></span>
40
        [% IF ( displayFacetCount ) %]
40
        [% IF ( displayFacetCount ) %]
41
          <span class="facet-count"> ([% facet.facet_count | html %])</span>
41
          <span class="facet-count"> ([% facet.facet_count | html %])</span>
42
        [% END %]
42
        [% END %]
Lines 45-51 Link Here
45
  [% END %]
45
  [% END %]
46
  [% IF ( facets_loo.expandable ) %]
46
  [% IF ( facets_loo.expandable ) %]
47
      <li class="showmore">
47
      <li class="showmore">
48
          <a href="[% url | uri %][% IF offset %]&amp;offset=[% offset |url %][% END %]&amp;expand=[% facets_loo.expand |url %]#[% facets_loo.type_id |url %]">Show more</a>
48
          <a href="[% url | url %][% IF offset %]&amp;offset=[% offset |url %][% END %]&amp;expand=[% facets_loo.expand |url %]#[% facets_loo.type_id |url %]">Show more</a>
49
      </li>
49
      </li>
50
  [% END %]
50
  [% END %]
51
</ul></li>
51
</ul></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-1 / +1 lines)
Lines 413-419 Link Here
413
                        </td>
413
                        </td>
414
                        <td><span title="[% batch_lis.staged_date | html %]">[% batch_lis.staged_date | $KohaDates with_hours => 1 | html %]</span></td>
414
                        <td><span title="[% batch_lis.staged_date | html %]">[% batch_lis.staged_date | $KohaDates with_hours => 1 | html %]</span></td>
415
                        <td>[% batch_lis.num_records | html %]</td>
415
                        <td>[% batch_lis.num_records | html %]</td>
416
                        <td><a href="[% batch_lis.scriptname | uri %]?import_batch_id=[% batch_lis.import_batch_id | uri %]&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]">Add orders</a></td>
416
                        <td><a href="[% batch_lis.scriptname | url %]?import_batch_id=[% batch_lis.import_batch_id | uri %]&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]">Add orders</a></td>
417
                      </tr>
417
                      </tr>
418
                      [% END %]
418
                      [% END %]
419
                    </tbody>
419
                    </tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% BLOCK csv_export %]
3
[% BLOCK csv_export %]
4
    <div class="btn-group">
4
    <div class="btn-group">
5
        <a id="exportbutton" class="btn btn-default btn-sm" href="[% script_name | html %]?op=export&amp;basketno=[% basketno | html %]&amp;booksellerid=[% booksellerid | html %]"><i class="fa fa-download"></i> Export as CSV</a>
5
        <a id="exportbutton" class="btn btn-default btn-sm" href="[% script_name | url %]?op=export&amp;basketno=[% basketno | html %]&amp;booksellerid=[% booksellerid | html %]"><i class="fa fa-download"></i> Export as CSV</a>
6
      <a class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></a>
6
      <a class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></a>
7
      <ul class="dropdown-menu" id="export-csv-menu">
7
      <ul class="dropdown-menu" id="export-csv-menu">
8
          <li><a href="#">Default</a></li>
8
          <li><a href="#">Default</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-4 / +4 lines)
Lines 144-154 function submitForm(form) { Link Here
144
                [% IF ( grouping ) %]
144
                [% IF ( grouping ) %]
145
                    [% IF (closedbg) %]
145
                    [% IF (closedbg) %]
146
                        <div id="toolbar" class="btn-toolbar">
146
                        <div id="toolbar" class="btn-toolbar">
147
                            <div class="btn-group"><a href="[% script_name | uri %]?op=reopen&amp;basketgroupid=[% basketgroupid | uri %]&amp;booksellerid=[% booksellerid | uri %]&amp;mode=singlebg" class="btn btn-default btn-sm" id="reopenbutton"><i class="fa fa-download"></i> Reopen this basket group</a></div>
147
                            <div class="btn-group"><a href="[% script_name | url %]?op=reopen&amp;basketgroupid=[% basketgroupid | uri %]&amp;booksellerid=[% booksellerid | uri %]&amp;mode=singlebg" class="btn btn-default btn-sm" id="reopenbutton"><i class="fa fa-download"></i> Reopen this basket group</a></div>
148
                            <div class="btn-group"><a href="[% script_name | uri %]?op=export&amp;basketgroupid=[% basketgroupid | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default btn-sm" id="exportbutton"><i class="fa fa-download"></i> Export this basket group as CSV</a></div>
148
                            <div class="btn-group"><a href="[% script_name | url %]?op=export&amp;basketgroupid=[% basketgroupid | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default btn-sm" id="exportbutton"><i class="fa fa-download"></i> Export this basket group as CSV</a></div>
149
                            <div class="btn-group"><a href="[% script_name | uri %]?op=print&amp;basketgroupid=[% basketgroupid | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default btn-sm" id="printbutton"><i class="fa fa-download"></i> Print this basket group in PDF</a></div>
149
                            <div class="btn-group"><a href="[% script_name | url %]?op=print&amp;basketgroupid=[% basketgroupid | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default btn-sm" id="printbutton"><i class="fa fa-download"></i> Print this basket group in PDF</a></div>
150
                        [% IF (ediaccount) %]
150
                        [% IF (ediaccount) %]
151
                            <div class="btn-group"><a href="[% script_name | uri %]?op=ediprint&amp;basketgroupid=[% basketgroupid | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default btn-sm" id="printbutton"><i class="fa fa-download"></i> Generate EDIFACT order</a></div>
151
                            <div class="btn-group"><a href="[% script_name | url %]?op=ediprint&amp;basketgroupid=[% basketgroupid | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default btn-sm" id="printbutton"><i class="fa fa-download"></i> Generate EDIFACT order</a></div>
152
                        [% END %]
152
                        [% END %]
153
                        </div>
153
                        </div>
154
                    [% END %]
154
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt (-1 / +1 lines)
Lines 58-64 Link Here
58
                <p>The order has been cancelled, although the record has not been deleted.</p>
58
                <p>The order has been cancelled, although the record has not been deleted.</p>
59
                [% END %]
59
                [% END %]
60
        [% END %]
60
        [% END %]
61
                <p><a href="[% referrer | uri %]">OK</a></p>
61
                <p><a href="[% referrer | url %]">OK</a></p>
62
            </div>
62
            </div>
63
      [% END %]
63
      [% END %]
64
64
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/modordernotes.tt (-1 / +1 lines)
Lines 34-40 Link Here
34
        <input type="hidden" name="type" value="[% type | html %]" />
34
        <input type="hidden" name="type" value="[% type | html %]" />
35
        <fieldset class="action">
35
        <fieldset class="action">
36
          <input type="submit" value="Save" />
36
          <input type="submit" value="Save" />
37
          <a class="cancel" href="[% referrer | html %]">Cancel</a>
37
          <a class="cancel" href="[% referrer | url %]">Cancel</a>
38
        </fieldset>
38
        </fieldset>
39
      </form>
39
      </form>
40
  </div>
40
  </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-1 / +1 lines)
Lines 264-270 Link Here
264
                <p><span class="label">Phone: </span>[% phone | html %]</p>
264
                <p><span class="label">Phone: </span>[% phone | html %]</p>
265
                <p><span class="label">Fax: </span>[% fax | html %]</p>
265
                <p><span class="label">Fax: </span>[% fax | html %]</p>
266
                [% IF ( url ) %]
266
                [% IF ( url ) %]
267
                    <p><span class="label">Website: </span><a href="[% url | uri %]">[% url | html %]</a></p>
267
                    <p><span class="label">Website: </span><a href="[% url | url %]">[% url | html %]</a></p>
268
                [% END %]
268
                [% END %]
269
                [% IF ( accountnumber ) %]
269
                [% IF ( accountnumber ) %]
270
                    <p><span class="label">Account number: </span>[% accountnumber | html %]</p>
270
                    <p><span class="label">Account number: </span>[% accountnumber | html %]</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt (-1 / +1 lines)
Lines 33-39 Link Here
33
                [% bookselleraddress2 | html %]
33
                [% bookselleraddress2 | html %]
34
                [% bookselleraddress3 | html %]
34
                [% bookselleraddress3 | html %]
35
                [% bookselleraddress4 | html %]
35
                [% bookselleraddress4 | html %]
36
                <a href="[% booksellerurl | uri %]">[% booksellerurl | html %]</a>
36
                <a href="[% booksellerurl | url %]">[% booksellerurl | html %]</a>
37
            </p>
37
            </p>
38
            <p><strong>Phone: </strong>
38
            <p><strong>Phone: </strong>
39
                [% booksellerphone | html %] / Fax:
39
                [% booksellerphone | html %] / Fax:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-4 / +4 lines)
Lines 10-16 Link Here
10
        </a>
10
        </a>
11
        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="budgetmenu_[% block_budget.budget_period_id | html %]">
11
        <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="budgetmenu_[% block_budget.budget_period_id | html %]">
12
              <li>
12
              <li>
13
                  <a href="[% script_name | uri %]?op=add_form&amp;budget_period_id=[% block_budget.budget_period_id | uri %]"><i class="fa fa-pencil"></i> Edit</a>
13
                  <a href="[% script_name | url %]?op=add_form&amp;budget_period_id=[% block_budget.budget_period_id | uri %]"><i class="fa fa-pencil"></i> Edit</a>
14
              </li>
14
              </li>
15
              [% IF block_budget.count %]
15
              [% IF block_budget.count %]
16
                  <li class="disabled">
16
                  <li class="disabled">
Lines 18-31 Link Here
18
                  </li>
18
                  </li>
19
              [% ELSE %]
19
              [% ELSE %]
20
                  <li>
20
                  <li>
21
                      <a href="[% script_name | uri %]?op=delete_confirm&amp;budget_period_id=[% block_budget.budget_period_id | uri %]"><i class="fa fa-trash"></i> Delete</a>
21
                      <a href="[% script_name | url %]?op=delete_confirm&amp;budget_period_id=[% block_budget.budget_period_id | uri %]"><i class="fa fa-trash"></i> Delete</a>
22
                  </li>
22
                  </li>
23
              [% END %]
23
              [% END %]
24
              <li>
24
              <li>
25
                  <a href="[% script_name | uri %]?op=duplicate_form&amp;budget_period_id=[% block_budget.budget_period_id | uri %]"><i class="fa fa-copy"></i> Duplicate</a>
25
                  <a href="[% script_name | url %]?op=duplicate_form&amp;budget_period_id=[% block_budget.budget_period_id | uri %]"><i class="fa fa-copy"></i> Duplicate</a>
26
              </li>
26
              </li>
27
              <li>
27
              <li>
28
                  <a href="[% script_name | uri %]?op=close_form&amp;budget_period_id=[% block_budget.budget_period_id | uri %]"><i class="fa fa-times-circle"></i> Close</a>
28
                  <a href="[% script_name | url %]?op=close_form&amp;budget_period_id=[% block_budget.budget_period_id | uri %]"><i class="fa fa-times-circle"></i> Close</a>
29
              </li>
29
              </li>
30
              <li>
30
              <li>
31
                  <a href="/cgi-bin/koha/admin/aqbudgets.pl?op=add_form&amp;budget_period_id=[% block_budget.budget_period_id | uri %]"><i class="fa fa-plus"></i> Add fund</a>
31
                  <a href="/cgi-bin/koha/admin/aqbudgets.pl?op=add_form&amp;budget_period_id=[% block_budget.budget_period_id | uri %]"><i class="fa fa-plus"></i> Add fund</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt (-3 / +3 lines)
Lines 151-164 Link Here
151
                    [% FOREACH loo IN loop %]
151
                    [% FOREACH loo IN loop %]
152
                        <tr>
152
                        <tr>
153
                        <td>
153
                        <td>
154
                            <a href="[% loo.script_name | uri %]?op=add_form&amp;booksellerid=[% loo.booksellerid | uri %]&amp;contractnumber=[% loo.contractnumber | uri %]">[% loo.contractname | html %]</a>
154
                            <a href="[% loo.script_name | url %]?op=add_form&amp;booksellerid=[% loo.booksellerid | uri %]&amp;contractnumber=[% loo.contractnumber | uri %]">[% loo.contractname | html %]</a>
155
                        </td>
155
                        </td>
156
                        <td>[% loo.contractdescription | html %]</td>
156
                        <td>[% loo.contractdescription | html %]</td>
157
                        <td>[% loo.contractstartdate | html %]</td>
157
                        <td>[% loo.contractstartdate | html %]</td>
158
                        <td>[% loo.contractenddate | html %]</td>
158
                        <td>[% loo.contractenddate | html %]</td>
159
                        <td class="actions">
159
                        <td class="actions">
160
                            <a href="[% loo.script_name | uri %]?op=add_form&amp;contractnumber=[% loo.contractnumber | uri %]&amp;booksellerid=[% loo.booksellerid | uri %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
160
                            <a href="[% loo.script_name | url %]?op=add_form&amp;contractnumber=[% loo.contractnumber | uri %]&amp;booksellerid=[% loo.booksellerid | uri %]" class="btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a>
161
                            <a href="[% loo.script_name | uri %]?op=delete_confirm&amp;contractnumber=[% loo.contractnumber | uri %]&amp;booksellerid=[% loo.booksellerid | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a>
161
                            <a href="[% loo.script_name | url %]?op=delete_confirm&amp;contractnumber=[% loo.contractnumber | uri %]&amp;booksellerid=[% loo.booksellerid | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a>
162
                        </td>
162
                        </td>
163
                        </tr>
163
                        </tr>
164
                    [% END %]
164
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (-1 / +1 lines)
Lines 301-307 Link Here
301
                [% IF ( loo.value_builder ) %] | <strong>Plugin:</strong>[% loo.value_builder | html %],[% END %]
301
                [% IF ( loo.value_builder ) %] | <strong>Plugin:</strong>[% loo.value_builder | html %],[% END %]
302
            [% END %]
302
            [% END %]
303
        </td>
303
        </td>
304
        <td><a href="[% loo.delete | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a></td>
304
        <td><a href="[% loo.delete | url %]" class="btn btn-default btn-xs"><i class="fa fa-trash"></i> Delete</a></td>
305
    </tr>
305
    </tr>
306
    [% END %]
306
    [% END %]
307
</table>
307
</table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-3 / +3 lines)
Lines 213-221 Link Here
213
                    <a class="btn btn-default btn-xs dropdown-toggle" id="authtagactions[% loo.tagfield | html %]" role="button" data-toggle="dropdown" href="#">
213
                    <a class="btn btn-default btn-xs dropdown-toggle" id="authtagactions[% loo.tagfield | html %]" role="button" data-toggle="dropdown" href="#">
214
                        Actions <b class="caret"></b></a>
214
                        Actions <b class="caret"></b></a>
215
                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="authtagactions[% loo.tagfield | html %]">
215
                    <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="authtagactions[% loo.tagfield | html %]">
216
                        <li><a href="[% loo.subfield_link | uri %]"><i class="fa fa-eye"></i> Subfields</a></li>
216
                        <li><a href="[% loo.subfield_link | url %]"><i class="fa fa-eye"></i> Subfields</a></li>
217
                        <li><a href="[% loo.edit | uri %]"><i class="fa fa-pencil"></i> Edit</a></li>
217
                        <li><a href="[% loo.edit | url %]"><i class="fa fa-pencil"></i> Edit</a></li>
218
                        <li><a href="[% loo.delete | uri %]"><i class="fa fa-trash"></i> Delete</a></li>
218
                        <li><a href="[% loo.delete | url %]"><i class="fa fa-trash"></i> Delete</a></li>
219
                    </ul>
219
                    </ul>
220
                </div>
220
                </div>
221
            </td>
221
            </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-1 / +1 lines)
Lines 222-228 Link Here
222
                            [% IF library.branchemail %]
222
                            [% IF library.branchemail %]
223
                                <br /><a href="mailto:[% library.branchemail | uri %]">[% library.branchemail | html %]</a>[% END %]
223
                                <br /><a href="mailto:[% library.branchemail | uri %]">[% library.branchemail | html %]</a>[% END %]
224
                            [% IF library.branchurl %]
224
                            [% IF library.branchurl %]
225
                                <br /><a href="[% library.branchurl | uri %]">[% library.branchurl | html %]</a>[% END %]
225
                                <br /><a href="[% library.branchurl | url %]">[% library.branchurl | html %]</a>[% END %]
226
                            [% IF library.opac_info %]
226
                            [% IF library.opac_info %]
227
                                <br />OPAC Info: <div>[% library.opac_info | $raw %]</div>[% END %]
227
                                <br />OPAC Info: <div>[% library.opac_info | $raw %]</div>[% END %]
228
                            [% IF library.branchnotes %]
228
                            [% IF library.branchnotes %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt (-6 / +6 lines)
Lines 188-195 Link Here
188
[% IF ( display_lists ) %]
188
[% IF ( display_lists ) %]
189
189
190
<div id="toolbar" class="btn-toolbar">
190
<div id="toolbar" class="btn-toolbar">
191
    <a class="btn btn-default btn-sm" id="newsource" href="[% script_name | html %]?op=add_source"><i class="fa fa-plus"></i> New classification source</a>
191
    <a class="btn btn-default btn-sm" id="newsource" href="[% script_name | url %]?op=add_source"><i class="fa fa-plus"></i> New classification source</a>
192
    <a class="btn btn-default btn-sm" id="newrule" href="[% script_name | html %]?op=add_sort_rule"><i class="fa fa-plus"></i> New filing rule</a>
192
    <a class="btn btn-default btn-sm" id="newrule" href="[% script_name | url %]?op=add_sort_rule"><i class="fa fa-plus"></i> New filing rule</a>
193
</div>
193
</div>
194
194
195
<h2>Classification sources</h2>
195
<h2>Classification sources</h2>
Lines 220-227 Link Here
220
    <td>[% IF ( class_source.used ) %]Yes[% ELSE %]No[% END %]</td>
220
    <td>[% IF ( class_source.used ) %]Yes[% ELSE %]No[% END %]</td>
221
    <td>[% class_source.sortrule | html %]</td>
221
    <td>[% class_source.sortrule | html %]</td>
222
    <td class="actions">
222
    <td class="actions">
223
      <a class="btn btn-default btn-xs" href="[% class_source.script_name | html %]?op=edit_source&amp;class_source=[% class_source.code | html %]"><i class="fa fa-pencil"></i> Edit</a>
223
      <a class="btn btn-default btn-xs" href="[% class_source.script_name | url %]?op=edit_source&amp;class_source=[% class_source.code | uri %]"><i class="fa fa-pencil"></i> Edit</a>
224
      <a class="btn btn-default btn-xs" href="[% class_source.script_name | html %]?op=delete_source&amp;class_source=[% class_source.code | html %]"><i class="fa fa-trash"></i> Delete</a>
224
      <a class="btn btn-default btn-xs" href="[% class_source.script_name | url %]?op=delete_source&amp;class_source=[% class_source.code | uri %]"><i class="fa fa-trash"></i> Delete</a>
225
    </td>
225
    </td>
226
  </tr>
226
  </tr>
227
  [% END %]
227
  [% END %]
Lines 253-260 Link Here
253
    <td>[% class_sort_rule.description | html %]</td>
253
    <td>[% class_sort_rule.description | html %]</td>
254
    <td>[% class_sort_rule.sort_routine | html %]</td>
254
    <td>[% class_sort_rule.sort_routine | html %]</td>
255
    <td class="actions">
255
    <td class="actions">
256
      <a class="btn btn-default btn-xs" href="[% class_sort_rule.script_name | html %]?op=edit_sort_rule&amp;sort_rule=[% class_sort_rule.rule | html %]"><i class="fa fa-pencil"></i> Edit</a>
256
      <a class="btn btn-default btn-xs" href="[% class_sort_rule.script_name | url %]?op=edit_sort_rule&amp;sort_rule=[% class_sort_rule.rule | uri %]"><i class="fa fa-pencil"></i> Edit</a>
257
      <a class="btn btn-default btn-xs" href="[% class_sort_rule.script_name | html %]?op=delete_sort_rule&amp;sort_rule=[% class_sort_rule.rule | html %]"><i class="fa fa-trash"></i> Delete</a>
257
      <a class="btn btn-default btn-xs" href="[% class_sort_rule.script_name | url %]?op=delete_sort_rule&amp;sort_rule=[% class_sort_rule.rule | uri %]"><i class="fa fa-trash"></i> Delete</a>
258
    </td>
258
    </td>
259
  </tr>
259
  </tr>
260
  [% END %]
260
  [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-1 / +1 lines)
Lines 96-102 Link Here
96
</ol></fieldset> 
96
</ol></fieldset> 
97
    <fieldset class="action">
97
    <fieldset class="action">
98
        <input type="submit" value="Save changes" />
98
        <input type="submit" value="Save changes" />
99
        <a class="cancel" href="[% script_name | html %]?frameworkcode=[% framework.frameworkcode | html %]">Cancel</a>
99
        <a class="cancel" href="[% script_name | url %]?frameworkcode=[% framework.frameworkcode | html %]">Cancel</a>
100
    </fieldset>
100
    </fieldset>
101
    </form>
101
    </form>
102
[% END %]
102
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-3 / +3 lines)
Lines 433-439 Link Here
433
[% IF ( display_list ) %]
433
[% IF ( display_list ) %]
434
434
435
<div id="toolbar" class="btn-toolbar">
435
<div id="toolbar" class="btn-toolbar">
436
    <a class="btn btn-default btn-sm" id="newrule" href="[% script_name | html %]?op=add_matching_rule"><i class="fa fa-plus"></i> New record matching rule</a>
436
    <a class="btn btn-default btn-sm" id="newrule" href="[% script_name | url %]?op=add_matching_rule"><i class="fa fa-plus"></i> New record matching rule</a>
437
</div>
437
</div>
438
438
439
<h2>Record matching rules</h2>
439
<h2>Record matching rules</h2>
Lines 459-466 Link Here
459
    <td>[% available_matching_rule.code | html %]</td>
459
    <td>[% available_matching_rule.code | html %]</td>
460
    <td>[% available_matching_rule.description | html %]</td>
460
    <td>[% available_matching_rule.description | html %]</td>
461
    <td class="actions">
461
    <td class="actions">
462
      <a class="btn btn-default btn-xs" href="[% available_matching_rule.script_name | html %]?op=edit_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id | html %]"><i class="fa fa-pencil"></i> Edit</a>
462
      <a class="btn btn-default btn-xs" href="[% available_matching_rule.script_name | url %]?op=edit_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id | uri %]"><i class="fa fa-pencil"></i> Edit</a>
463
      <a class="btn btn-default btn-xs" href="[% available_matching_rule.script_name | html %]?op=delete_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id | html %]"><i class="fa fa-trash"></i> Delete</a>
463
      <a class="btn btn-default btn-xs" href="[% available_matching_rule.script_name | url %]?op=delete_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id | uri %]"><i class="fa fa-trash"></i> Delete</a>
464
    </td>
464
    </td>
465
  </tr>
465
  </tr>
466
  [% END %]
466
  [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-3 / +3 lines)
Lines 218-224 Link Here
218
[% IF ( display_list ) %]
218
[% IF ( display_list ) %]
219
219
220
<div id="toolbar" class="btn-toolbar">
220
<div id="toolbar" class="btn-toolbar">
221
    <a class="btn btn-default btn-sm" id="newrule" href="[% script_name | html %]?op=add_attribute_type"><i class="fa fa-plus"></i> New patron attribute type</a>
221
    <a class="btn btn-default btn-sm" id="newrule" href="[% script_name | url %]?op=add_attribute_type"><i class="fa fa-plus"></i> New patron attribute type</a>
222
</div>
222
</div>
223
223
224
<h2>Patron attribute types</h2>
224
<h2>Patron attribute types</h2>
Lines 276-283 Link Here
276
                [% END %]
276
                [% END %]
277
            </td>
277
            </td>
278
            <td class="actions">
278
            <td class="actions">
279
              <a class="btn btn-default btn-xs" href="[% item.script_name | html %]?op=edit_attribute_type&amp;code=[% item.code | html %]"><i class="fa fa-pencil"></i> Edit</a>
279
              <a class="btn btn-default btn-xs" href="[% item.script_name | url %]?op=edit_attribute_type&amp;code=[% item.code | uri %]"><i class="fa fa-pencil"></i> Edit</a>
280
              <a class="btn btn-default btn-xs" href="[% item.script_name | html %]?op=delete_attribute_type&amp;code=[% item.code | html %]"><i class="fa fa-trash"></i> Delete</a>
280
              <a class="btn btn-default btn-xs" href="[% item.script_name | url %]?op=delete_attribute_type&amp;code=[% item.code | uri %]"><i class="fa fa-trash"></i> Delete</a>
281
            </td>
281
            </td>
282
          </tr>
282
          </tr>
283
        [% END %]
283
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/printers.tt (-1 / +1 lines)
Lines 154-160 Link Here
154
			<td>[% loo.printername | html %]</td>
154
			<td>[% loo.printername | html %]</td>
155
			<td>[% loo.printqueue | html %]</td>
155
			<td>[% loo.printqueue | html %]</td>
156
			<td>[% loo.printtype | html %]</td>
156
			<td>[% loo.printtype | html %]</td>
157
            <td class="actions"><a class="btn btn-default btn-xs" href="[% loo.script_name | html %]?op=add_form&amp;searchfield=[% loo.printername |uri %]"><i class="fa fa-pencil"></i> Edit</a> <a class="btn btn-default btn-xs" href="[% loo.script_name | html %]?op=delete_confirm&amp;searchfield=[% loo.printername |uri %]"><i class="fa fa-trash"></i> Delete</a></td>
157
            <td class="actions"><a class="btn btn-default btn-xs" href="[% loo.script_name | url %]?op=add_form&amp;searchfield=[% loo.printername |uri %]"><i class="fa fa-pencil"></i> Edit</a> <a class="btn btn-default btn-xs" href="[% loo.script_name | url %]?op=delete_confirm&amp;searchfield=[% loo.printername |uri %]"><i class="fa fa-trash"></i> Delete</a></td>
158
		</tr>
158
		</tr>
159
		[% END %]
159
		[% END %]
160
        </tbody>
160
        </tbody>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-3 / +3 lines)
Lines 236-242 Link Here
236
    [% IF ( else ) %]
236
    [% IF ( else ) %]
237
237
238
    <div id="toolbar" class="btn-toolbar">
238
    <div id="toolbar" class="btn-toolbar">
239
        <a class="btn btn-default btn-sm" id="newstopword" href="[% script_name | html %]?op=add_form"><i class="fa fa-plus"></i> New preference</a>
239
        <a class="btn btn-default btn-sm" id="newstopword" href="[% script_name | url %]?op=add_form"><i class="fa fa-plus"></i> New preference</a>
240
    </div>
240
    </div>
241
241
242
    [% IF ( tab != 'local_use' ) %]
242
    [% IF ( tab != 'local_use' ) %]
Lines 255-261 Link Here
255
    <tbody>[% FOREACH loo IN loop %]
255
    <tbody>[% FOREACH loo IN loop %]
256
        <tr>
256
        <tr>
257
257
258
        <td><strong><a href="[% loo.edit | uri %]">[% loo.variable | html %]</a></strong></td><td> [% loo.explanation | html %]</td>
258
        <td><strong><a href="[% loo.edit | url %]">[% loo.variable | html %]</a></strong></td><td> [% loo.explanation | html %]</td>
259
        [% IF ( loo.oneline ) %]
259
        [% IF ( loo.oneline ) %]
260
        <td class="single-line">
260
        <td class="single-line">
261
        [% ELSE %]
261
        [% ELSE %]
Lines 364-370 Link Here
364
            </form>
364
            </form>
365
        </td>
365
        </td>
366
366
367
        <td class="actions"><a class="btn btn-default btn-xs" href="[% loo.edit | html %]"><i class="fa fa-pencil"></i> Edit</a> <a class="btn btn-default btn-xs" href="[% loo.delete | html %]"><i class="fa fa-trash"></i> Delete</a></td>
367
        <td class="actions"><a class="btn btn-default btn-xs" href="[% loo.edit | url %]"><i class="fa fa-pencil"></i> Edit</a> <a class="btn btn-default btn-xs" href="[% loo.delete | url %]"><i class="fa fa-trash"></i> Delete</a></td>
368
    </tr>
368
    </tr>
369
    [% END %]</tbody>
369
    [% END %]</tbody>
370
    </table>
370
    </table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt (-1 / +1 lines)
Lines 206-212 Link Here
206
                            <label for="MyPublicLink">See your public page: </label>
206
                            <label for="MyPublicLink">See your public page: </label>
207
                            [% IF Koha.Preference('UsageStatsPublicID') %]
207
                            [% IF Koha.Preference('UsageStatsPublicID') %]
208
                                [% SET my_url = 'https://hea.koha-community.org/libraries/' _  Koha.Preference('UsageStatsPublicID') %]
208
                                [% SET my_url = 'https://hea.koha-community.org/libraries/' _  Koha.Preference('UsageStatsPublicID') %]
209
                                <a href="[% my_url | uri %]">[% my_url | html %]</a>
209
                                <a href="[% my_url | url %]">[% my_url | html %]</a>
210
                            [% ELSE %]
210
                            [% ELSE %]
211
                                You do not have anything public yet.
211
                                You do not have anything public yet.
212
                            [% END %]
212
                            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt (-4 / +4 lines)
Lines 43-49 Link Here
43
[% IF too_many_login_attempts %]
43
[% IF too_many_login_attempts %]
44
    <div id="login_error"><strong>Error: </strong>This account has been locked!</div>
44
    <div id="login_error"><strong>Error: </strong>This account has been locked!</div>
45
    [% IF Koha.Preference('OpacResetPassword') && Koha.Preference('OpacBaseURL') %]
45
    [% IF Koha.Preference('OpacResetPassword') && Koha.Preference('OpacBaseURL') %]
46
        <a href="[% Koha.Preference('OpacBaseURL') | uri %]/cgi-bin/koha/opac-password-recovery.pl">You must reset your password</a>.
46
        <a href="[% Koha.Preference('OpacBaseURL') | url %]/cgi-bin/koha/opac-password-recovery.pl">You must reset your password</a>.
47
    [% END %]
47
    [% END %]
48
[% ELSIF invalid_username_or_password %]
48
[% ELSIF invalid_username_or_password %]
49
<div id="login_error"><strong>Error: </strong>Invalid username or password</div>
49
<div id="login_error"><strong>Error: </strong>Invalid username or password</div>
Lines 54-60 Link Here
54
[% IF (invalidShibLogin ) %]
54
[% IF (invalidShibLogin ) %]
55
<div id="login_error"><Strong>Error: </strong>Shibboleth login failed</div>
55
<div id="login_error"><Strong>Error: </strong>Shibboleth login failed</div>
56
[% END %]
56
[% END %]
57
<p>If you have a shibboleth account, please <a href="[% shibbolethLoginUrl | uri %]">click here</a> to login.</p>
57
<p>If you have a shibboleth account, please <a href="[% shibbolethLoginUrl | url %]">click here</a> to login.</p>
58
[% END %]
58
[% END %]
59
59
60
<!-- login prompt time-->
60
<!-- login prompt time-->
Lines 95-108 Link Here
95
[% END %]
95
[% END %]
96
96
97
[% IF ( casServerUrl ) %]
97
[% IF ( casServerUrl ) %]
98
    <p><a href="[% casServerUrl | uri %]">If you have a CAS account, please click here to login</a>.<p>
98
    <p><a href="[% casServerUrl | url %]">If you have a CAS account, please click here to login</a>.<p>
99
[% END %]
99
[% END %]
100
100
101
[% IF ( casServersLoop ) %]
101
[% IF ( casServersLoop ) %]
102
    <p>If you have a CAS account, please choose against which one you would like to authenticate:</p>
102
    <p>If you have a CAS account, please choose against which one you would like to authenticate:</p>
103
<ul>
103
<ul>
104
    [% FOREACH casServer IN casServersLoop %]
104
    [% FOREACH casServer IN casServersLoop %]
105
        <li><a href="[% casServer.value | uri %]">[% casServer.name | html %]</a></li>
105
        <li><a href="[% casServer.value | url %]">[% casServer.name | html %]</a></li>
106
    [% END %]
106
    [% END %]
107
[% END %]
107
[% END %]
108
[% END %]
108
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt (-3 / +3 lines)
Lines 156-162 Link Here
156
                                                [% FOREACH MARCNOTE IN BIBLIO_RESULT.MARCNOTES %]
156
                                                [% FOREACH MARCNOTE IN BIBLIO_RESULT.MARCNOTES %]
157
                                                    <p>
157
                                                    <p>
158
                                                    [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
158
                                                    [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
159
                                                        - <a href="[% MARCNOTE.marcnote | uri %]">[% MARCNOTE.marcnote | html %]</a>
159
                                                        - <a href="[% MARCNOTE.marcnote | url %]">[% MARCNOTE.marcnote | html %]</a>
160
                                                    [% ELSE %]
160
                                                    [% ELSE %]
161
                                                        - [% MARCNOTE.marcnote | html %]
161
                                                        - [% MARCNOTE.marcnote | html %]
162
                                                    [% END %]
162
                                                    [% END %]
Lines 207-213 Link Here
207
                                            <td>
207
                                            <td>
208
                                               [% FOREACH MARCurl IN BIBLIO_RESULT.MARCURLS %]
208
                                               [% FOREACH MARCurl IN BIBLIO_RESULT.MARCURLS %]
209
                                                    [% IF MARCurl.part %]<p>[% MARCurl.part | html %]</p>[% END %]
209
                                                    [% IF MARCurl.part %]<p>[% MARCurl.part | html %]</p>[% END %]
210
                                                    <a href="[% MARCurl.MARCURL | uri %]" title="[% MARCurl.MARCURL | html %]">[% MARCurl.linktext | html %]</a>
210
                                                    <a href="[% MARCurl.MARCURL | url %]" title="[% MARCurl.MARCURL | html %]">[% MARCurl.linktext | html %]</a>
211
                                                    [% IF MARCurl.notes %]
211
                                                    [% IF MARCurl.notes %]
212
                                                        [% FOREACH note IN MARCurl.notes %]
212
                                                        [% FOREACH note IN MARCurl.notes %]
213
                                                            <p>[% note.note | html %]</p>
213
                                                            <p>[% note.note | html %]</p>
Lines 262-268 Link Here
262
                                            <input type="checkbox" class="select_record" value="[% BIBLIO_RESULT.biblionumber | html %]" name="bib[% BIBLIO_RESULT.biblionumber | html %]" id="bib[% BIBLIO_RESULT.biblionumber | html %]" />
262
                                            <input type="checkbox" class="select_record" value="[% BIBLIO_RESULT.biblionumber | html %]" name="bib[% BIBLIO_RESULT.biblionumber | html %]" id="bib[% BIBLIO_RESULT.biblionumber | html %]" />
263
                                        </td>
263
                                        </td>
264
                                        <td>
264
                                        <td>
265
                                            <a href="[% BIBLIO_RESULT.dest | uri %]?biblionumber=[% BIBLIO_RESULT.biblionumber | uri %]" class="open_title">
265
                                            <a href="[% BIBLIO_RESULT.dest | url %]?biblionumber=[% BIBLIO_RESULT.biblionumber | uri %]" class="open_title">
266
                                                [% BIBLIO_RESULT.title |html %]
266
                                                [% BIBLIO_RESULT.title |html %]
267
                                                [% FOREACH subtitl IN BIBLIO_RESULT.subtitle %]
267
                                                [% FOREACH subtitl IN BIBLIO_RESULT.subtitle %]
268
                                                    [% subtitl.subfield | html %]
268
                                                    [% subtitl.subfield | html %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt (-1 / +1 lines)
Lines 12-18 Link Here
12
        -->
12
        -->
13
    </style>
13
    </style>
14
    [% IF ( stylesheet ) %]
14
    [% IF ( stylesheet ) %]
15
    <link rel="stylesheet" type="text/css" href="[% stylesheet | html %]">
15
    <link rel="stylesheet" type="text/css" href="[% stylesheet | url %]">
16
    [% END %]
16
    [% END %]
17
</head>
17
</head>
18
<body id="batch_print-notices" class="batch">
18
<body id="batch_print-notices" class="batch">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt (-1 / +1 lines)
Lines 75-81 Link Here
75
                    <span class="subfield-label">&nbsp;
75
                    <span class="subfield-label">&nbsp;
76
                    [% UNLESS ( subfiel.hide_marc ) %]<span class="subfield-code">[% subfiel.marc_subfield | html %]</span>[% END %]
76
                    [% UNLESS ( subfiel.hide_marc ) %]<span class="subfield-code">[% subfiel.marc_subfield | html %]</span>[% END %]
77
                    <span class="desc" title="[% subfiel.long_desc | html %]">[% subfiel.short_desc | html %]</span></span>
77
                    <span class="desc" title="[% subfiel.long_desc | html %]">[% subfiel.short_desc | html %]</span></span>
78
                    [% IF ( subfiel.is_url ) %]<a href="[% subfiel.marc_value | uri %]">[% subfiel.marc_value | html %]</a>[% ELSE %][% subfiel.marc_value | html %][% END %]
78
                    [% IF ( subfiel.is_url ) %]<a href="[% subfiel.marc_value | url %]">[% subfiel.marc_value | html %]</a>[% ELSE %][% subfiel.marc_value | html %][% END %]
79
                    [% IF ( subfiel.link ) %]
79
                    [% IF ( subfiel.link ) %]
80
                        <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=[% subfiel.link | uri %],phr&amp;type=intranet&amp;q=[% subfiel.marc_value |url %]">
80
                        <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&amp;idx=[% subfiel.link | uri %],phr&amp;type=intranet&amp;q=[% subfiel.marc_value |url %]">
81
                            <img src="[% interface | html %]/[% theme | html %]/img/filefind.png" height="15" title="Search on [% subfiel.marc_value | html %]" alt="Search on [% subfiel.marc_value | html %]" />
81
                            <img src="[% interface | html %]/[% theme | html %]/img/filefind.png" height="15" title="Search on [% subfiel.marc_value | html %]" alt="Search on [% subfiel.marc_value | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-5 / +5 lines)
Lines 193-199 Link Here
193
		<li>[% IF ( MARCurl.part ) %][% MARCurl.part | html %]
193
		<li>[% IF ( MARCurl.part ) %][% MARCurl.part | html %]
194
			<br />[% END %] 
194
			<br />[% END %] 
195
		<!-- here you might do a tmpl_if name="toc" and use greybox or equivalent for table of contents -->
195
		<!-- here you might do a tmpl_if name="toc" and use greybox or equivalent for table of contents -->
196
        <a href="[% MARCurl.MARCURL | uri %]" title="[% MARCurl.MARCURL | html %]">[% MARCurl.linktext | html %]</a>
196
        <a href="[% MARCurl.MARCURL | url %]" title="[% MARCurl.MARCURL | html %]">[% MARCurl.linktext | html %]</a>
197
			[% IF ( MARCurl.notes ) %]<ul>[% FOREACH note IN MARCurl.notes %]<li>[% note.note | html %]</li>[% END %]</ul>[% END %]</li>
197
			[% IF ( MARCurl.notes ) %]<ul>[% FOREACH note IN MARCurl.notes %]<li>[% note.note | html %]</li>[% END %]</ul>[% END %]</li>
198
            [% END %]</ul>
198
            [% END %]</ul>
199
</li>
199
</li>
Lines 201-207 Link Here
201
201
202
    [% IF ( OPACBaseURL ) %]
202
    [% IF ( OPACBaseURL ) %]
203
        <li><strong>OPAC view:</strong>
203
        <li><strong>OPAC view:</strong>
204
        <a href="[% OPACBaseURL | uri %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | uri %]" target="_blank">Open in new window</a>
204
        <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | uri %]" target="_blank">Open in new window</a>
205
        </li>
205
        </li>
206
    [% END %]
206
    [% END %]
207
        <li id="catalogue_detail_marc_preview">
207
        <li id="catalogue_detail_marc_preview">
Lines 265-271 Link Here
265
        [% IF ( urlS ) %]
265
        [% IF ( urlS ) %]
266
            <li><strong>URL:</strong>
266
            <li><strong>URL:</strong>
267
                [% FOREACH url IN urlS %]
267
                [% FOREACH url IN urlS %]
268
                    <a href="[% url.url | uri %]">[% url.url | html %]</a>
268
                    <a href="[% url.url | url %]">[% url.url | html %]</a>
269
                [% END %]
269
                [% END %]
270
            </li>
270
            </li>
271
        [% END %]
271
        [% END %]
Lines 505-511 Link Here
505
                    <td class="dateaccessioned"><span title="[% item.dateaccessioned | html %]">[% item.dateaccessioned | $KohaDates %]</span></td>
505
                    <td class="dateaccessioned"><span title="[% item.dateaccessioned | html %]">[% item.dateaccessioned | $KohaDates %]</span></td>
506
                    <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type | uri %]&amp;itemnumber=[% item.itemnumber | uri %]&amp;biblionumber=[% item.biblionumber | uri %]&amp;bi=[% item.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a></td>
506
                    <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type | uri %]&amp;itemnumber=[% item.itemnumber | uri %]&amp;biblionumber=[% item.biblionumber | uri %]&amp;bi=[% item.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a></td>
507
                    [% IF ( itemdata_uri ) %]
507
                    [% IF ( itemdata_uri ) %]
508
                        <td class="uri"><a href="[% item.uri | uri %]">[% item.uri | html %]</a></td>
508
                        <td class="uri"><a href="[% item.uri | url %]">[% item.uri | html %]</a></td>
509
                    [% END %]
509
                    [% END %]
510
                    [% IF ( itemdata_copynumber ) %]
510
                    [% IF ( itemdata_copynumber ) %]
511
                        <td class="copynumber">[% item.copynumber | html %]</td>
511
                        <td class="copynumber">[% item.copynumber | html %]</td>
Lines 631-637 Link Here
631
    [% FOREACH MARCNOTE IN MARCNOTES %]
631
    [% FOREACH MARCNOTE IN MARCNOTES %]
632
        <p>
632
        <p>
633
        [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
633
        [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
634
            <a href="[% MARCNOTE.marcnote | uri %]">[% MARCNOTE.marcnote | html %]</a>
634
            <a href="[% MARCNOTE.marcnote | url %]">[% MARCNOTE.marcnote | html %]</a>
635
        [% ELSE %]
635
        [% ELSE %]
636
            [% MARCNOTE.marcnote FILTER html_line_break | html %]
636
            [% MARCNOTE.marcnote FILTER html_line_break | html %]
637
        [% END %]
637
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-1 / +1 lines)
Lines 476-482 Link Here
476
476
477
                          [% IF ( OPACBaseURL ) %]
477
                          [% IF ( OPACBaseURL ) %]
478
                              <span class="view-in-opac">
478
                              <span class="view-in-opac">
479
                                | <a href="[% Koha.Preference('OPACBaseURL') | uri %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]" target="_blank">OPAC view</a>
479
                                | <a href="[% Koha.Preference('OPACBaseURL') | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]" target="_blank">OPAC view</a>
480
                              </span>
480
                              </span>
481
                          [% END %]
481
                          [% END %]
482
482
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-1 / +1 lines)
Lines 225-231 function confirm_deletion() { Link Here
225
                          [% END %]
225
                          [% END %]
226
                        [% END %]
226
                        [% END %]
227
                            [% IF ( OPACBaseURL ) %]
227
                            [% IF ( OPACBaseURL ) %]
228
                                <li class="view-in-opac"><a target="_blank" href="[% Koha.Preference('OPACBaseURL') | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | html %]">OPAC view</a></li>
228
                                <li class="view-in-opac"><a target="_blank" href="[% Koha.Preference('OPACBaseURL') | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | uri %]">OPAC view</a></li>
229
                            [% END %]
229
                            [% END %]
230
                          </ul>
230
                          </ul>
231
                          </div>
231
                          </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt (-1 / +1 lines)
Lines 13-19 Link Here
13
[% END %]
13
[% END %]
14
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
15
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
15
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
16
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | html %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
16
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
17
[% Asset.css("css/print.css") | $raw %]
17
[% Asset.css("css/print.css") | $raw %]
18
[% IF ( Koha.Preference('SlipCSS') ) %]
18
[% IF ( Koha.Preference('SlipCSS') ) %]
19
<link rel="stylesheet" type="text/css" href="[% Koha.Preference('SlipCSS') | $raw %]" />
19
<link rel="stylesheet" type="text/css" href="[% Koha.Preference('SlipCSS') | $raw %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-1 / +1 lines)
Lines 28-34 Link Here
28
28
29
        <h2>Holds awaiting pickup for your library on: [% show_date | $KohaDates %]
29
        <h2>Holds awaiting pickup for your library on: [% show_date | $KohaDates %]
30
            [% IF ( all_branches_link ) %]
30
            [% IF ( all_branches_link ) %]
31
            <span style="margin-left:20px"><a href="[% all_branches_link | uri %]">
31
            <span style="margin-left:20px"><a href="[% all_branches_link | url %]">
32
            View all libraries</a></span>
32
            View all libraries</a></span>
33
            [% END %]
33
            [% END %]
34
        </h2>
34
        </h2>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-2 / +2 lines)
Lines 156-164 Link Here
156
156
157
                            <td>
157
                            <td>
158
                                [% IF (cr.item.uri) %]
158
                                [% IF (cr.item.uri) %]
159
                                    <a href="[% cr.item.uri | uri %]">Item URI</a>
159
                                    <a href="[% cr.item.uri | url %]">Item URI</a>
160
                                [% ELSIF (cr.biblioitem.url) %]
160
                                [% ELSIF (cr.biblioitem.url) %]
161
                                    <a href="[% cr.biblioitem.url | uri %]">Record URL</a>
161
                                    <a href="[% cr.biblioitem.url | url %]">Record URL</a>
162
                                [% END %]
162
                                [% END %]
163
                            </td>
163
                            </td>
164
164
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-4 / +4 lines)
Lines 409-415 Link Here
409
                            </fieldset>
409
                            </fieldset>
410
                            <fieldset class="action">
410
                            <fieldset class="action">
411
                                <input type="submit" class="btn btn-default" value="Send email"/>
411
                                <input type="submit" class="btn btn-default" value="Send email"/>
412
                                <span><a href="[% ill_url | uri %]" title="Return to request details">Cancel</a></span>
412
                                <span><a href="[% ill_url | url %]" title="Return to request details">Cancel</a></span>
413
                            </fieldset>
413
                            </fieldset>
414
                        </form>
414
                        </form>
415
                    [% ELSE %]
415
                    [% ELSE %]
Lines 417-423 Link Here
417
                            <legend>Interlibrary loan request details</legend>
417
                            <legend>Interlibrary loan request details</legend>
418
                            <p>No partners have been defined yet. Please create appropriate patron records (by default ILLLIBS category).</p>
418
                            <p>No partners have been defined yet. Please create appropriate patron records (by default ILLLIBS category).</p>
419
                            <p>Be sure to provide email addresses for these patrons.</p>
419
                            <p>Be sure to provide email addresses for these patrons.</p>
420
                            <p><span><a href="[% ill_url | uri %]" title="Return to request details">Cancel</a></span></p>
420
                            <p><span><a href="[% ill_url | url %]" title="Return to request details">Cancel</a></span></p>
421
                        </fieldset>
421
                        </fieldset>
422
                    [% END %]
422
                    [% END %]
423
                <!-- generic_confirm ends here -->
423
                <!-- generic_confirm ends here -->
Lines 535-541 Link Here
535
                                <div class="borrowernumber">
535
                                <div class="borrowernumber">
536
                                    <span class="label borrowernumber">Patron:</span>
536
                                    <span class="label borrowernumber">Patron:</span>
537
                                    [% borrowerlink = "/cgi-bin/koha/members/moremember.pl" _ "?borrowernumber=" _ request.patron.borrowernumber %]
537
                                    [% borrowerlink = "/cgi-bin/koha/members/moremember.pl" _ "?borrowernumber=" _ request.patron.borrowernumber %]
538
                                    <a href="[% borrowerlink | uri %]" title="View borrower details">
538
                                    <a href="[% borrowerlink | url %]" title="View borrower details">
539
                                    [% request.patron.firstname _ " " _ request.patron.surname _ " [" _ request.patron.cardnumber _ "]" | html %]
539
                                    [% request.patron.firstname _ " " _ request.patron.surname _ " [" _ request.patron.cardnumber _ "]" | html %]
540
                                    </a>
540
                                    </a>
541
                                </div>
541
                                </div>
Lines 631-637 Link Here
631
                                [% FOREACH comment IN request.illcomments %]
631
                                [% FOREACH comment IN request.illcomments %]
632
                                    <div class="rows comment_[% comment.patron.categorycode | html %]">
632
                                    <div class="rows comment_[% comment.patron.categorycode | html %]">
633
                                    <h5>Comment by:
633
                                    <h5>Comment by:
634
                                    <a href="[% borrowerlink | uri %]" title="View borrower details">
634
                                    <a href="[% borrowerlink | url %]" title="View borrower details">
635
                                    [% comment.patron.firstname _ " " _ comment.patron.surname _ " [" _ comment.patron.cardnumber _ "]" | html %]</a>
635
                                    [% comment.patron.firstname _ " " _ comment.patron.surname _ " [" _ comment.patron.cardnumber _ "]" | html %]</a>
636
                                    [% comment.timestamp | $KohaDates with_hours => 1 %]</h5>
636
                                    [% comment.timestamp | $KohaDates with_hours => 1 %]</h5>
637
                                    <p>[% comment.comment | html %]</p>
637
                                    <p>[% comment.comment | html %]</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-1 / +1 lines)
Lines 234-240 canned reports and writing custom SQL reports.</p> Link Here
234
                        </td>
234
                        </td>
235
                        <td class="report_json_url">
235
                        <td class="report_json_url">
236
                        [% IF (savedreport.public) %]
236
                        [% IF (savedreport.public) %]
237
                            <a href="[% OPACBaseURL | uri %]/cgi-bin/koha/svc/report?id=[% savedreport.id | uri %]">[% OPACBaseURL | html %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a>
237
                            <a href="[% OPACBaseURL | url %]/cgi-bin/koha/svc/report?id=[% savedreport.id | uri %]">[% OPACBaseURL | html %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a>
238
                        [% ELSE %]
238
                        [% ELSE %]
239
                            <a href="/cgi-bin/koha/svc/report?id=[% savedreport.id | uri %]">[% Koha.Preference('staffClientBaseURL') | html %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a>
239
                            <a href="/cgi-bin/koha/svc/report?id=[% savedreport.id | uri %]">[% Koha.Preference('staffClientBaseURL') | html %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a>
240
                        [% END %]
240
                        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-batchedit.tt (-1 / +1 lines)
Lines 155-161 Link Here
155
155
156
                        <fieldset class="action">
156
                        <fieldset class="action">
157
                            <button type="submit" name="batchedit" value="1">Save</button>
157
                            <button type="submit" name="batchedit" value="1">Save</button>
158
                            <a class="cancel" href="[% referrer | html %]">Cancel</a>
158
                            <a class="cancel" href="[% referrer | url %]">Cancel</a>
159
                        </fieldset>
159
                        </fieldset>
160
                    </form>
160
                    </form>
161
                </div>
161
                </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt (-1 / +1 lines)
Lines 84-90 Link Here
84
        [% IF ( OPACBaseURL ) %]
84
        [% IF ( OPACBaseURL ) %]
85
            <li>
85
            <li>
86
                <span class="label">OPAC view:</span>
86
                <span class="label">OPAC view:</span>
87
                <a id="view-subscription-in-opac" target="_blank" href="[% Koha.Preference('OPACBaseURL') | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | html %]">Open in new window.</a>
87
                <a id="view-subscription-in-opac" target="_blank" href="[% Koha.Preference('OPACBaseURL') | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | uri %]">Open in new window.</a>
88
            </li>
88
            </li>
89
        [% END %]
89
        [% END %]
90
[% IF ( branchcode ) %]<li><span class="label">Library:</span> [% Branches.GetName( branchcode ) | html %]</li>[% END %]
90
[% IF ( branchcode ) %]<li><span class="label">Library:</span> [% Branches.GetName( branchcode ) | html %]</li>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-1 / +1 lines)
Lines 405-411 Link Here
405
			<input type="text" readonly="readonly" id="total" name="total" size="10" value="[% total | html %]"/>
405
			<input type="text" readonly="readonly" id="total" name="total" size="10" value="[% total | html %]"/>
406
                </li></ol>
406
                </li></ol>
407
    </fieldset><input type="hidden" id="returnsuggested" name="returnsuggested" value="[% IF ( returnsuggestedby ) %][% returnsuggestedby | html %][% ELSE %]noone[% END %]"/>
407
    </fieldset><input type="hidden" id="returnsuggested" name="returnsuggested" value="[% IF ( returnsuggestedby ) %][% returnsuggestedby | html %][% ELSE %]noone[% END %]"/>
408
    <fieldset class="action"><input type="hidden" name="op" value="[% op | html %]" />[% IF ( suggestionid ) %]<input type="submit" value="Save" /> <a class="cancel" href="[% IF ( returnsuggestedby ) %]/cgi-bin/koha/members/moremember.pl?borrowernumber=[% returnsuggestedby | html %]#suggestions[% ELSE %]suggestion.pl[% END %]">Cancel</a>[% ELSE %]<input type="submit" value="Submit your suggestion" /> <a class="cancel" href="suggestion.pl">Cancel</a>[% END %]
408
    <fieldset class="action"><input type="hidden" name="op" value="[% op | html %]" />[% IF ( suggestionid ) %]<input type="submit" value="Save" /> <a class="cancel" href="[% IF ( returnsuggestedby ) %]/cgi-bin/koha/members/moremember.pl?borrowernumber=[% returnsuggestedby | uri %]#suggestions[% ELSE %]suggestion.pl[% END %]">Cancel</a>[% ELSE %]<input type="submit" value="Submit your suggestion" /> <a class="cancel" href="suggestion.pl">Cancel</a>[% END %]
409
    </fieldset>
409
    </fieldset>
410
    </form>
410
    </form>
411
[% END %]
411
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt (-3 / +3 lines)
Lines 118-124 Link Here
118
    <ul>
118
    <ul>
119
    [% FOREACH simple_items_displa IN simple_items_display %]
119
    [% FOREACH simple_items_displa IN simple_items_display %]
120
        <li>
120
        <li>
121
            <a href="[% simple_items_displa.itemnumber | uri %]">[% simple_items_displa.barcode | html %]</a>
121
            <a href="[% simple_items_displa.itemnumber | url %]">[% simple_items_displa.barcode | html %]</a>
122
        </li>
122
        </li>
123
    [% END %]
123
    [% END %]
124
    </ul>
124
    </ul>
Lines 164-170 Link Here
164
            [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Delete items in a batch%]
164
            [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Delete items in a batch%]
165
                <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]">Return to the record</a>
165
                <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]">Return to the record</a>
166
            [% ELSIF src %]
166
            [% ELSIF src %]
167
                <a href="[% src | uri %]">Return to where you were</a>
167
                <a href="[% src | url %]">Return to where you were</a>
168
            [% ELSE %]
168
            [% ELSE %]
169
                <a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Return to batch item deletion</a>
169
                <a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Return to batch item deletion</a>
170
            [% END %]
170
            [% END %]
Lines 199-205 Link Here
199
        [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Delete items in a batch%]
199
        [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Delete items in a batch%]
200
           <a class="btn btn-default" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | html %]"><i class="fa fa-check-square-o"></i> Return to the record</a>
200
           <a class="btn btn-default" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | html %]"><i class="fa fa-check-square-o"></i> Return to the record</a>
201
        [% ELSIF src %]
201
        [% ELSIF src %]
202
           <a class="btn btn-default" href="[% src | html %]"><i class="fa fa-check-square-o"></i> Return to where you were</a>
202
           <a class="btn btn-default" href="[% src | url %]"><i class="fa fa-check-square-o"></i> Return to where you were</a>
203
        [% ELSE %]
203
        [% ELSE %]
204
           <a class="btn btn-default" href="/cgi-bin/koha/tools/batchMod.pl?del=1"><i class="fa fa-check-square-o"></i> Return to batch item deletion</a>
204
           <a class="btn btn-default" href="/cgi-bin/koha/tools/batchMod.pl?del=1"><i class="fa fa-check-square-o"></i> Return to batch item deletion</a>
205
        [% END %]
205
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt (-2 / +2 lines)
Lines 79-85 $(document).ready(function(){ Link Here
79
                  [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Edit items in a batch%]
79
                  [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Edit items in a batch%]
80
                      <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]">Return to the record</a>
80
                      <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]">Return to the record</a>
81
                  [% ELSIF src %]
81
                  [% ELSIF src %]
82
                      <a href="[% src | uri %]">Return to where you were</a>
82
                      <a href="[% src | url %]">Return to where you were</a>
83
                  [% ELSE %]
83
                  [% ELSE %]
84
                      <a href="/cgi-bin/koha/tools/batchMod.pl">Return to batch item modification</a>
84
                      <a href="/cgi-bin/koha/tools/batchMod.pl">Return to batch item modification</a>
85
                  [% END %]
85
                  [% END %]
Lines 318-324 $(document).ready(function(){ Link Here
318
[% IF src == 'CATALOGUING' # from catalogue/detail.pl > Edit items in a batch%]
318
[% IF src == 'CATALOGUING' # from catalogue/detail.pl > Edit items in a batch%]
319
   <a class="btn btn-default" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | html %]"><i class="fa fa-check-square-o"></i> Return to the record</a>
319
   <a class="btn btn-default" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | html %]"><i class="fa fa-check-square-o"></i> Return to the record</a>
320
[% ELSIF src %]
320
[% ELSIF src %]
321
   <a class="btn btn-default" href="[% src | html %]"><i class="fa fa-check-square-o"></i> Return to where you were</a>
321
   <a class="btn btn-default" href="[% src | url %]"><i class="fa fa-check-square-o"></i> Return to where you were</a>
322
[% ELSE %]
322
[% ELSE %]
323
   <a class="btn btn-default" href="/cgi-bin/koha/tools/batchMod.pl"><i class="fa fa-check-square-o"></i> Return to batch item modification</a>
323
   <a class="btn btn-default" href="/cgi-bin/koha/tools/batchMod.pl"><i class="fa fa-check-square-o"></i> Return to batch item modification</a>
324
[% END %]
324
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt (-5 / +5 lines)
Lines 21-27 Link Here
21
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> 
21
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> 
22
[% IF ( import_batch_id ) %]
22
[% IF ( import_batch_id ) %]
23
 &rsaquo;
23
 &rsaquo;
24
 <a href="[% script_name | uri %]">Manage staged MARC records</a>
24
 <a href="[% script_name | url %]">Manage staged MARC records</a>
25
 &rsaquo; Batch [% import_batch_id | html %]
25
 &rsaquo; Batch [% import_batch_id | html %]
26
[% ELSE %]
26
[% ELSE %]
27
 &rsaquo; Manage staged MARC records
27
 &rsaquo; Manage staged MARC records
Lines 266-272 Link Here
266
      [% IF ( page.current_page ) %]
266
      [% IF ( page.current_page ) %]
267
      <span class="current">[% page.page_number | html %]</span>
267
      <span class="current">[% page.page_number | html %]</span>
268
      [% ELSE %]
268
      [% ELSE %]
269
      <a href="[% page.script_name | uri %]?offset=[% page.offset | uri %]">[% page.page_number | html %]</a>
269
      <a href="[% page.script_name | url %]?offset=[% page.offset | uri %]">[% page.page_number | html %]</a>
270
      [% END %]
270
      [% END %]
271
    [% END %]
271
    [% END %]
272
</div>
272
</div>
Lines 286-292 Link Here
286
  [% FOREACH batch_lis IN batch_list %]
286
  [% FOREACH batch_lis IN batch_list %]
287
    <tr>
287
    <tr>
288
    <td>[% batch_lis.import_batch_id | html %]</td>
288
    <td>[% batch_lis.import_batch_id | html %]</td>
289
    <td><a href="[% batch_lis.script_name | uri %]?import_batch_id=[% batch_lis.import_batch_id | uri %]">[% batch_lis.file_name | html %]</a></td>
289
    <td><a href="[% batch_lis.script_name | url %]?import_batch_id=[% batch_lis.import_batch_id | uri %]">[% batch_lis.file_name | html %]</a></td>
290
    <td>[% batch_lis.comments | html %]</td>
290
    <td>[% batch_lis.comments | html %]</td>
291
    <td>[% IF ( batch_lis.record_type == 'auth' ) %]Authority[% ELSE %]Bibliographic[% END %]</td>
291
    <td>[% IF ( batch_lis.record_type == 'auth' ) %]Authority[% ELSE %]Bibliographic[% END %]</td>
292
    <td>
292
    <td>
Lines 308-314 Link Here
308
    </td>
308
    </td>
309
    <td>[% batch_lis.upload_timestamp | html %]</td>
309
    <td>[% batch_lis.upload_timestamp | html %]</td>
310
    <td>[% batch_lis.num_records | html %]</td>
310
    <td>[% batch_lis.num_records | html %]</td>
311
    <td>[% batch_lis.num_items | html %][% IF ( batch_lis.num_items ) %] <a href="[% batch_lis.script_name | uri %]?import_batch_id=[% batch_lis.import_batch_id | uri %]&amp;op=create_labels">(Create label batch)</a>[% END %]</td>
311
    <td>[% batch_lis.num_items | html %][% IF ( batch_lis.num_items ) %] <a href="[% batch_lis.script_name | url %]?import_batch_id=[% batch_lis.import_batch_id | uri %]&amp;op=create_labels">(Create label batch)</a>[% END %]</td>
312
    <td class="actions">
312
    <td class="actions">
313
        [% IF ( batch_lis.can_clean ) %]
313
        [% IF ( batch_lis.can_clean ) %]
314
          <form method="post" action="[% batch_lis.script_name | html %]" name="clean_batch_[% batch_lis.import_batch_id | html %]" id="clean_batch_[% batch_lis.import_batch_id | html %]" class="batch_form batch_clean" >
314
          <form method="post" action="[% batch_lis.script_name | html %]" name="clean_batch_[% batch_lis.import_batch_id | html %]" id="clean_batch_[% batch_lis.import_batch_id | html %]" class="batch_form batch_clean" >
Lines 333-339 Link Here
333
      [% IF ( page.current_page ) %]
333
      [% IF ( page.current_page ) %]
334
      <span class="current">[% page.page_number | html %]</span>
334
      <span class="current">[% page.page_number | html %]</span>
335
      [% ELSE %]
335
      [% ELSE %]
336
      <a href="[% page.script_name | uri %]?offset=[% page.offset | uri %]">[% page.page_number | html %]</a>
336
      <a href="[% page.script_name | url %]?offset=[% page.offset | uri %]">[% page.page_number | html %]</a>
337
      [% END %]
337
      [% END %]
338
    [% END %]
338
    [% END %]
339
</div>
339
</div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc (-1 / +1 lines)
Lines 22-28 Link Here
22
        <span class="heading">
22
        <span class="heading">
23
        [% IF ( linkType=='seealso' ) %]
23
        [% IF ( linkType=='seealso' ) %]
24
            [% IF ( authid ) %]
24
            [% IF ( authid ) %]
25
            <a href="[% authidurl | url %][% authid | url %]">[% heading | html %]</a>
25
            <a href="[% authidurl | url %][% authid | uri %]">[% heading | html %]</a>
26
            [% ELSE %]
26
            [% ELSE %]
27
            <a href="[% searchurl | url %][% heading | uri %]">[% heading | html %]</a>
27
            <a href="[% searchurl | url %][% heading | uri %]">[% heading | html %]</a>
28
            [% END %]
28
            [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc (-3 / +3 lines)
Lines 19-31 Link Here
19
19
20
[% SET opaclayoutstylesheet='opac.css' UNLESS opaclayoutstylesheet %]
20
[% SET opaclayoutstylesheet='opac.css' UNLESS opaclayoutstylesheet %]
21
[% IF (opaclayoutstylesheet.match('^https?:|^\/')) %]
21
[% IF (opaclayoutstylesheet.match('^https?:|^\/')) %]
22
    <link rel="stylesheet" type="text/css" href="[% opaclayoutstylesheet | html %]" />
22
    <link rel="stylesheet" type="text/css" href="[% opaclayoutstylesheet | url %]" />
23
[% ELSE %]
23
[% ELSE %]
24
    [% Asset.css("css/" _ opaclayoutstylesheet) | $raw %]
24
    [% Asset.css("css/" _ opaclayoutstylesheet) | $raw %]
25
[% END %]
25
[% END %]
26
[% IF ( OpacAdditionalStylesheet ) %]
26
[% IF ( OpacAdditionalStylesheet ) %]
27
    [% IF (OpacAdditionalStylesheet.match('^https?:|^\/')) %]
27
    [% IF (OpacAdditionalStylesheet.match('^https?:|^\/')) %]
28
        <link rel="stylesheet" type="text/css" href="[% OpacAdditionalStylesheet | html %]" />
28
        <link rel="stylesheet" type="text/css" href="[% OpacAdditionalStylesheet | url %]" />
29
    [% ELSE %]
29
    [% ELSE %]
30
        <link rel="stylesheet" type="text/css" href="[% interface | html %]/[% theme | html %]/css/[% OpacAdditionalStylesheet | html %]" />
30
        <link rel="stylesheet" type="text/css" href="[% interface | html %]/[% theme | html %]/css/[% OpacAdditionalStylesheet | html %]" />
31
    [% END %]
31
    [% END %]
Lines 44-50 Link Here
44
        <style>[% SCOUserCSS | $raw %]</style>
44
        <style>[% SCOUserCSS | $raw %]</style>
45
    [% END %]
45
    [% END %]
46
[% END %]
46
[% END %]
47
<link rel="unapi-server" type="application/xml" title="unAPI" href="[% OPACBaseURL | html %]/cgi-bin/koha/unapi" />
47
<link rel="unapi-server" type="application/xml" title="unAPI" href="[% OPACBaseURL | url %]/cgi-bin/koha/unapi" />
48
[% PROCESS cssinclude %]
48
[% PROCESS cssinclude %]
49
<!-- Respond.js brings responsive layout behavior to IE < v.9 -->
49
<!-- Respond.js brings responsive layout behavior to IE < v.9 -->
50
<!--[if lt IE 9]>
50
<!--[if lt IE 9]>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-1 / +1 lines)
Lines 307-313 Link Here
307
                        </div>
307
                        </div>
308
                    [% ELSE %]
308
                    [% ELSE %]
309
                        <h4>Shibboleth login</h4>
309
                        <h4>Shibboleth login</h4>
310
                        <p>If you have a Shibboleth account, please <a href="[% shibbolethLoginUrl | uri %]">click here to login</a>.</p>
310
                        <p>If you have a Shibboleth account, please <a href="[% shibbolethLoginUrl | url %]">click here to login</a>.</p>
311
                        <h4>Local Login</h4>
311
                        <h4>Local Login</h4>
312
                    [% END %]
312
                    [% END %]
313
                [% END %]
313
                [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc (-3 / +3 lines)
Lines 43-52 Link Here
43
                                  [% IF facet.active %]
43
                                  [% IF facet.active %]
44
                                    [% SET local_url = url _ "&amp;nolimit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %]
44
                                    [% SET local_url = url _ "&amp;nolimit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %]
45
                                    <span class="facet-label">[% facet.facet_label_value | html %]</span>
45
                                    <span class="facet-label">[% facet.facet_label_value | html %]</span>
46
                                    [<a href="[% local_url | uri %]" title="Remove facet [% facet.facet_link_value | html %]">x</a>]
46
                                    [<a href="[% local_url | url %]" title="Remove facet [% facet.facet_link_value | html %]">x</a>]
47
                                  [% ELSE %]
47
                                  [% ELSE %]
48
                                    [% SET local_url = url _ "&amp;limit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %]
48
                                    [% SET local_url = url _ "&amp;limit=" _ facet.type_link_value _ ":" _ facet.facet_link_value %]
49
                                    <span class="facet-label"><a href="[% local_url | uri %]" title="[% facet.facet_title_value | html %]">[% facet.facet_label_value | html %]</a></span>
49
                                    <span class="facet-label"><a href="[% local_url | url %]" title="[% facet.facet_title_value | html %]">[% facet.facet_label_value | html %]</a></span>
50
                                    [% IF ( displayFacetCount ) %]
50
                                    [% IF ( displayFacetCount ) %]
51
                                      <span class="facet-count"> ([% facet.facet_count | html %])</span>
51
                                      <span class="facet-count"> ([% facet.facet_count | html %])</span>
52
                                    [% END %]
52
                                    [% END %]
Lines 55-61 Link Here
55
                            [% END %]
55
                            [% END %]
56
                            [% IF ( facets_loo.expandable ) %]
56
                            [% IF ( facets_loo.expandable ) %]
57
                                <li class="showmore">
57
                                <li class="showmore">
58
                                    <a href="[% url | uri %][% IF offset %]&amp;offset=[% offset |url %][% END %]&amp;expand=[% facets_loo.expand |url %]#[% facets_loo.type_id |url %]">Show more</a>
58
                                    <a href="[% url | url %][% IF offset %]&amp;offset=[% offset |uri %][% END %]&amp;expand=[% facets_loo.expand |uri %]#[% facets_loo.type_id |uri %]">Show more</a>
59
                                </li>
59
                                </li>
60
                            [% END %]
60
                            [% END %]
61
                        </ul>
61
                        </ul>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt (-1 / +1 lines)
Lines 52-58 Link Here
52
                                <ul>
52
                                <ul>
53
                                [% FOREACH subfiel IN Tag0X.subfield %]
53
                                [% FOREACH subfiel IN Tag0X.subfield %]
54
                                    <li><b>[% subfiel.marc_lib | $raw %]:</b>
54
                                    <li><b>[% subfiel.marc_lib | $raw %]:</b>
55
                                    [% IF subfiel.isurl %]<a href="[% subfiel.marc_value | uri %]">[% subfiel.marc_value | html %]</a>
55
                                    [% IF subfiel.isurl %]<a href="[% subfiel.marc_value | url %]">[% subfiel.marc_value | html %]</a>
56
                                    [% ELSE %][% subfiel.marc_value | html %][% END %]</li>
56
                                    [% ELSE %][% subfiel.marc_value | html %][% END %]</li>
57
                                [% END %]
57
                                [% END %]
58
                                </ul>
58
                                </ul>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-5 / +5 lines)
Lines 82-88 Link Here
82
                                    </div>
82
                                    </div>
83
                            [% ELSE %]
83
                            [% ELSE %]
84
                                <h4>Shibboleth Login</h4>
84
                                <h4>Shibboleth Login</h4>
85
                                <p><a href="[% shibbolethLoginUrl | uri %]">If you have a Shibboleth account, please click here to log in.</a></p>
85
                                <p><a href="[% shibbolethLoginUrl | url %]">If you have a Shibboleth account, please click here to log in.</a></p>
86
                            [% END %]
86
                            [% END %]
87
                            [% IF ( casAuthentication ) %]
87
                            [% IF ( casAuthentication ) %]
88
                                <h4>CAS login</h4>
88
                                <h4>CAS login</h4>
Lines 97-110 Link Here
97
                        [% IF ( casAuthentication ) %]
97
                        [% IF ( casAuthentication ) %]
98
                            [% IF ( shibbolethAuthentication ) %]
98
                            [% IF ( shibbolethAuthentication ) %]
99
                                [% IF ( casServerUrl ) %]
99
                                [% IF ( casServerUrl ) %]
100
                                    <p><a href="[% casServerUrl | uri %]">Please click here to log in.</a><p>
100
                                    <p><a href="[% casServerUrl | url %]">Please click here to log in.</a><p>
101
                                [% END %]
101
                                [% END %]
102
102
103
                                [% IF ( casServersLoop ) %]
103
                                [% IF ( casServersLoop ) %]
104
                                    <p>Please choose against which one you would like to authenticate: </p>
104
                                    <p>Please choose against which one you would like to authenticate: </p>
105
                                    <ul>
105
                                    <ul>
106
                                        [% FOREACH casServer IN casServersLoop %]
106
                                        [% FOREACH casServer IN casServersLoop %]
107
                                            <li><a href="[% casServer.value | uri %]">[% casServer.name | html %]</a></li>
107
                                            <li><a href="[% casServer.value | url %]">[% casServer.name | html %]</a></li>
108
                                        [% END %]
108
                                        [% END %]
109
                                    </ul>
109
                                    </ul>
110
                                [% END %]
110
                                [% END %]
Lines 117-130 Link Here
117
                                [% END %]
117
                                [% END %]
118
118
119
                                [% IF ( casServerUrl ) %]
119
                                [% IF ( casServerUrl ) %]
120
                                   <p><a href="[% casServerUrl | uri %]">If you have a CAS account, please click here to log in.</a><p>
120
                                   <p><a href="[% casServerUrl | url %]">If you have a CAS account, please click here to log in.</a><p>
121
                                [% END %]
121
                                [% END %]
122
122
123
                                [% IF ( casServersLoop ) %]
123
                                [% IF ( casServersLoop ) %]
124
                                    <p>If you have a CAS account, please choose against which one you would like to authenticate:</p>
124
                                    <p>If you have a CAS account, please choose against which one you would like to authenticate:</p>
125
                                    <ul>
125
                                    <ul>
126
                                        [% FOREACH casServer IN casServersLoop %]
126
                                        [% FOREACH casServer IN casServersLoop %]
127
                                        <li><a href="[% casServer.value | uri %]">[% casServer.name | html %]</a></li>
127
                                        <li><a href="[% casServer.value | url %]">[% casServer.name | html %]</a></li>
128
                                        [% END %]
128
                                        [% END %]
129
                                    </ul>
129
                                    </ul>
130
                                [% END %]
130
                                [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt (-3 / +3 lines)
Lines 148-154 Link Here
148
                                                [% FOREACH MARCNOTE IN BIBLIO_RESULT.MARCNOTES %]
148
                                                [% FOREACH MARCNOTE IN BIBLIO_RESULT.MARCNOTES %]
149
                                                    <p>
149
                                                    <p>
150
                                                    [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
150
                                                    [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
151
                                                        - <a href="[% MARCNOTE.marcnote | uri %]">[% MARCNOTE.marcnote | html %]</a>
151
                                                        - <a href="[% MARCNOTE.marcnote | url %]">[% MARCNOTE.marcnote | html %]</a>
152
                                                    [% ELSE %]
152
                                                    [% ELSE %]
153
                                                        - [% MARCNOTE.marcnote | html %]
153
                                                        - [% MARCNOTE.marcnote | html %]
154
                                                    [% END %]
154
                                                    [% END %]
Lines 201-209 Link Here
201
                                                        [% IF MARCurl.part %]<p>[% MARCurl.part | html %]</p>[% END %]
201
                                                        [% IF MARCurl.part %]<p>[% MARCurl.part | html %]</p>[% END %]
202
202
203
                                                        [% IF OPACURLOpenInNewWindow %]
203
                                                        [% IF OPACURLOpenInNewWindow %]
204
                                                            <a href="[% MARCurl.MARCURL | uri %]" title="[% MARCurl.MARCURL | html %]" target="_blank" rel="noreferrer">[% MARCurl.linktext | html %]</a>
204
                                                            <a href="[% MARCurl.MARCURL | url %]" title="[% MARCurl.MARCURL | html %]" target="_blank" rel="noreferrer">[% MARCurl.linktext | html %]</a>
205
                                                        [% ELSE %]
205
                                                        [% ELSE %]
206
                                                            <a href="[% MARCurl.MARCURL | uri %]" title="[% MARCurl.MARCURL | html %]">[% MARCurl.linktext | html %]</a>
206
                                                            <a href="[% MARCurl.MARCURL | url %]" title="[% MARCurl.MARCURL | html %]">[% MARCurl.linktext | html %]</a>
207
                                                        [% END %]
207
                                                        [% END %]
208
208
209
                                                        [% IF MARCurl.notes %][% FOREACH note IN MARCurl.notes %]<p>[% note.note | html %]</p>[% END %][% END %]
209
                                                        [% IF MARCurl.notes %][% FOREACH note IN MARCurl.notes %]<p>[% note.note | html %]</p>[% END %][% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt (-2 / +2 lines)
Lines 84-92 Link Here
84
                                        [% END %]
84
                                        [% END %]
85
                                    </td>
85
                                    </td>
86
                                    <td>[% IF (cr.item.uri) %]
86
                                    <td>[% IF (cr.item.uri) %]
87
                                            <a href="[% cr.item.uri | uri %]">Item URI</a>
87
                                            <a href="[% cr.item.uri | url %]">Item URI</a>
88
                                        [% ELSIF (cr.biblioitem.url) %]
88
                                        [% ELSIF (cr.biblioitem.url) %]
89
                                            <a href="[% cr.biblioitem.url | uri %]">Record URL</a>
89
                                            <a href="[% cr.biblioitem.url | url %]">Record URL</a>
90
                                        [% END %]
90
                                        [% END %]
91
                                    </td>
91
                                    </td>
92
                                </tr>
92
                                </tr>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-10 / +10 lines)
Lines 344-358 Link Here
344
344
345
                                        [% IF ( OPACURLOpenInNewWindow ) %]
345
                                        [% IF ( OPACURLOpenInNewWindow ) %]
346
                                            [% IF trackclicks == 'track' || trackclicks == 'anonymous' %]
346
                                            [% IF trackclicks == 'track' || trackclicks == 'anonymous' %]
347
                                                <a href="/cgi-bin/koha/tracklinks.pl?uri=[% MARCurl.MARCURL |url%]&amp;biblionumber=[% biblio.biblionumber | uri %]" title="[% MARCurl.MARCURL | html %]" target="_blank" rel="noreferrer">
347
                                                <a href="/cgi-bin/koha/tracklinks.pl?uri=[% MARCurl.MARCURL | uri %]&amp;biblionumber=[% biblio.biblionumber | uri %]" title="[% MARCurl.MARCURL | html %]" target="_blank" rel="noreferrer">
348
                                            [% ELSE %]
348
                                            [% ELSE %]
349
                                                <a href="[% MARCurl.MARCURL | uri %]" title="[% MARCurl.MARCURL | html %]" target="_blank" rel="noreferrer">
349
                                                <a href="[% MARCurl.MARCURL | url %]" title="[% MARCurl.MARCURL | html %]" target="_blank" rel="noreferrer">
350
                                            [% END %]
350
                                            [% END %]
351
                                        [% ELSE %]
351
                                        [% ELSE %]
352
                                            [% IF trackclicks == 'track' || trackclicks == 'anonymous' %]
352
                                            [% IF trackclicks == 'track' || trackclicks == 'anonymous' %]
353
                                                <a href="/cgi-bin/koha/tracklinks.pl?uri=[% MARCurl.MARCURL |url%]&amp;biblionumber=[% biblio.biblionumber | uri %]" title="[% MARCurl.MARCURL | html %]">
353
                                                <a href="/cgi-bin/koha/tracklinks.pl?uri=[% MARCurl.MARCURL | uri %]&amp;biblionumber=[% biblio.biblionumber | uri %]" title="[% MARCurl.MARCURL | html %]">
354
                                            [% ELSE %]
354
                                            [% ELSE %]
355
                                                <a href="[% MARCurl.MARCURL | uri %]" title="[% MARCurl.MARCURL | html %]">
355
                                                <a href="[% MARCurl.MARCURL | url %]" title="[% MARCurl.MARCURL | html %]">
356
                                            [% END %]
356
                                            [% END %]
357
                                        [% END %]
357
                                        [% END %]
358
                                        [% MARCurl.linktext | html %]</a>
358
                                        [% MARCurl.linktext | html %]</a>
Lines 510-516 Link Here
510
                    [% IF ( BakerTaylorContentURL ) %]
510
                    [% IF ( BakerTaylorContentURL ) %]
511
                        <span class="results_summary">
511
                        <span class="results_summary">
512
                        <span class="label">Enhanced content: </span>
512
                        <span class="label">Enhanced content: </span>
513
                              [% IF ( OPACURLOpenInNewWindow ) %]<a href="[% BakerTaylorContentURL | uri %]" target="_blank" rel="noreferrer">Content Cafe</a>[% ELSE %]<a href="[% BakerTaylorContentURL | html %]">Content Cafe</a>[% END %]
513
                              [% IF ( OPACURLOpenInNewWindow ) %]<a href="[% BakerTaylorContentURL | url %]" target="_blank" rel="noreferrer">Content Cafe</a>[% ELSE %]<a href="[% BakerTaylorContentURL | url %]">Content Cafe</a>[% END %]
514
                        </span>
514
                        </span>
515
                    [% END # / IF BakerTaylorContentURL %]
515
                    [% END # / IF BakerTaylorContentURL %]
516
516
Lines 712-718 Link Here
712
                                [% FOREACH MARCNOTE IN MARCNOTES %]
712
                                [% FOREACH MARCNOTE IN MARCNOTES %]
713
                                    <p>
713
                                    <p>
714
                                    [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
714
                                    [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
715
                                        <a href="[% MARCNOTE.marcnote | uri %]">[% MARCNOTE.marcnote | html %]</a>
715
                                        <a href="[% MARCNOTE.marcnote | url %]">[% MARCNOTE.marcnote | html %]</a>
716
                                    [% ELSE %]
716
                                    [% ELSE %]
717
                                        [% MARCNOTE.marcnote FILTER html_line_break | html %]
717
                                        [% MARCNOTE.marcnote FILTER html_line_break | html %]
718
                                    [% END %]
718
                                    [% END %]
Lines 1239-1245 Link Here
1239
                            <link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut">
1239
                            <link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut">
1240
                            <span class="[% ITEM_RESULT.holding_branch_opac_info ? 'branch-info-tooltip-trigger' : '' %]" title="">
1240
                            <span class="[% ITEM_RESULT.holding_branch_opac_info ? 'branch-info-tooltip-trigger' : '' %]" title="">
1241
                                [% IF ( ITEM_RESULT.branchurl ) %]
1241
                                [% IF ( ITEM_RESULT.branchurl ) %]
1242
                                    <a href="[% ITEM_RESULT.branchurl | uri %]">[% ITEM_RESULT.branchname | html %]</a>
1242
                                    <a href="[% ITEM_RESULT.branchurl | url %]">[% ITEM_RESULT.branchname | html %]</a>
1243
                                [% ELSE %]
1243
                                [% ELSE %]
1244
                                    <span>[% ITEM_RESULT.branchname | html %]</span>
1244
                                    <span>[% ITEM_RESULT.branchname | html %]</span>
1245
                                [% END %]
1245
                                [% END %]
Lines 1261-1267 Link Here
1261
                                [% IF Branches.GetURL( ITEM_RESULT.homebranch ) %]
1261
                                [% IF Branches.GetURL( ITEM_RESULT.homebranch ) %]
1262
                                    [% home_branch_url = Branches.GetURL( ITEM_RESULT.homebranch ) %]
1262
                                    [% home_branch_url = Branches.GetURL( ITEM_RESULT.homebranch ) %]
1263
                                    [% IF ( home_branch_url ) %]
1263
                                    [% IF ( home_branch_url ) %]
1264
                                         <a href="[% home_branch_url | uri %]">[% Branches.GetName( ITEM_RESULT.homebranch ) | html %]</a>
1264
                                         <a href="[% home_branch_url | url %]">[% Branches.GetName( ITEM_RESULT.homebranch ) | html %]</a>
1265
                                    [% ELSE %]
1265
                                    [% ELSE %]
1266
                                        <span>[% Branches.GetName( ITEM_RESULT.homebranch ) | html %]</span>
1266
                                        <span>[% Branches.GetName( ITEM_RESULT.homebranch ) | html %]</span>
1267
                                    [% END %]
1267
                                    [% END %]
Lines 1328-1336 Link Here
1328
1328
1329
                                [% ELSE %]
1329
                                [% ELSE %]
1330
                                    [% IF Koha.Preference("OPACURLOpenInNewWindow") %]
1330
                                    [% IF Koha.Preference("OPACURLOpenInNewWindow") %]
1331
                                    <a target="_blank" rel="noreferrer" href="[% ITEM_RESULT.uri | html %]" property="url">[% ITEM_RESULT.uri | html %]</a>
1331
                                    <a target="_blank" rel="noreferrer" href="[% ITEM_RESULT.uri | url %]" property="url">[% ITEM_RESULT.uri | html %]</a>
1332
                                    [% ELSE %]
1332
                                    [% ELSE %]
1333
                                    <a href="[% ITEM_RESULT.uri | uri %]" property="url">[% ITEM_RESULT.uri | html %]</a>
1333
                                    <a href="[% ITEM_RESULT.uri | url %]" property="url">[% ITEM_RESULT.uri | html %]</a>
1334
                                    [% END %]
1334
                                    [% END %]
1335
                                [% END %]
1335
                                [% END %]
1336
                            [% END %]
1336
                            [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt (-1 / +1 lines)
Lines 71-77 Link Here
71
            </div>
71
            </div>
72
            <div id="rssnews-container">
72
            <div id="rssnews-container">
73
                <!-- Logged in users have a branch code or it could be explicitly set -->
73
                <!-- Logged in users have a branch code or it could be explicitly set -->
74
                <a href="[% OPACBaseURL | uri %]/cgi-bin/koha/opac-news-rss.pl?branchcode=[% branchcode | uri %]"><img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png"></a>
74
                <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-news-rss.pl?branchcode=[% branchcode | uri %]"><img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png"></a>
75
                [% IF Branches.all.size == 1 %]
75
                [% IF Branches.all.size == 1 %]
76
                    [% IF branchcode %]
76
                    [% IF branchcode %]
77
                        RSS feed for [% Branches.GetName( branchcode ) | html %] library news.
77
                        RSS feed for [% Branches.GetName( branchcode ) | html %] library news.
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-news-rss.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<?xml version="1.0"?>
2
<?xml version="1.0"?>
3
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
4
   <channel>
4
   <channel>
5
      <atom:link href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-main.pl" rel="self" type="application/rss+xml" />
5
      <atom:link href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-main.pl" rel="self" type="application/rss+xml" />
6
      <title>News from [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]the library[% END %]</title>
6
      <title>News from [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]the library[% END %]</title>
7
      <link>[% OPACBaseURL | html %]/cgi-bin/koha/opac-main.pl</link>
7
      <link>[% OPACBaseURL | html %]/cgi-bin/koha/opac-main.pl</link>
8
      <description></description>
8
      <description></description>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt (-12 / +12 lines)
Lines 23-29 Link Here
23
   <channel>
23
   <channel>
24
     <title><![CDATA[[% LibraryName | html %] Search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %]]]></title>
24
     <title><![CDATA[[% LibraryName | html %] Search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %]]]></title>
25
     <link>[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html %][% limit_cgi | html %]&amp;format=rss2</link>
25
     <link>[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html %][% limit_cgi | html %]&amp;format=rss2</link>
26
     <atom:link rel="self" type="application/rss+xml" href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% query_cgi |uri %][% limit_cgi |uri %]&amp;sort_by=[% sort_by | uri %]&amp;format=rss2"/>
26
     <atom:link rel="self" type="application/rss+xml" href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi |uri %][% limit_cgi |uri %]&amp;sort_by=[% sort_by | uri %]&amp;format=rss2"/>
27
     <description><![CDATA[ Search results [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %] at [% LibraryName | html %]]]></description>
27
     <description><![CDATA[ Search results [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %] at [% LibraryName | html %]]]></description>
28
     <opensearch:totalResults>[% total | html %]</opensearch:totalResults>
28
     <opensearch:totalResults>[% total | html %]</opensearch:totalResults>
29
     <opensearch:startIndex>[% offset | html %]</opensearch:startIndex>
29
     <opensearch:startIndex>[% offset | html %]</opensearch:startIndex>
Lines 33-39 Link Here
33
       <opensearch:itemsPerPage>20</opensearch:itemsPerPage>
33
       <opensearch:itemsPerPage>20</opensearch:itemsPerPage>
34
     [% END %]
34
     [% END %]
35
	 [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
35
	 [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
36
     <atom:link rel="search" type="application/opensearchdescription+xml" href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% SEARCH_RESULT.query_cgi |uri %][% SEARCH_RESULT.limit_cgi |uri %]&amp;sort_by=[% SEARCH_RESULT.sort_by |uri %]&amp;format=opensearchdescription"/>
36
     <atom:link rel="search" type="application/opensearchdescription+xml" href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% SEARCH_RESULT.query_cgi |uri %][% SEARCH_RESULT.limit_cgi |uri %]&amp;sort_by=[% SEARCH_RESULT.sort_by |uri %]&amp;format=opensearchdescription"/>
37
     <opensearch:Query role="request" searchTerms="[% SEARCH_RESULT.query_desc |uri %][% SEARCH_RESULT.limit_desc |uri %]" startPage="[% SEARCH_RESULT.page | html %]" />
37
     <opensearch:Query role="request" searchTerms="[% SEARCH_RESULT.query_desc |uri %][% SEARCH_RESULT.limit_desc |uri %]" startPage="[% SEARCH_RESULT.page | html %]" />
38
     <item>
38
     <item>
39
       <title>[% SEARCH_RESULT.title | html %] [% FOREACH subtitl IN SEARCH_RESULT.subtitle %], [% subtitl.subfield | html %][% END %]</title>
39
       <title>[% SEARCH_RESULT.title | html %] [% FOREACH subtitl IN SEARCH_RESULT.subtitle %], [% subtitl.subfield | html %][% END %]</title>
Lines 61-67 Link Here
61
                        [% IF ( SEARCH_RESULT.isbn ) %] [% SEARCH_RESULT.isbn | html %][% END %]
61
                        [% IF ( SEARCH_RESULT.isbn ) %] [% SEARCH_RESULT.isbn | html %][% END %]
62
       </p>
62
       </p>
63
[% IF Koha.Preference( 'RequestOnOpac' ) == 1 %]
63
[% IF Koha.Preference( 'RequestOnOpac' ) == 1 %]
64
<p><a href="[% OPACBaseURL | uri %]/cgi-bin/koha/opac-reserve.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">Place Hold on <i>[% SEARCH_RESULT.title | html %]</i></a></p>
64
<p><a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-reserve.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">Place Hold on <i>[% SEARCH_RESULT.title | html %]</i></a></p>
65
[% END %]
65
[% END %]
66
						]]></description>
66
						]]></description>
67
       <guid>[% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | html %]</guid>
67
       <guid>[% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | html %]</guid>
Lines 76-82 Link Here
76
       xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
76
       xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
77
   <id>[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html %][% limit_cgi | html %]&amp;format=atom</id>
77
   <id>[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html %][% limit_cgi | html %]&amp;format=atom</id>
78
   <title>[% LibraryName | html %] Search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc | html %]'[% END %]</title>
78
   <title>[% LibraryName | html %] Search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc | html %]'[% END %]</title>
79
    <link href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% query_cgi |uri %][% limit_cgi |uri %]&amp;format=rss2"/>
79
    <link href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi |uri %][% limit_cgi |uri %]&amp;format=rss2"/>
80
   <updated>[% timestamp | html %]</updated>
80
   <updated>[% timestamp | html %]</updated>
81
   <author>
81
   <author>
82
     <name>[% LibraryName | html %]</name>
82
     <name>[% LibraryName | html %]</name>
Lines 90-107 Link Here
90
     <opensearch:itemsPerPage>20</opensearch:itemsPerPage>
90
     <opensearch:itemsPerPage>20</opensearch:itemsPerPage>
91
   [% END %]
91
   [% END %]
92
   <opensearch:Query role="request" searchTerms="[% query_desc | html %] [% limit_desc | html %]" startPage="[% page | html %]" />
92
   <opensearch:Query role="request" searchTerms="[% query_desc | html %] [% limit_desc | html %]" startPage="[% page | html %]" />
93
   <link rel="alternate" href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html %][% limit_cgi | html %]pw=[% page | html %]&amp;format=atom" type="application/atom+xml"/>
93
   <link rel="alternate" href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | uri %][% limit_cgi | uri %]pw=[% page | uri %]&amp;format=atom" type="application/atom+xml"/>
94
   <link rel="self" href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html %][% limit_cgi | html %]&amp;format=atom" type="application/atom+xml"/>
94
   <link rel="self" href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | uri %][% limit_cgi | uri %]&amp;format=atom" type="application/atom+xml"/>
95
   <link rel="first" href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html %][% limit_cgi | html %]pw=1&amp;format=atom" type="application/atom+xml"/>
95
   <link rel="first" href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | uri %][% limit_cgi | uri %]pw=1&amp;format=atom" type="application/atom+xml"/>
96
   <link rel="previous" href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html %][% limit_cgi | html %]pw=2&amp;format=atom" type="application/atom+xml"/>
96
   <link rel="previous" href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | uri %][% limit_cgi | uri %]pw=2&amp;format=atom" type="application/atom+xml"/>
97
   <link rel="next" href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html %][% limit_cgi | html %]pw=4&amp;format=atom" type="application/atom+xml"/>
97
   <link rel="next" href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | uri %][% limit_cgi | uri %]pw=4&amp;format=atom" type="application/atom+xml"/>
98
   <link rel="last" href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html %][% limit_cgi | html %]pw=42299&amp;format=atom" type="application/atom+xml"/>
98
   <link rel="last" href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | uri %][% limit_cgi | uri %]pw=42299&amp;format=atom" type="application/atom+xml"/>
99
   <link rel="search" type="application/opensearchdescription+xml" href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?format=opensearchdescription"/>
99
   <link rel="search" type="application/opensearchdescription+xml" href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?format=opensearchdescription"/>
100
100
101
   [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
101
   [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
102
   <entry>
102
   <entry>
103
     <title>[% SEARCH_RESULT.title | html %]</title>
103
     <title>[% SEARCH_RESULT.title | html %]</title>
104
     <link href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | html %]"/>
104
     <link href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]"/>
105
     <!-- <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> -->
105
     <!-- <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> -->
106
     <updated>[% SEARCH_RESULT.timestamp | html %]</updated>
106
     <updated>[% SEARCH_RESULT.timestamp | html %]</updated>
107
     <content type="text"><!-- put content here -->
107
     <content type="text"><!-- put content here -->
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-4 / +4 lines)
Lines 20-26 Link Here
20
    [% END %]
20
    [% END %]
21
[% END %]
21
[% END %]
22
22
23
<link rel="alternate" type="application/rss+xml" title="[% LibraryName | html %] Search RSS feed" href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% query_cgi | url %][% limit_cgi |uri %]&amp;count=[% countrss |uri %]&amp;sort_by=acqdate_dsc&amp;format=rss2" />
23
<link rel="alternate" type="application/rss+xml" title="[% LibraryName | html %] Search RSS feed" href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | url %][% limit_cgi |url %]&amp;count=[% countrss |uri %]&amp;sort_by=acqdate_dsc&amp;format=rss2" />
24
</head>
24
</head>
25
25
26
[% INCLUDE 'bodytag.inc' bodyid='results' bodyclass='scrollto' %]
26
[% INCLUDE 'bodytag.inc' bodyid='results' bodyclass='scrollto' %]
Lines 45-58 Link Here
45
                        <strong>No results found!</strong>
45
                        <strong>No results found!</strong>
46
                        <p>
46
                        <p>
47
                            [% IF ( searchdesc ) %]
47
                            [% IF ( searchdesc ) %]
48
                                No results found for that in [% LibraryName | html %] catalog. <a href="[% OPACBaseURL | uri %]/cgi-bin/koha/opac-search.pl?[% query_cgi | url %][% limit_cgi | html | url %]&amp;format=rss2" class="rsssearchlink noprint"><img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" class="rsssearchicon"/></a>
48
                                No results found for that in [% LibraryName | html %] catalog. <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | url %][% limit_cgi | url %]&amp;format=rss2" class="rsssearchlink noprint"><img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" class="rsssearchicon"/></a>
49
                            [% ELSE %]
49
                            [% ELSE %]
50
                                You did not specify any search criteria.
50
                                You did not specify any search criteria.
51
                            [% END %]
51
                            [% END %]
52
                        </p>
52
                        </p>
53
                        [% IF ( ReturnPath ) %]
53
                        [% IF ( ReturnPath ) %]
54
                           <div class="returntosearch">
54
                           <div class="returntosearch">
55
                                <p><a href="[% ReturnPath | uri %]">Return to the last advanced search</a></p>
55
                                <p><a href="[% ReturnPath | url %]">Return to the last advanced search</a></p>
56
                            </div>
56
                            </div>
57
                        [% END %]
57
                        [% END %]
58
                        [% IF ( OPACNoResultsFound ) %]
58
                        [% IF ( OPACNoResultsFound ) %]
Lines 89-95 Link Here
89
                                [% END %]
89
                                [% END %]
90
                            ).
90
                            ).
91
                        [% END %]
91
                        [% END %]
92
                        <a href="[% OPACBaseURL | uri %]/cgi-bin/koha/opac-search.pl?[% query_cgi | url %][% limit_cgi |html | url %]&amp;count=[% countrss | uri %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink noprint"><img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a>
92
                        <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | url %][% limit_cgi | url %]&amp;count=[% countrss | uri %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink noprint"><img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a>
93
                    [% END # / IF total %]
93
                    [% END # / IF total %]
94
                    </p>
94
                    </p>
95
                [% END # / IF searchdesc %]
95
                [% END # / IF searchdesc %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt (-2 / +2 lines)
Lines 71-77 Link Here
71
                                                    <tr>
71
                                                    <tr>
72
                                                        <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
72
                                                        <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
73
                                                        <td><span title="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 | html %]</span></td>
73
                                                        <td><span title="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 | html %]</span></td>
74
                                                        <td><a href="[% OPACBaseURL | uri %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&amp;[% s.query_cgi | uri %]&amp;count=[% countrss | uri %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink"><img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> <a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi | html %]">[% s.query_desc | html %]</a></td>
74
                                                        <td><a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi |url %][% limit_cgi | url %]&amp;[% s.query_cgi | uri %]&amp;count=[% countrss | uri %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink"><img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> <a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi | html %]">[% s.query_desc | html %]</a></td>
75
                                                        <td>[% s.total | html %]</td>
75
                                                        <td>[% s.total | html %]</td>
76
                                                    </tr>
76
                                                    </tr>
77
                                                [% END %]
77
                                                [% END %]
Lines 111-117 Link Here
111
                                                <tr>
111
                                                <tr>
112
                                                    <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
112
                                                    <td><input type="checkbox" name="id" value="[% s.id | html %]" /></td>
113
                                                    <td><span title="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 | html %]</span></td>
113
                                                    <td><span title="[% s.time | html %]">[% s.time |$KohaDates with_hours => 1 | html %]</span></td>
114
                                                    <td><a href="[% OPACBaseURL | uri %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&amp;[% s.query_cgi | uri %]&amp;count=[% countrss | uri %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink"><img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> <a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi | html %]">[% s.query_desc | html %]</a></td>
114
                                                    <td><a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi |url %][% limit_cgi | url %]&amp;[% s.query_cgi | uri %]&amp;count=[% countrss | uri %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink"><img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> <a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi | html %]">[% s.query_desc | html %]</a></td>
115
                                                    <td>[% s.total | html %]</td>
115
                                                    <td>[% s.total | html %]</td>
116
                                                </tr>
116
                                                </tr>
117
                                            [% END %]
117
                                            [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-1 / +1 lines)
Lines 153-159 Link Here
153
                    [% IF shelf AND op == 'view' %]
153
                    [% IF shelf AND op == 'view' %]
154
                        <h3>
154
                        <h3>
155
                            [% shelf.shelfname | html %]
155
                            [% shelf.shelfname | html %]
156
                            <a href="[% OPACBaseURL | uri %]/cgi-bin/koha/opac-shelves.pl?rss=1&amp;op=view&amp;shelfnumber=[% shelf.shelfnumber | uri %]" class="rss-list-link noprint">
156
                            <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-shelves.pl?rss=1&amp;op=view&amp;shelfnumber=[% shelf.shelfnumber | uri %]" class="rss-list-link noprint">
157
                                <img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png" alt="Subscribe to this list" title="Subscribe to this list" border="0" class="rsssearchicon"/>
157
                                <img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png" alt="Subscribe to this list" title="Subscribe to this list" border="0" class="rsssearchicon"/>
158
                            </a>
158
                            </a>
159
                        </h3>
159
                        </h3>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews-rss.tt (-1 / +1 lines)
Lines 4-10 Link Here
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 | html %]/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" />
8
     <lastBuildDate>[% timestamp | html %]</lastBuildDate>
8
     <lastBuildDate>[% timestamp | html %]</lastBuildDate>
9
     [% SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') %]
9
     [% SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') %]
10
     [% SET AdlibrisURL = Koha.Preference('AdlibrisCoversURL') %]
10
     [% SET AdlibrisURL = Koha.Preference('AdlibrisCoversURL') %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt (-2 / +2 lines)
Lines 5-11 Link Here
5
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog &rsaquo; Recent comments</title>
5
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog &rsaquo; Recent comments</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
[% BLOCK cssinclude %][% END %]
7
[% BLOCK cssinclude %][% END %]
8
<link rel="alternate" type="application/rss+xml" title="[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog recent comments" href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-showreviews.pl?format=rss" />
8
<link rel="alternate" type="application/rss+xml" title="[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog recent comments" href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-showreviews.pl?format=rss" />
9
</head>
9
</head>
10
[% INCLUDE 'bodytag.inc' bodyid='opac-showreviews' bodyclass='scrollto' %]
10
[% INCLUDE 'bodytag.inc' bodyid='opac-showreviews' bodyclass='scrollto' %]
11
[% INCLUDE 'masthead.inc' %]
11
[% INCLUDE 'masthead.inc' %]
Lines 29-35 Link Here
29
                    <div class="span12">
29
                    <div class="span12">
30
                [% END %]
30
                [% END %]
31
                   <div id="showreviews" class="searchresults maincontent">
31
                   <div id="showreviews" class="searchresults maincontent">
32
                        <h3>Recent comments <a href="[% OPACBaseURL | uri %]/cgi-bin/koha/opac-showreviews.pl?format=rss" class="rsssearchlink"><img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png" alt="Subscribe to recent comments" title="Subscribe to recent comments" border="0" class="rsssearchicon"/></a></h3>
32
                        <h3>Recent comments <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-showreviews.pl?format=rss" class="rsssearchlink"><img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png" alt="Subscribe to recent comments" title="Subscribe to recent comments" border="0" class="rsssearchicon"/></a></h3>
33
                        <table class="table table-striped">
33
                        <table class="table table-striped">
34
                            [% SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') %]
34
                            [% SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') %]
35
                            [% SET AdlibrisURL = Koha.Preference('AdlibrisCoversURL') %]
35
                            [% SET AdlibrisURL = Koha.Preference('AdlibrisCoversURL') %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt (-1 / +1 lines)
Lines 26-32 Link Here
26
<meta name="generator" content="Koha [% Version | html %]" /> <!-- leave this for stats -->
26
<meta name="generator" content="Koha [% Version | html %]" /> <!-- leave this for stats -->
27
27
28
[% IF ( Koha.Preference('OpacFavicon') ) %]
28
[% IF ( Koha.Preference('OpacFavicon') ) %]
29
<link rel="shortcut icon" href="[% Koha.Preference('OpacFavicon') | html %]" type="image/x-icon" />
29
<link rel="shortcut icon" href="[% Koha.Preference('OpacFavicon') | url %]" type="image/x-icon" />
30
[% ELSE %]
30
[% ELSE %]
31
<link rel="shortcut icon" href="[% interface | html %]/[% theme | html %]/images/favicon.ico" type="image/x-icon" />
31
<link rel="shortcut icon" href="[% interface | html %]/[% theme | html %]/images/favicon.ico" type="image/x-icon" />
32
[% END %]
32
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt (-1 / +1 lines)
Lines 5-11 Link Here
5
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %] &rsaquo; Self checkout help</title>
5
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %] &rsaquo; Self checkout help</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
<meta name="generator" content="Koha [% Version | html %]" /> <!-- leave this for stats -->
7
<meta name="generator" content="Koha [% Version | html %]" /> <!-- leave this for stats -->
8
<link rel="shortcut icon" href="[% IF ( OpacFavicon  ) %][% OpacFavicon | html %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" />
8
<link rel="shortcut icon" href="[% IF ( OpacFavicon  ) %][% OpacFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" />
9
 [% Asset.css("lib/bootstrap/css/bootstrap.min.css") | $raw %]
9
 [% Asset.css("lib/bootstrap/css/bootstrap.min.css") | $raw %]
10
[% Asset.css("lib/jquery/jquery-ui.css") | $raw %]
10
[% Asset.css("lib/jquery/jquery-ui.css") | $raw %]
11
[% Asset.css("css/sco.css") | $raw %]
11
[% Asset.css("css/sco.css") | $raw %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt (-2 / +2 lines)
Lines 4-13 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %] &rsaquo; Self checkout &rsaquo; Print Receipt for [% borrowernumber | html %]</title>
5
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %] &rsaquo; Self checkout &rsaquo; Print Receipt for [% borrowernumber | html %]</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 | html %][% 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
[% Asset.css("css/print.css") | $raw %]
8
[% Asset.css("css/print.css") | $raw %]
9
[% IF stylesheet %]
9
[% IF stylesheet %]
10
<link rel="stylesheet" type="text/css" href="[% stylesheet | html %]" />
10
<link rel="stylesheet" type="text/css" href="[% stylesheet | url %]" />
11
[% END %]
11
[% END %]
12
12
13
<!-- JavaScript includes -->
13
<!-- JavaScript includes -->
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-1 / +1 lines)
Lines 8-14 Link Here
8
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %] &rsaquo; Self checkout </title>
8
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %] &rsaquo; Self checkout </title>
9
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
<meta name="generator" content="Koha [% Version | html %]" /> <!-- leave this for stats -->
10
<meta name="generator" content="Koha [% Version | html %]" /> <!-- leave this for stats -->
11
<link rel="shortcut icon" href="[% IF ( Koha.Preference('OpacFavicon') ) %][% Koha.Preference('OpacFavicon') | html %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" />
11
<link rel="shortcut icon" href="[% IF ( Koha.Preference('OpacFavicon') ) %][% Koha.Preference('OpacFavicon') | url %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" />
12
[% Asset.css("lib/bootstrap/css/bootstrap.min.css") | $raw %]
12
[% Asset.css("lib/bootstrap/css/bootstrap.min.css") | $raw %]
13
[% Asset.css("lib/jquery/jquery-ui.css") | $raw %]
13
[% Asset.css("lib/jquery/jquery-ui.css") | $raw %]
14
[% Asset.css("css/sco.css") | $raw %]
14
[% Asset.css("css/sco.css") | $raw %]
(-)a/misc/cronjobs/rss/lastAcquired-1.0.tt (-1 / +1 lines)
Lines 32-38 Link Here
32
<br>[% place | html %] [% i.publishercode | html %] [% i.publicationyear | html %]
32
<br>[% place | html %] [% i.publishercode | html %] [% i.publicationyear | html %]
33
<br>[% pages | html %] [% i.illus | html %] [% i.size | html %]
33
<br>[% pages | html %] [% i.illus | html %] [% i.size | html %]
34
[% IF i.notes %]<br><br>[% i.notes | html %][% END %]<br>
34
[% IF i.notes %]<br><br>[% i.notes | html %][% END %]<br>
35
<a href="[% OPACBaseURL | uri %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.biblionumber | uri %]">View Details</a> | <a href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-reserve.pl?biblionumber=[% i.biblionumber | html %]">Reserve this Item</a>[% IF i.author %] | <a href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?marclist=biblio.author&amp;and_or=and&amp;excluding=&amp;operator=contains&amp;value=[% i.author | html %]&amp;resultsperpage=20&amp;orderby=biblio.title&amp;op=do_search">More by this Author</a>[% END %]
35
<a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.biblionumber | uri %]">View Details</a> | <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-reserve.pl?biblionumber=[% i.biblionumber | uri %]">Reserve this Item</a>[% IF i.author %] | <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?marclist=biblio.author&amp;and_or=and&amp;excluding=&amp;operator=contains&amp;value=[% i.author | uri %]&amp;resultsperpage=20&amp;orderby=biblio.title&amp;op=do_search">More by this Author</a>[% END %]
36
]]></description>
36
]]></description>
37
 </item>
37
 </item>
38
[% END %]
38
[% END %]
(-)a/misc/cronjobs/rss/lastAcquired-2.0.tt (-2 / +1 lines)
Lines 25-31 Link Here
25
<br>[% IF i.publishercode %][% i.place | html %] [% i.publishercode | html %] [% publicationyear | html %]<br>[% END %]
25
<br>[% IF i.publishercode %][% i.place | html %] [% i.publishercode | html %] [% publicationyear | html %]<br>[% END %]
26
[% IF i.pages %][% i.pages | html %][% i.illus | html %][% i.size | html %][% END %]
26
[% IF i.pages %][% i.pages | html %][% i.illus | html %][% i.size | html %][% END %]
27
[% IF i.notes %]<p>[% i.notes | html %]</p>[% END %]<br>
27
[% IF i.notes %]<p>[% i.notes | html %]</p>[% END %]<br>
28
<a href="[% OPACBaseURL | uri %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.biblionumber | uri %]">View Details</a> | <a href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-reserve.pl?biblionumber=[% i.biblionumber | html %]">Reserve this Item</a>[% IF i.author %] | <a href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?marclist=biblio.author&amp;and_or=and&amp;excluding=&amp;operator=contains&amp;value=[% i.author | html %]&amp;resultsperpage=20&amp;orderby=biblio.title&amp;op=do_search">More by this Author</a>[% END %]
28
<a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.biblionumber | uri %]">View Details</a> | <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-reserve.pl?biblionumber=[% i.biblionumber | uri %]">Reserve this Item</a>[% IF i.author %] | <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?marclist=biblio.author&amp;and_or=and&amp;excluding=&amp;operator=contains&amp;value=[% i.author | uri %]&amp;resultsperpage=20&amp;orderby=biblio.title&amp;op=do_search">More by this Author</a>[% END %]
29
]]></description>
29
]]></description>
30
 </item>
30
 </item>
31
[% END %]
31
[% END %]
32
- 

Return to bug 21526