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 188-194 Link Here
188
		<li>[% IF ( MARCurl.part ) %][% MARCurl.part | html %]
188
		<li>[% IF ( MARCurl.part ) %][% MARCurl.part | html %]
189
			<br />[% END %] 
189
			<br />[% END %] 
190
		<!-- here you might do a tmpl_if name="toc" and use greybox or equivalent for table of contents -->
190
		<!-- here you might do a tmpl_if name="toc" and use greybox or equivalent for table of contents -->
191
        <a href="[% MARCurl.MARCURL | uri %]" title="[% MARCurl.MARCURL | html %]">[% MARCurl.linktext | html %]</a>
191
        <a href="[% MARCurl.MARCURL | url %]" title="[% MARCurl.MARCURL | html %]">[% MARCurl.linktext | html %]</a>
192
			[% IF ( MARCurl.notes ) %]<ul>[% FOREACH note IN MARCurl.notes %]<li>[% note.note | html %]</li>[% END %]</ul>[% END %]</li>
192
			[% IF ( MARCurl.notes ) %]<ul>[% FOREACH note IN MARCurl.notes %]<li>[% note.note | html %]</li>[% END %]</ul>[% END %]</li>
193
            [% END %]</ul>
193
            [% END %]</ul>
194
</li>
194
</li>
Lines 196-202 Link Here
196
196
197
    [% IF ( OPACBaseURL ) %]
197
    [% IF ( OPACBaseURL ) %]
198
        <li><strong>OPAC view:</strong>
198
        <li><strong>OPAC view:</strong>
199
        <a href="[% OPACBaseURL | uri %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | uri %]" target="_blank">Open in new window</a>
199
        <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | uri %]" target="_blank">Open in new window</a>
200
        </li>
200
        </li>
201
    [% END %]
201
    [% END %]
202
        <li id="catalogue_detail_marc_preview">
202
        <li id="catalogue_detail_marc_preview">
Lines 260-266 Link Here
260
        [% IF ( urlS ) %]
260
        [% IF ( urlS ) %]
261
            <li><strong>URL:</strong>
261
            <li><strong>URL:</strong>
262
                [% FOREACH url IN urlS %]
262
                [% FOREACH url IN urlS %]
263
                    <a href="[% url.url | uri %]">[% url.url | html %]</a>
263
                    <a href="[% url.url | url %]">[% url.url | html %]</a>
264
                [% END %]
264
                [% END %]
265
            </li>
265
            </li>
266
        [% END %]
266
        [% END %]
Lines 500-506 Link Here
500
                    <td class="dateaccessioned"><span title="[% item.dateaccessioned | html %]">[% item.dateaccessioned | $KohaDates %]</span></td>
500
                    <td class="dateaccessioned"><span title="[% item.dateaccessioned | html %]">[% item.dateaccessioned | $KohaDates %]</span></td>
501
                    <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>
501
                    <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>
502
                    [% IF ( itemdata_uri ) %]
502
                    [% IF ( itemdata_uri ) %]
503
                        <td class="uri"><a href="[% item.uri | uri %]">[% item.uri | html %]</a></td>
503
                        <td class="uri"><a href="[% item.uri | url %]">[% item.uri | html %]</a></td>
504
                    [% END %]
504
                    [% END %]
505
                    [% IF ( itemdata_copynumber ) %]
505
                    [% IF ( itemdata_copynumber ) %]
506
                        <td class="copynumber">[% item.copynumber | html %]</td>
506
                        <td class="copynumber">[% item.copynumber | html %]</td>
Lines 626-632 Link Here
626
    [% FOREACH MARCNOTE IN MARCNOTES %]
626
    [% FOREACH MARCNOTE IN MARCNOTES %]
627
        <p>
627
        <p>
628
        [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
628
        [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
629
            <a href="[% MARCNOTE.marcnote | uri %]">[% MARCNOTE.marcnote | html %]</a>
629
            <a href="[% MARCNOTE.marcnote | url %]">[% MARCNOTE.marcnote | html %]</a>
630
        [% ELSE %]
630
        [% ELSE %]
631
            [% MARCNOTE.marcnote FILTER html_line_break | html %]
631
            [% MARCNOTE.marcnote FILTER html_line_break | html %]
632
        [% END %]
632
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-1 / +1 lines)
Lines 470-476 Link Here
470
470
471
                          [% IF ( OPACBaseURL ) %]
471
                          [% IF ( OPACBaseURL ) %]
472
                              <span class="view-in-opac">
472
                              <span class="view-in-opac">
473
                                | <a href="[% Koha.Preference('OPACBaseURL') | uri %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]" target="_blank">OPAC view</a>
473
                                | <a href="[% Koha.Preference('OPACBaseURL') | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]" target="_blank">OPAC view</a>
474
                              </span>
474
                              </span>
475
                          [% END %]
475
                          [% END %]
476
476
(-)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 406-412 Link Here
406
                            </fieldset>
406
                            </fieldset>
407
                            <fieldset class="action">
407
                            <fieldset class="action">
408
                                <input type="submit" class="btn btn-default" value="Send email"/>
408
                                <input type="submit" class="btn btn-default" value="Send email"/>
409
                                <span><a href="[% ill_url | uri %]" title="Return to request details">Cancel</a></span>
409
                                <span><a href="[% ill_url | url %]" title="Return to request details">Cancel</a></span>
410
                            </fieldset>
410
                            </fieldset>
411
                        </form>
411
                        </form>
412
                    [% ELSE %]
412
                    [% ELSE %]
Lines 414-420 Link Here
414
                            <legend>Interlibrary loan request details</legend>
414
                            <legend>Interlibrary loan request details</legend>
415
                            <p>No partners have been defined yet. Please create appropriate patron records (by default ILLLIBS category).</p>
415
                            <p>No partners have been defined yet. Please create appropriate patron records (by default ILLLIBS category).</p>
416
                            <p>Be sure to provide email addresses for these patrons.</p>
416
                            <p>Be sure to provide email addresses for these patrons.</p>
417
                            <p><span><a href="[% ill_url | uri %]" title="Return to request details">Cancel</a></span></p>
417
                            <p><span><a href="[% ill_url | url %]" title="Return to request details">Cancel</a></span></p>
418
                        </fieldset>
418
                        </fieldset>
419
                    [% END %]
419
                    [% END %]
420
                <!-- generic_confirm ends here -->
420
                <!-- generic_confirm ends here -->
Lines 531-537 Link Here
531
                                <div class="borrowernumber">
531
                                <div class="borrowernumber">
532
                                    <span class="label borrowernumber">Patron:</span>
532
                                    <span class="label borrowernumber">Patron:</span>
533
                                    [% borrowerlink = "/cgi-bin/koha/members/moremember.pl" _ "?borrowernumber=" _ request.patron.borrowernumber %]
533
                                    [% borrowerlink = "/cgi-bin/koha/members/moremember.pl" _ "?borrowernumber=" _ request.patron.borrowernumber %]
534
                                    <a href="[% borrowerlink | uri %]" title="View borrower details">
534
                                    <a href="[% borrowerlink | url %]" title="View borrower details">
535
                                    [% request.patron.firstname _ " " _ request.patron.surname _ " [" _ request.patron.cardnumber _ "]" | html %]
535
                                    [% request.patron.firstname _ " " _ request.patron.surname _ " [" _ request.patron.cardnumber _ "]" | html %]
536
                                    </a>
536
                                    </a>
537
                                </div>
537
                                </div>
Lines 626-632 Link Here
626
                                [% FOREACH comment IN request.illcomments %]
626
                                [% FOREACH comment IN request.illcomments %]
627
                                    <div class="rows comment_[% comment.patron.categorycode | html %]">
627
                                    <div class="rows comment_[% comment.patron.categorycode | html %]">
628
                                    <h5>Comment by:
628
                                    <h5>Comment by:
629
                                    <a href="[% borrowerlink | uri %]" title="View borrower details">
629
                                    <a href="[% borrowerlink | url %]" title="View borrower details">
630
                                    [% comment.patron.firstname _ " " _ comment.patron.surname _ " [" _ comment.patron.cardnumber _ "]" | html %]</a>
630
                                    [% comment.patron.firstname _ " " _ comment.patron.surname _ " [" _ comment.patron.cardnumber _ "]" | html %]</a>
631
                                    [% comment.timestamp | $KohaDates with_hours => 1 %]</h5>
631
                                    [% comment.timestamp | $KohaDates with_hours => 1 %]</h5>
632
                                    <p>[% comment.comment | html %]</p>
632
                                    <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 289-295 $(document).ready(function(){ Link Here
289
[% IF src == 'CATALOGUING' # from catalogue/detail.pl > Edit items in a batch%]
289
[% IF src == 'CATALOGUING' # from catalogue/detail.pl > Edit items in a batch%]
290
   <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>
290
   <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>
291
[% ELSIF src %]
291
[% ELSIF src %]
292
   <a class="btn btn-default" href="[% src | html %]"><i class="fa fa-check-square-o"></i> Return to where you were</a>
292
   <a class="btn btn-default" href="[% src | url %]"><i class="fa fa-check-square-o"></i> Return to where you were</a>
293
[% ELSE %]
293
[% ELSE %]
294
   <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>
294
   <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>
295
[% END %]
295
[% 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 337-351 Link Here
337
337
338
                                        [% IF ( OPACURLOpenInNewWindow ) %]
338
                                        [% IF ( OPACURLOpenInNewWindow ) %]
339
                                            [% IF trackclicks == 'track' || trackclicks == 'anonymous' %]
339
                                            [% IF trackclicks == 'track' || trackclicks == 'anonymous' %]
340
                                                <a href="/cgi-bin/koha/tracklinks.pl?uri=[% MARCurl.MARCURL |url%]&amp;biblionumber=[% biblio.biblionumber | uri %]" title="[% MARCurl.MARCURL | html %]" target="_blank" rel="noreferrer">
340
                                                <a href="/cgi-bin/koha/tracklinks.pl?uri=[% MARCurl.MARCURL | uri %]&amp;biblionumber=[% biblio.biblionumber | uri %]" title="[% MARCurl.MARCURL | html %]" target="_blank" rel="noreferrer">
341
                                            [% ELSE %]
341
                                            [% ELSE %]
342
                                                <a href="[% MARCurl.MARCURL | uri %]" title="[% MARCurl.MARCURL | html %]" target="_blank" rel="noreferrer">
342
                                                <a href="[% MARCurl.MARCURL | url %]" title="[% MARCurl.MARCURL | html %]" target="_blank" rel="noreferrer">
343
                                            [% END %]
343
                                            [% END %]
344
                                        [% ELSE %]
344
                                        [% ELSE %]
345
                                            [% IF trackclicks == 'track' || trackclicks == 'anonymous' %]
345
                                            [% IF trackclicks == 'track' || trackclicks == 'anonymous' %]
346
                                                <a href="/cgi-bin/koha/tracklinks.pl?uri=[% MARCurl.MARCURL |url%]&amp;biblionumber=[% biblio.biblionumber | uri %]" title="[% MARCurl.MARCURL | html %]">
346
                                                <a href="/cgi-bin/koha/tracklinks.pl?uri=[% MARCurl.MARCURL | uri %]&amp;biblionumber=[% biblio.biblionumber | uri %]" title="[% MARCurl.MARCURL | html %]">
347
                                            [% ELSE %]
347
                                            [% ELSE %]
348
                                                <a href="[% MARCurl.MARCURL | uri %]" title="[% MARCurl.MARCURL | html %]">
348
                                                <a href="[% MARCurl.MARCURL | url %]" title="[% MARCurl.MARCURL | html %]">
349
                                            [% END %]
349
                                            [% END %]
350
                                        [% END %]
350
                                        [% END %]
351
                                        [% MARCurl.linktext | html %]</a>
351
                                        [% MARCurl.linktext | html %]</a>
Lines 503-509 Link Here
503
                    [% IF ( BakerTaylorContentURL ) %]
503
                    [% IF ( BakerTaylorContentURL ) %]
504
                        <span class="results_summary">
504
                        <span class="results_summary">
505
                        <span class="label">Enhanced content: </span>
505
                        <span class="label">Enhanced content: </span>
506
                              [% IF ( OPACURLOpenInNewWindow ) %]<a href="[% BakerTaylorContentURL | uri %]" target="_blank" rel="noreferrer">Content Cafe</a>[% ELSE %]<a href="[% BakerTaylorContentURL | html %]">Content Cafe</a>[% END %]
506
                              [% IF ( OPACURLOpenInNewWindow ) %]<a href="[% BakerTaylorContentURL | url %]" target="_blank" rel="noreferrer">Content Cafe</a>[% ELSE %]<a href="[% BakerTaylorContentURL | url %]">Content Cafe</a>[% END %]
507
                        </span>
507
                        </span>
508
                    [% END # / IF BakerTaylorContentURL %]
508
                    [% END # / IF BakerTaylorContentURL %]
509
509
Lines 705-711 Link Here
705
                                [% FOREACH MARCNOTE IN MARCNOTES %]
705
                                [% FOREACH MARCNOTE IN MARCNOTES %]
706
                                    <p>
706
                                    <p>
707
                                    [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
707
                                    [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
708
                                        <a href="[% MARCNOTE.marcnote | uri %]">[% MARCNOTE.marcnote | html %]</a>
708
                                        <a href="[% MARCNOTE.marcnote | url %]">[% MARCNOTE.marcnote | html %]</a>
709
                                    [% ELSE %]
709
                                    [% ELSE %]
710
                                        [% MARCNOTE.marcnote FILTER html_line_break | html %]
710
                                        [% MARCNOTE.marcnote FILTER html_line_break | html %]
711
                                    [% END %]
711
                                    [% END %]
Lines 1232-1238 Link Here
1232
                            <link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut">
1232
                            <link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut">
1233
                            <span class="[% ITEM_RESULT.holding_branch_opac_info ? 'branch-info-tooltip-trigger' : '' %]" title="">
1233
                            <span class="[% ITEM_RESULT.holding_branch_opac_info ? 'branch-info-tooltip-trigger' : '' %]" title="">
1234
                                [% IF ( ITEM_RESULT.branchurl ) %]
1234
                                [% IF ( ITEM_RESULT.branchurl ) %]
1235
                                    <a href="[% ITEM_RESULT.branchurl | uri %]">[% ITEM_RESULT.branchname | html %]</a>
1235
                                    <a href="[% ITEM_RESULT.branchurl | url %]">[% ITEM_RESULT.branchname | html %]</a>
1236
                                [% ELSE %]
1236
                                [% ELSE %]
1237
                                    <span>[% ITEM_RESULT.branchname | html %]</span>
1237
                                    <span>[% ITEM_RESULT.branchname | html %]</span>
1238
                                [% END %]
1238
                                [% END %]
Lines 1254-1260 Link Here
1254
                                [% IF Branches.GetURL( ITEM_RESULT.homebranch ) %]
1254
                                [% IF Branches.GetURL( ITEM_RESULT.homebranch ) %]
1255
                                    [% home_branch_url = Branches.GetURL( ITEM_RESULT.homebranch ) %]
1255
                                    [% home_branch_url = Branches.GetURL( ITEM_RESULT.homebranch ) %]
1256
                                    [% IF ( home_branch_url ) %]
1256
                                    [% IF ( home_branch_url ) %]
1257
                                         <a href="[% home_branch_url | uri %]">[% Branches.GetName( ITEM_RESULT.homebranch ) | html %]</a>
1257
                                         <a href="[% home_branch_url | url %]">[% Branches.GetName( ITEM_RESULT.homebranch ) | html %]</a>
1258
                                    [% ELSE %]
1258
                                    [% ELSE %]
1259
                                        <span>[% Branches.GetName( ITEM_RESULT.homebranch ) | html %]</span>
1259
                                        <span>[% Branches.GetName( ITEM_RESULT.homebranch ) | html %]</span>
1260
                                    [% END %]
1260
                                    [% END %]
Lines 1321-1329 Link Here
1321
1321
1322
                                [% ELSE %]
1322
                                [% ELSE %]
1323
                                    [% IF Koha.Preference("OPACURLOpenInNewWindow") %]
1323
                                    [% IF Koha.Preference("OPACURLOpenInNewWindow") %]
1324
                                    <a target="_blank" rel="noreferrer" href="[% ITEM_RESULT.uri | html %]" property="url">[% ITEM_RESULT.uri | html %]</a>
1324
                                    <a target="_blank" rel="noreferrer" href="[% ITEM_RESULT.uri | url %]" property="url">[% ITEM_RESULT.uri | html %]</a>
1325
                                    [% ELSE %]
1325
                                    [% ELSE %]
1326
                                    <a href="[% ITEM_RESULT.uri | uri %]" property="url">[% ITEM_RESULT.uri | html %]</a>
1326
                                    <a href="[% ITEM_RESULT.uri | url %]" property="url">[% ITEM_RESULT.uri | html %]</a>
1327
                                    [% END %]
1327
                                    [% END %]
1328
                                [% END %]
1328
                                [% END %]
1329
                            [% END %]
1329
                            [% 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 20-26 Link Here
20
   <channel>
20
   <channel>
21
     <title><![CDATA[[% LibraryName | html %] Search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %]]]></title>
21
     <title><![CDATA[[% LibraryName | html %] Search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %]]]></title>
22
     <link>[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html %][% limit_cgi | html %]&amp;format=rss2</link>
22
     <link>[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html %][% limit_cgi | html %]&amp;format=rss2</link>
23
     <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"/>
23
     <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"/>
24
     <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>
24
     <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>
25
     <opensearch:totalResults>[% total | html %]</opensearch:totalResults>
25
     <opensearch:totalResults>[% total | html %]</opensearch:totalResults>
26
     <opensearch:startIndex>[% offset | html %]</opensearch:startIndex>
26
     <opensearch:startIndex>[% offset | html %]</opensearch:startIndex>
Lines 30-36 Link Here
30
       <opensearch:itemsPerPage>20</opensearch:itemsPerPage>
30
       <opensearch:itemsPerPage>20</opensearch:itemsPerPage>
31
     [% END %]
31
     [% END %]
32
	 [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
32
	 [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
33
     <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"/>
33
     <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"/>
34
     <opensearch:Query role="request" searchTerms="[% SEARCH_RESULT.query_desc |uri %][% SEARCH_RESULT.limit_desc |uri %]" startPage="[% SEARCH_RESULT.page | html %]" />
34
     <opensearch:Query role="request" searchTerms="[% SEARCH_RESULT.query_desc |uri %][% SEARCH_RESULT.limit_desc |uri %]" startPage="[% SEARCH_RESULT.page | html %]" />
35
     <item>
35
     <item>
36
       <title>[% SEARCH_RESULT.title | html %] [% FOREACH subtitl IN SEARCH_RESULT.subtitle %], [% subtitl.subfield | html %][% END %]</title>
36
       <title>[% SEARCH_RESULT.title | html %] [% FOREACH subtitl IN SEARCH_RESULT.subtitle %], [% subtitl.subfield | html %][% END %]</title>
Lines 54-60 Link Here
54
                        [% IF ( SEARCH_RESULT.isbn ) %] [% SEARCH_RESULT.isbn | html %][% END %]
54
                        [% IF ( SEARCH_RESULT.isbn ) %] [% SEARCH_RESULT.isbn | html %][% END %]
55
       </p>
55
       </p>
56
[% IF Koha.Preference( 'RequestOnOpac' ) == 1 %]
56
[% IF Koha.Preference( 'RequestOnOpac' ) == 1 %]
57
<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>
57
<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>
58
[% END %]
58
[% END %]
59
						]]></description>
59
						]]></description>
60
       <guid>[% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | html %]</guid>
60
       <guid>[% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | html %]</guid>
Lines 69-75 Link Here
69
       xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
69
       xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
70
   <id>[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html %][% limit_cgi | html %]&amp;format=atom</id>
70
   <id>[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% query_cgi | html %][% limit_cgi | html %]&amp;format=atom</id>
71
   <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>
71
   <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>
72
    <link href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?[% query_cgi |uri %][% limit_cgi |uri %]&amp;format=rss2"/>
72
    <link href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi |uri %][% limit_cgi |uri %]&amp;format=rss2"/>
73
   <updated>[% timestamp | html %]</updated>
73
   <updated>[% timestamp | html %]</updated>
74
   <author>
74
   <author>
75
     <name>[% LibraryName | html %]</name>
75
     <name>[% LibraryName | html %]</name>
Lines 83-100 Link Here
83
     <opensearch:itemsPerPage>20</opensearch:itemsPerPage>
83
     <opensearch:itemsPerPage>20</opensearch:itemsPerPage>
84
   [% END %]
84
   [% END %]
85
   <opensearch:Query role="request" searchTerms="[% query_desc | html %] [% limit_desc | html %]" startPage="[% page | html %]" />
85
   <opensearch:Query role="request" searchTerms="[% query_desc | html %] [% limit_desc | html %]" startPage="[% page | html %]" />
86
   <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"/>
86
   <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"/>
87
   <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"/>
87
   <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"/>
88
   <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"/>
88
   <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"/>
89
   <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"/>
89
   <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"/>
90
   <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"/>
90
   <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"/>
91
   <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"/>
91
   <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"/>
92
   <link rel="search" type="application/opensearchdescription+xml" href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-search.pl?format=opensearchdescription"/>
92
   <link rel="search" type="application/opensearchdescription+xml" href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?format=opensearchdescription"/>
93
93
94
   [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
94
   [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
95
   <entry>
95
   <entry>
96
     <title>[% SEARCH_RESULT.title | html %]</title>
96
     <title>[% SEARCH_RESULT.title | html %]</title>
97
     <link href="[% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | html %]"/>
97
     <link href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]"/>
98
     <!-- <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> -->
98
     <!-- <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> -->
99
     <updated>[% SEARCH_RESULT.timestamp | html %]</updated>
99
     <updated>[% SEARCH_RESULT.timestamp | html %]</updated>
100
     <content type="text"><!-- put content here -->
100
     <content type="text"><!-- put content here -->
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-4 / +4 lines)
Lines 18-24 Link Here
18
    [% END %]
18
    [% END %]
19
[% END %]
19
[% END %]
20
20
21
<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" />
21
<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" />
22
</head>
22
</head>
23
23
24
[% INCLUDE 'bodytag.inc' bodyid='results' bodyclass='scrollto' %]
24
[% INCLUDE 'bodytag.inc' bodyid='results' bodyclass='scrollto' %]
Lines 43-56 Link Here
43
                        <strong>No results found!</strong>
43
                        <strong>No results found!</strong>
44
                        <p>
44
                        <p>
45
                            [% IF ( searchdesc ) %]
45
                            [% IF ( searchdesc ) %]
46
                                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>
46
                                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>
47
                            [% ELSE %]
47
                            [% ELSE %]
48
                                You did not specify any search criteria.
48
                                You did not specify any search criteria.
49
                            [% END %]
49
                            [% END %]
50
                        </p>
50
                        </p>
51
                        [% IF ( ReturnPath ) %]
51
                        [% IF ( ReturnPath ) %]
52
                           <div class="returntosearch">
52
                           <div class="returntosearch">
53
                                <p><a href="[% ReturnPath | uri %]">Return to the last advanced search</a></p>
53
                                <p><a href="[% ReturnPath | url %]">Return to the last advanced search</a></p>
54
                            </div>
54
                            </div>
55
                        [% END %]
55
                        [% END %]
56
                        [% IF ( OPACNoResultsFound ) %]
56
                        [% IF ( OPACNoResultsFound ) %]
Lines 87-93 Link Here
87
                                [% END %]
87
                                [% END %]
88
                            ).
88
                            ).
89
                        [% END %]
89
                        [% END %]
90
                        <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>
90
                        <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>
91
                    [% END # / IF total %]
91
                    [% END # / IF total %]
92
                    </p>
92
                    </p>
93
                [% END # / IF searchdesc %]
93
                [% 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 151-157 Link Here
151
                    [% IF shelf AND op == 'view' %]
151
                    [% IF shelf AND op == 'view' %]
152
                        <h3>
152
                        <h3>
153
                            [% shelf.shelfname | html %]
153
                            [% shelf.shelfname | html %]
154
                            <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">
154
                            <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">
155
                                <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"/>
155
                                <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"/>
156
                            </a>
156
                            </a>
157
                        </h3>
157
                        </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
	 [% FOREACH review IN reviews %]
9
	 [% FOREACH review IN reviews %]
10
     <item>
10
     <item>
(-)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
                            [% FOREACH review IN reviews %]
34
                            [% FOREACH review IN reviews %]
35
                                <tr>
35
                                <tr>
(-)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