From 1ee48ef08e75e6e89b2f2166661d7fe97f60ba12 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 5 Jun 2017 18:02:01 -0300 Subject: Improvement on help pages in browsers Remove some debug info Google search box in nice colors Provision to place icons images in the right location Change-Id: Ie3f33d52a48f3d8a60cbc4aaf89859a661538a8d Reviewed-on: https://gerrit.libreoffice.org/38422 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot --- source/help-to-html.sh | 3 +++ source/online_transform.xsl | 18 ++++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/source/help-to-html.sh b/source/help-to-html.sh index e7be6cbead..4dbfeeed64 100755 --- a/source/help-to-html.sh +++ b/source/help-to-html.sh @@ -22,3 +22,6 @@ outfile=$outdir$DIR/$name'html' xsltproc -o $outfile $filter $filep done ln -s text/shared/main0108.html $outdir'index.html' +mkdir $outdir'media/icon-theme' +# cp -rap ../../../../../icon-themes/galaxy/* $outdir/media/icon-theme/ + diff --git a/source/online_transform.xsl b/source/online_transform.xsl index 3e02576fa9..007e9591cb 100644 --- a/source/online_transform.xsl +++ b/source/online_transform.xsl @@ -155,15 +155,15 @@
<gcse:search></gcse:search> @@ -713,17 +713,12 @@ document.getElementById("bm_system").innerHTML ="System is: "+system; - - - -

image source:

+
@@ -864,6 +859,9 @@ document.getElementById("bm_system").innerHTML ="System is: "+system; + + + @@ -879,7 +877,7 @@ document.getElementById("bm_system").innerHTML ="System is: "+system; -

Image:

+ -- cgit