c0a52bb198
TEST PLAN --------- 1) Install first two patches 2) do not install, or uninstall Template::Plugin::Stash 3) Upgrade to make sure system preference is added. 4) Set the system preference to turn it on for Staff and OPAC 5) Refresh staff -- kaboom 6) Load OPAC -- kaboom 7) Apply this patch 8) Reload staff and OPAC -- nice HTML comment about what is wrong. 9) run koha qa test tools. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Neat, runs well. Tested with/without sysprefs and Template::Plugin::Stash No koha-qa errors Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
25 lines
704 B
HTML
25 lines
704 B
HTML
<!DOCTYPE html>
|
|
<!-- TEMPLATE FILE: [% template.name.split('/').last %] -->
|
|
|
|
[% USE Koha %]
|
|
[% IF Koha.Preference('DumpTemplateVarsIntranet') %]
|
|
[% TRY %]
|
|
[% USE Stash %]
|
|
[% USE Dumper %]
|
|
<!--
|
|
[% FILTER replace('<!--', '<!- -') %]
|
|
[% FILTER replace('-->', '- ->') %]
|
|
[% Dumper.dump( Stash.stash() ) %]
|
|
[% END %]
|
|
[% END %]
|
|
-->
|
|
[% CATCH %]
|
|
<!--
|
|
DumpTemplateVarsIntranet is set to 'Do', but
|
|
Template::Plugin::Stash is not installed.
|
|
-->
|
|
[% END %]
|
|
[% END %]
|
|
|
|
[% IF ( bidi ) %]<html lang="[% lang %]" dir="[% bidi %]">[% ELSE %]<html lang="[% lang %]">[% END %]
|
|
<head>
|