[Koha-bugs] [Bug 4048] CSS and JS libs must be outside of translated paths

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 15 17:00:26 CEST 2012


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

--- Comment #11 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 9589
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9589&action=edit
follow-up: changes for all .tt and .inc files

This patch make all necessary changes in .tt and .inc files. (intranet
interface only since Owen's patch moves only intranet files)

Files have been modified using this command:

git grep -l themelang | grep -v 'opac-tmpl' | grep '(\.inc|\.tt)$' | tr '\n' '
' | xargs sed -i 's/\[% themelang %\]/[% interface %]\/[% theme %]/g'

I checked all modifications manually and replaced [% interface %]/[% theme %]
by [% themelang %] where needed.

You can test by removing completely
koha-tmpl/intranet-tmpl/prog/en/(lib|css|js) repertories and display any page
in staff interface

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


More information about the Koha-bugs mailing list