Bug 21526: (follow-up) Use the 'url' filter when needed
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
cd81bdc6a0
commit
11622b8a9e
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
[% USE Asset %]
|
||||
[% BLOCK csv_export %]
|
||||
<div class="btn-group">
|
||||
<a id="exportbutton" class="btn btn-default btn-sm" href="[% script_name | url %]?op=export&basketno=[% basketno | html %]&booksellerid=[% booksellerid | html %]"><i class="fa fa-download"></i> Export as CSV</a>
|
||||
<a id="exportbutton" class="btn btn-default btn-sm" href="[% script_name | url %]?op=export&basketno=[% basketno | uri %]&booksellerid=[% booksellerid | uri %]"><i class="fa fa-download"></i> Export as CSV</a>
|
||||
<a class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></a>
|
||||
<ul class="dropdown-menu" id="export-csv-menu">
|
||||
<li><a href="#">Default</a></li>
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
</ol></fieldset>
|
||||
<fieldset class="action">
|
||||
<input type="submit" value="Save changes" />
|
||||
<a class="cancel" href="[% script_name | url %]?frameworkcode=[% framework.frameworkcode | html %]">Cancel</a>
|
||||
<a class="cancel" href="[% script_name | url %]?frameworkcode=[% framework.frameworkcode | uri %]">Cancel</a>
|
||||
</fieldset>
|
||||
</form>
|
||||
[% END %]
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
[% END %]
|
||||
[% INCLUDE 'doc-head-close.inc' %]
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
|
||||
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
|
||||
[% Asset.css("css/print.css") | $raw %]
|
||||
[% IF ( Koha.Preference('SlipCSS') ) %]
|
||||
<link rel="stylesheet" type="text/css" href="[% Koha.Preference('SlipCSS') | $raw %]" />
|
||||
|
|
Loading…
Reference in a new issue