diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-12-12 00:34:04 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-12-20 09:34:55 +0100 |
commit | 6cbff81636b27194363fb906f54dbae70fbe4b68 (patch) | |
tree | 227f2fc510a14dab997a75c9aff9d4184c499a73 | |
parent | 546911b845a41f1c1a7188985f6237767114a536 (diff) |
Related to: tdf#138621 Change "Open Template" to "Edit Template"
tdf#138261 changed the label for .uno:OpenTemplate
This patch updates all relevant help pages to reflect that change.
( shared/01/01110400.xhp )
* "Open Template" --> "Edit Template"
+ add "related topics" section
+ embed link in related topics to standard_template (about
creating and modifying templates)
* update to <h1>,<menuitem>
( shared/01/01110000.xhp )
* update to <h1>
Change-Id: Id4e4279256c5ede1df22f948304fbb65723b3620
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/107617
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
-rw-r--r-- | source/text/shared/01/01110400.xhp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/source/text/shared/01/01110400.xhp b/source/text/shared/01/01110400.xhp index 6654dba38c..a658c2ff43 100644 --- a/source/text/shared/01/01110400.xhp +++ b/source/text/shared/01/01110400.xhp @@ -20,18 +20,21 @@ <meta> <topic id="textshared0101110400xml" indexer="include" status="PUBLISH"> - <title id="tit" xml-lang="en-US">Open Template</title> + <title id="tit" xml-lang="en-US">Edit Template</title> <filename>/text/shared/01/01110400.xhp</filename> </topic> </meta> <body> <section id="opentemplate"> <bookmark branch="hid/.uno:OpenTemplate" id="bm_id3148668" xml-lang="en-US" localize="false"/> -<paragraph role="heading" level="1" id="hd_id3150620" xml-lang="en-US"><link href="text/shared/01/01110400.xhp" name="Open Template">Open Template</link></paragraph> +<h1 id="hd_id3150620" xml-lang="en-US"><link href="text/shared/01/01110400.xhp" name="Open Template">Edit Template</link></h1> <paragraph role="paragraph" id="par_id3144415" xml-lang="en-US"><ahelp hid=".uno:OpenTemplate">Opens a dialog where you can select a template for editing.</ahelp></paragraph> </section> <section id="howtoget"> - <paragraph role="paragraph" id="par_id01110401" xml-lang="en-US">Choose <emph>File - Templates - Open Template</emph>.</paragraph> + <paragraph role="paragraph" id="par_id01110401" xml-lang="en-US">Choose <menuitem>File - Templates - Edit Template</menuitem>.</paragraph> +</section> +<section id="relatedtopics"> +<embed href="text/shared/guide/standard_template.xhp#standard_template"/> </section> </body> </helpdocument> |