[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 17:01:25 CEST 2014


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

--- Comment #29 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Marc Véron from comment #28)
> 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.

Yeah, saw those lines too and copied Jonathan on this report.

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


More information about the Koha-bugs mailing list