diff options
author | Olivier Hallot <olivier.hallot@edx.srv.br> | 2015-07-20 23:38:54 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2015-07-24 22:26:34 +0000 |
commit | a1c39441d6fbdce0cb60542884c03b671b7a448f (patch) | |
tree | 5eca0a2f3bda94b9e86d8672560ca78245899034 /source/text/shared/optionen | |
parent | 7cb47387ef4483bdd7b70c8e6db9ecf1a2a98a66 (diff) |
tdf#80586 (part) help page for Personalization
This patch is a partial fix for tdf#80586 and provides an entry page for
Tools - Options - LibreOffice - Personalization
I left a warning that the page need further work.
Change-Id: I68b5eb454db128db1fb44d5e7a5da2f46c807ab1
Reviewed-on: https://gerrit.libreoffice.org/17250
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'source/text/shared/optionen')
-rw-r--r-- | source/text/shared/optionen/01010000.xhp | 7 | ||||
-rw-r--r-- | source/text/shared/optionen/persona_firefox.xhp | 45 |
2 files changed, 49 insertions, 3 deletions
diff --git a/source/text/shared/optionen/01010000.xhp b/source/text/shared/optionen/01010000.xhp index ca3e2d80f0..a886d5e364 100644 --- a/source/text/shared/optionen/01010000.xhp +++ b/source/text/shared/optionen/01010000.xhp @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> - + <!-- * This file is part of the LibreOffice project. * @@ -18,8 +18,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - - + + <meta> <topic id="textsharedoptionen01010000xml" indexer="include" status="PUBLISH"> <title xml-lang="en-US" id="tit">$[officename]</title> @@ -44,6 +44,7 @@ <embed href="text/shared/optionen/01010700.xhp#schrifters"/> <embed href="text/shared/optionen/01030300.xhp#security"/> <embed href="text/shared/optionen/01012000.xhp#appearance"/> + <embed href="text/shared/optionen/persona_firefox.xhp#themes"/> <embed href="text/shared/optionen/01013000.xhp#accessibility"/> <embed href="text/shared/optionen/java.xhp#advanced"/> <embed href="text/shared/optionen/online_update.xhp#online_update"/> diff --git a/source/text/shared/optionen/persona_firefox.xhp b/source/text/shared/optionen/persona_firefox.xhp new file mode 100644 index 0000000000..abd558fdc9 --- /dev/null +++ b/source/text/shared/optionen/persona_firefox.xhp @@ -0,0 +1,45 @@ +<?xml version="1.0"?> +<helpdocument version="1.0"> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . +--> + +<meta> +<topic id="topic_2015201522062086" indexer="include" status="PUBLISH"> +<title xml-lang="en-US" id="tit_personalization">Personalization</title> +<filename>/text/shared/optionen/persona_firefox.xhp</filename> +</topic> +</meta> +<body> +<section id="themes"> +<bookmark xml-lang="en-US" branch="hid/cui/ui/personalization_tab/PersonalizationTabPage" id="bm_id6882839" localize="false"/> +<bookmark xml-lang="en-US" branch="index" id="bm_id4077578"> +<bookmark_value>themes;setting options</bookmark_value> +<bookmark_value>setting options;themes</bookmark_value> +<bookmark_value>personalization;Mozilla Firefox Themes</bookmark_value> +<bookmark_value>personas;personalization</bookmark_value> +<bookmark_value>personalization;personas</bookmark_value> +<bookmark_value>Mozilla Firefox Themes;personalization</bookmark_value> +</bookmark> +<paragraph id="par_idN10558" role="heading" xml-lang="en-US" level="1"><link href="text/shared/optionen/persona_firefox.xhp">Personalization</link></paragraph> +<paragraph id="par_idN10568" role="paragraph" xml-lang="en-US">You can personalize your %PRODUCTNAME with the same themes available for Mozilla Firefox.</paragraph> +</section> +<section id="howtoget"><embed href="text/shared/00/00000406.xhp#personalization"/> +</section> +<embed href="text/shared/need_help.xhp#needhelp"/> +</body> +</helpdocument>
\ No newline at end of file |