https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18483
--- Comment #10 from M. Tompsett <[email protected]> --- Comment on attachment 62892 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=62892 Bug 18483 - Customised help: Enhance staff client with news based, easily editable help system Review of attachment 62892: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=18483&attachment=62892) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/includes/header.inc @@ +98,4 @@ > </li> > </ul> > </li> > + [% IF > Koha.Preference('HelpSystem').match('filebased|newsbased') %] Is there ever a method that won't require a Help link? This condition seems weird. ::: koha-tmpl/intranet-tmpl/prog/en/includes/help-bottom.inc @@ +1,1 @@ > +[% USE Koha %] I haven't checked, but does scoping require this? ::: koha-tmpl/intranet-tmpl/prog/en/includes/help-top.inc @@ +5,2 @@ > <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme > %]/css/help.css" /> > +[% USE Koha %] Why a second time? -- 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/
