diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-10-21 16:42:52 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-10-21 21:13:38 +0200 |
commit | 8f9abfe9036b842e809947f94d2cab2f6db153af (patch) | |
tree | 464ee22a6245f0e3995062ad36ccdcb2d14a27d5 /help3xsl | |
parent | ebb762cd6a29589089646670eb6eeb0b80b493d7 (diff) |
tdf#112755 reorder modules icons in helponline
Change-Id: Ib662f9e0b4dd84abfbddd0bbe91fbfebf6d8a98a
Reviewed-on: https://gerrit.libreoffice.org/43676
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/online_transform.xsl | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index 1d036fdb7a..2c1acefdac 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"); |