https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2326
--- Comment #8 from Aleisha Amohia <[email protected]> --- (In reply to Marc Véron from comment #6) > Re-tested. QA tools found 2 issues (sorry, I was not aware of with my > previous test): > ----------------------- > > FAIL > koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_circulation.tt > OK forbidden patterns > OK git manipulation > FAIL spelling > adminstration ==> administration > everytime ==> every time > OK tt_valid > OK valid_template > > > -------------------------- I have fixed these in latest patch. > > FAIL koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences_opac.tt > FAIL forbidden patterns > forbidden pattern: opac-tmpl should certainly replaced with [% > interface > %] (line 376) > forbidden pattern: opac-tmpl should certainly replaced with [% > interface > %] (line 110) I did not fix these because the instances of 'opac-tmpl' in the patch are examples of paths to css files, not actual URLs. Anyway, if i used [% interface %] in their place, it would change to intranet-tmpl and incorrect. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
