[Libreoffice-commits] help.git: help3xsl/online_transform.xsl
Olivier Hallot
olivier.hallot at libreoffice.org
Sat Oct 21 19:14:05 UTC 2017
help3xsl/online_transform.xsl | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
New commits:
commit 8f9abfe9036b842e809947f94d2cab2f6db153af
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
Date: Sat Oct 21 16:42:52 2017 -0200
tdf#112755 reorder modules icons in helponline
Change-Id: Ib662f9e0b4dd84abfbddd0bbe91fbfebf6d8a98a
Reviewed-on: https://gerrit.libreoffice.org/43676
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index 1d036fdb7..2c1acefda 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -215,14 +215,14 @@
</header>
<nav id="Modules" class="modules">
<ul>
- <li><a href="{$productversion}/{$lang}/text/scalc/main0000.html?DbPAR=CALC"><div class="calc"></div>Calc</a></li>
<li><a href="{$productversion}/{$lang}/text/swriter/main0000.html?DbPAR=WRITER"><div class="writer"></div>Writer</a></li>
- <li><a href="{$productversion}/{$lang}/text/simpress/main0000.html?DbPAR=IMPRESS"><div class="impress"></div>Impress</a></li>
+ <li><a href="{$productversion}/{$lang}/text/scalc/main0000.html?DbPAR=CALC"><div class="calc"></div>Calc</a></li>
+ <li><a href="{$productversion}/{$lang}/text/simpress/main0000.html?DbPAR=IMPRESS"><div class="impress"></div>Impress</a></li>
<li><a href="{$productversion}/{$lang}/text/sdraw/main0000.html?DbPAR=DRAW"><div class="draw"></div>Draw</a></li>
+ <li><a href="{$productversion}/{$lang}/text/shared/explorer/database/main.html?DbPAR=BASE"><div class="base"></div>Base</a></li>
+ <li><a href="{$productversion}/{$lang}/text/smath/main0000.html?DbPAR=MATH"><div class="math"></div>Math</a></li>
<li><a href="{$productversion}/{$lang}/text/schart/main0000.html?DbPAR=CHART"><div class="chart"></div>Chart</a></li>
<li><a href="{$productversion}/{$lang}/text/sbasic/shared/main0601.html?DbPAR=BASIC"><div class="basic"></div>Basic</a></li>
- <li><a href="{$productversion}/{$lang}/text/smath/main0000.html?DbPAR=MATH"><div class="math"></div>Math</a></li>
- <li><a href="{$productversion}/{$lang}/text/shared/explorer/database/main.html?DbPAR=BASE"><div class="base"></div>Base</a></li>
</ul>
</nav>
<div class="accordion">
@@ -262,23 +262,23 @@
<p> 🔎 <input id="search-bar" type="text"/></p>
</div>
<div id="Bookmarks">
- <p>CALC</p>
+ <p>CALC</p>
<ul id="bookmarkCALC"></ul>
- <p>CHART</p>
+ <p>CHART</p>
<ul id="bookmarkCHART"></ul>
- <p>WRITER</p>
+ <p>WRITER</p>
<ul id="bookmarkWRITER"></ul>
- <p>DRAW</p>
+ <p>DRAW</p>
<ul id="bookmarkDRAW" ></ul>
- <p>IMPRESS</p>
+ <p>IMPRESS</p>
<ul id="bookmarkIMPRESS"></ul>
- <p>MATH</p>
+ <p>MATH</p>
<ul id="bookmarkMATH"></ul>
- <p>BASE</p>
+ <p>BASE</p>
<ul id="bookmarkBASE"></ul>
- <p>BASIC</p>
+ <p>BASIC</p>
<ul id="bookmarkBASIC"></ul>
- <p>GLOBAL</p>
+ <p>GLOBAL</p>
<ul id="bookmarkSHARED"></ul>
</div>
</div>
@@ -303,7 +303,7 @@
<xsl:when test="$online">
<script type="text/javascript">
<![CDATA[
- var userLang = navigator.language || navigator.userLanguage;
+ var userLang = navigator.language || navigator.userLanguage;
var module = getParameterByName("DbPAR");
setModule(module);
var system = getParameterByName("System");
More information about the Libreoffice-commits
mailing list