@@ -, +, @@ --- .../prog/en/includes/columns_settings.inc | 4 +- .../intranet-tmpl/prog/en/includes/datatables.inc | 6 ++- .../prog/en/includes/doc-head-close.inc | 22 ++++++----- .../intranet-tmpl/prog/en/includes/file-upload.inc | 4 +- .../intranet-tmpl/prog/en/includes/greybox.inc | 8 ++- .../intranet-tmpl/prog/en/includes/help-top.inc | 18 +++++---- .../opac-tmpl/bootstrap/en/includes/datatables.inc | 6 ++- .../bootstrap/en/includes/doc-head-close.inc | 8 ++- .../bootstrap/en/includes/opac-bottom.inc | 40 ++++++++++--------- 9 files changed, 67 insertions(+), 49 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc @@ -1,7 +1,9 @@ +[% USE Koha %] +[% SET KOHA_VERSION = Koha.Preference('Version') %] [% USE ColumnsSettings %] - + +[% USE Koha %] +[% SET KOHA_VERSION = Koha.Preference('Version') %] + - + --- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc @@ -1,3 +1,5 @@ +[% USE Koha %] +[% SET KOHA_VERSION = Koha.Preference('Version') %] @@ -8,20 +10,20 @@ [% END %] [% IF ( IntranetUserCSS ) %][% END %] - - - - - - - + + + + + + + [% IF ( login ) %] [% END %] - + [% INCLUDE 'validator-strings.inc' %] [% IF ( intranetuserjs ) %] - + [% END %] [% IF LocalCoverImages %] - + + - - - + + + --- a/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc @@ -1,3 +1,5 @@ +[% USE Koha %] +[% SET KOHA_VERSION = Koha.Preference('Version') %] [% INCLUDE 'doc-head-open.inc' %] Online Help @@ -8,16 +10,16 @@ [% IF ( bidi ) %] [% END %] - - - + + + - - - - + + + + - + --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/datatables.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/datatables.inc @@ -1,4 +1,6 @@ - +[% USE Koha %] +[% SET KOHA_VERSION = Koha.Preference('Version') %] + - + --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc @@ -1,3 +1,5 @@ +[% USE Koha %] +[% SET KOHA_VERSION = Koha.Preference('Version') %] @@ -41,11 +43,11 @@ [% IF ( OPACUserCSS ) %][% END %] [% PROCESS cssinclude %] - + - + --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc @@ -1,3 +1,5 @@ +[% USE Koha %] +[% SET KOHA_VERSION = Koha.Preference('Version') %] [% UNLESS ( is_popup ) %] [% IF ( opaccredits ) %]
@@ -75,24 +77,24 @@ - - + + - - + + [% IF ( OPACAmazonCoverImages || SyndeticsCoverImages ) %] @@ -100,11 +102,11 @@ $.widget.bridge('uitooltip', $.ui.tooltip); var NO_AMAZON_IMAGE = _("No cover image available"); //]]> - + [% END %] -[% IF Koha.Preference( 'opacbookbag' ) == 1 %] @@ -154,15 +156,15 @@ $.widget.bridge('uitooltip', $.ui.tooltip); //]]> [% IF Koha.Preference( 'opacbookbag' ) == 1 %] - + [% ELSIF ( Koha.Preference( 'virtualshelves' ) == 1 ) %] - + [% ELSE %] [% END %] -[% IF Koha.Preference( 'opacuserlogin' ) == 1 %][% IF Koha.Preference( 'TagsEnabled' ) == 1 %][% END %][% ELSE %][% END %] +[% IF Koha.Preference( 'opacuserlogin' ) == 1 %][% IF Koha.Preference( 'TagsEnabled' ) == 1 %][% END %][% ELSE %][% END %] [% IF ( GoogleJackets ) %] - + [% END %] [% IF OpenLibraryCovers %] - + + + - + [% END %] [% IF persona %] - +