[Koha-bugs] [Bug 12162] Add class="branchcode" to body tag to make OPAC CSS-styleable per branch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 13 14:26:31 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12162

--- Comment #28 from Marc Véron <veron at veron.ch> ---
I installed QA tools and found the following in QohA/File/Template.pm, sub
check_valid_template:
(...)
 $self->path =~ /opac-tmpl/
      ? 'opac'
      : 'intranet';
    $template_dir =
      File::Spec->rel2abs("koha-tmpl/${tmpl_type}-tmpl/prog/en/modules");
    $include_dir =
      File::Spec->rel2abs("koha-tmpl/${tmpl_type}-tmpl/prog/en/includes"); 
(...)

For OPAC, only prog is tested, not bootstrap.

In this case, it is a false positive...
...and missing includes won't be failed for bootstrap.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list