From 0b2d30fdb12df449cc487e848a619936575ebdf0 Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Thu, 25 Nov 2010 17:33:41 +0000 Subject: [PATCH] Added parameter webhelp.common.dir for specifying location of common files (JS+CSS) Added hooks for adding additional user defined tabs --- xsl/webhelp/xsl/webhelp.xsl | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/xsl/webhelp/xsl/webhelp.xsl b/xsl/webhelp/xsl/webhelp.xsl index 9d72d5df1..52f01da1d 100755 --- a/xsl/webhelp/xsl/webhelp.xsl +++ b/xsl/webhelp/xsl/webhelp.xsl @@ -17,6 +17,7 @@ true index.html docs + ../common/ en @@ -164,7 +165,7 @@ These problems go away when you add this IE=7 mode meta tag. display: block; height: 22px; padding-left: 20px; - background: transparent url(../common/jquery/treeview/images/folder.gif) 0 0px no-repeat; + background: transparent url(jquery/treeview/images/folder.gif) 0 0px no-repeat; } - - - + + + - - - - @@ -418,7 +419,7 @@ These problems go away when you add this IE=7 mode meta tag. @@ -654,6 +656,10 @@ These problems go away when you add this IE=7 mode meta tag. + + + + @@ -693,7 +699,7 @@ These problems go away when you add this IE=7 mode meta tag. webhelp-currentid - + @@ -713,7 +719,7 @@ These problems go away when you add this IE=7 mode meta tag. - -- 2.50.1