Bug 10052: QA Followup
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Mon, 13 May 2013 07:05:55 +0000 (09:05 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 23 May 2013 15:55:12 +0000 (08:55 -0700)
commitde3280088b9184e55ca06ae51a25ecffc0bc92f2
tree038c8d519d4373f4dc03c27fc445bf349eb36b5d
parent70855acfea86c663f1258488294bb6542a9d5567
Bug 10052: QA Followup

As Katrin pointed out, the intranetstylesheet setting was not respected in the
help pages. The script help.pl does not use get_template_and_user which sets
these variables via Auth.pm but calls gettemplate.
This makes it necessary to 'manually' set them. This patch does that.
Evidently, this could be the case for some other templates vars too..

Test plan:
Apply all patches for 10052.
Change intranetstylesheet. Check a help page.
Change intranetcolorstylesheet. Check a help page.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Looks all good to me now.
Passes tests and still no string changes.
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
help.pl