diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-10-28 16:43:10 +0200 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-10-28 16:40:37 +0100 |
commit | c8a9ac72bc5e68f8a69490e3c157fe26b935f524 (patch) | |
tree | cc63769718e70dbc26323ab910dbe18224c61d96 | |
parent | 13b33e0bff785539fc858e1523cf68186531fd96 (diff) |
tdf#131206 update "Select" section in Insert Document field tab help
The focus is the <section> with id "auswahl". This section
is embedded from swriter/01/04090001.xhp to swriter/01/04090004.xhp
(no other pages found that embed section "auswahl" from 04090001.xhp)
( swriter/01/04090001.xhp )
- change section id from "auswahl" to "select"
- delete one paragraph (about formatting) because
already mentioned in both help pages.
- move paragraph about "offset" down to the "Offset"
section. "Offset" does not appear in the
tab for 04090004.xhp, so no need to embed it.
( swriter/01/04090004.xhp )
change select id from "auswahl" to "select"
Change-Id: Id238a7187595eca0d1ecc0d38fd3c27917f7e984
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104949
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
-rw-r--r-- | source/text/swriter/01/04090001.xhp | 7 | ||||
-rw-r--r-- | source/text/swriter/01/04090004.xhp | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/source/text/swriter/01/04090001.xhp b/source/text/swriter/01/04090001.xhp index de9b2ea058..45cb670333 100644 --- a/source/text/swriter/01/04090001.xhp +++ b/source/text/swriter/01/04090001.xhp @@ -145,15 +145,11 @@ <note id="par_id3154631" xml-lang="en-US">The following fields can only be inserted if the corresponding field type is selected in the <emph>Type </emph>list.</note> </section> -<section id="auswahl"> +<section id="select"> <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/flddocumentpage/select" id="bm_id3150671" localize="false"/> - <h2 id="hd_id3150660" xml-lang="en-US">Select<comment>on "Document" and "DocInformation" tab page this is called "Select", on the other tab pages "Selection"</comment></h2> <paragraph id="par_id3150678" role="paragraph" xml-lang="en-US"><ahelp hid="modules/swriter/ui/flddocumentpage/select">Lists the available fields for the field type selected in the <emph>Type </emph>list. To insert a field, click the field, and then click <emph>Insert</emph>.</ahelp></paragraph> <tip id="par_id3155537" xml-lang="en-US">To quickly insert a field from the <emph>Select</emph> list, double-click the field.</tip> - -<paragraph id="par_id3159229" role="paragraph" xml-lang="en-US">In the <emph>Format</emph>, click the numbering format that you want to use.</paragraph> -<paragraph id="par_id3145188" role="paragraph" xml-lang="en-US">If you want, you can enter an <emph>Offset </emph>for the displayed page number. With an <emph>Offset</emph> value of 1, the field will display a number that is 1 more than the current page number, but only if a page with that number exists. On the last page of the document, this same field will be empty.</paragraph> </section> <section id="format"> @@ -182,6 +178,7 @@ <h2 id="hd_id3150891" xml-lang="en-US">Offset</h2> <paragraph id="par_id3155312" role="paragraph" xml-lang="en-US"><ahelp hid="modules/swriter/ui/flddocumentpage/value">Enter the offset value that you want to apply to a page number field, for example "+1".</ahelp></paragraph> </section> +<paragraph id="par_id3145188" role="paragraph" xml-lang="en-US">If you want, you can enter an <emph>Offset </emph>for the displayed page number. With an <emph>Offset</emph> value of 1, the field will display a number that is 1 more than the current page number, but only if a page with that number exists. On the last page of the document, this same field will be empty.</paragraph> <tip id="par_id3154948" xml-lang="en-US">If you want to change the actual page number and not the displayed number, do not use the <emph>Offset</emph> value. To change page numbers, read the <link href="text/swriter/guide/pagenumbers.xhp" name="Page Numbers"><emph>Page Numbers</emph></link> guide.</tip> <h2 id="hd_id3154598" xml-lang="en-US">Offset in days/minutes</h2> diff --git a/source/text/swriter/01/04090004.xhp b/source/text/swriter/01/04090004.xhp index 714101a637..6ac16a2570 100644 --- a/source/text/swriter/01/04090004.xhp +++ b/source/text/swriter/01/04090004.xhp @@ -131,7 +131,7 @@ <embed href="text/swriter/01/04090001.xhp#hinweis"/> <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/flddocinfopage/select" id="bm_id3154623" localize="false"/> <paragraph role="paragraph" id="par_id0902200804290272" xml-lang="en-US"><ahelp hid="." visibility="hidden">Lists the available fields for the field type selected in the <emph>Type</emph> list. To insert a field, click the field, and then click <emph>Insert</emph>.</ahelp></paragraph> -<embed href="text/swriter/01/04090001.xhp#auswahl"/> +<embed href="text/swriter/01/04090001.xhp#select"/> <note id="par_id3149956" xml-lang="en-US">For the "Created", "Modified", and "Last printed" field types, you can include the author, date, and time of the corresponding operation.</note> <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/flddocinfopage/format" id="bm_id3166051" localize="false"/> <paragraph role="paragraph" id="par_id0902200804290382" xml-lang="en-US"><ahelp hid="." visibility="hidden">Click the format that you want to apply to the selected field, or click "Additional formats" to define a custom format.</ahelp></paragraph> |