summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@gnome.hu>2018-06-12 01:08:53 +0200
committerGabor Kelemen <kelemeng@ubuntu.com>2018-06-12 09:14:05 +0200
commit7623916541246501c8c797ab9b6decece8ae230a (patch)
tree93d4d663273764fcf214f48c59160d2107d88306
parentdc25f00e499d4ece26fab2e17427583e99e45adf (diff)
tdf#118115 Fix bookmarks and ahelps on Signature Line pages
Change-Id: I26de5e74067ffadd0a9ba11234bf1f2125d0c169 Reviewed-on: https://gerrit.libreoffice.org/55652 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com> Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> (cherry picked from commit 7b320d053840e707047969943e94370634cbe93a) Reviewed-on: https://gerrit.libreoffice.org/55659
-rw-r--r--source/text/swriter/01/addsignatureline.xhp20
-rw-r--r--source/text/swriter/01/signsignatureline.xhp13
2 files changed, 17 insertions, 16 deletions
diff --git a/source/text/swriter/01/addsignatureline.xhp b/source/text/swriter/01/addsignatureline.xhp
index 7da5d22dc0..27e02b3533 100644
--- a/source/text/swriter/01/addsignatureline.xhp
+++ b/source/text/swriter/01/addsignatureline.xhp
@@ -31,24 +31,24 @@
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#signatureline"/>
</section>
- <bookmark branch="hid/cui/ui/signatureline/label_name" id="bm_id7046" localize="false"/>
+ <bookmark branch="hid/cui/ui/signatureline/edit_name" id="bm_id7046" localize="false"/>
<paragraph role="heading" id="hd_id631526467960460" level="2" xml-lang="en-US">Name</paragraph>
- <paragraph role="paragraph" id="par_id351526467968348" xml-lang="en-US">Insert the name of the signer. The name is displayed in the signature line graphic box.</paragraph>
- <bookmark branch="hid/cui/ui/signatureline/label_title" id="bm_id18873" localize="false"/>
+ <paragraph role="paragraph" id="par_id351526467968348" xml-lang="en-US"><ahelp hid=".">Insert the name of the signer. The name is displayed in the signature line graphic box.</ahelp></paragraph>
+ <bookmark branch="hid/cui/ui/signatureline/edit_title" id="bm_id18873" localize="false"/>
<paragraph role="heading" id="hd_id171526467974440" level="2" xml-lang="en-US">Title</paragraph>
- <paragraph role="paragraph" id="par_id701526467979209" xml-lang="en-US">Enter the title of the signer. The title is displayed in the signature line graphic box.</paragraph>
- <bookmark branch="hid/cui/ui/signatureline/label_email" id="bm_id44045" localize="false"/>
+ <paragraph role="paragraph" id="par_id701526467979209" xml-lang="en-US"><ahelp hid=".">Enter the title of the signer. The title is displayed in the signature line graphic box.</ahelp></paragraph>
+ <bookmark branch="hid/cui/ui/signatureline/edit_email" id="bm_id44045" localize="false"/>
<paragraph role="heading" id="hd_id431526467986157" level="2" xml-lang="en-US">Email</paragraph>
- <paragraph role="paragraph" id="par_id111526467993387" xml-lang="en-US">Enter the e-mail of the signer. The email is not displayed in the signature line graphic box, and is be used for the digital signature.</paragraph>
+ <paragraph role="paragraph" id="par_id111526467993387" xml-lang="en-US"><ahelp hid=".">Enter the e-mail of the signer. The email is not displayed in the signature line graphic box, and is be used for the digital signature.</ahelp></paragraph>
<bookmark branch="hid/cui/ui/signatureline/checkbox_can_add_comments" id="bm_id12571" localize="false"/>
<paragraph role="heading" id="hd_id451526468019876" level="2" xml-lang="en-US">Signer can add comments</paragraph>
- <paragraph role="paragraph" id="par_id531526562791579" xml-lang="en-US">Enable signer to insert comments in the Sign Signature Line dialog at time of signature.</paragraph>
+ <paragraph role="paragraph" id="par_id531526562791579" xml-lang="en-US"><ahelp hid=".">Enable signer to insert comments in the Sign Signature Line dialog at time of signature.</ahelp></paragraph>
<bookmark branch="hid/cui/ui/signatureline/checkbox_show_sign_date" id="bm_id7617" localize="false"/>
<paragraph role="heading" id="hd_id31526468046686" level="2" xml-lang="en-US">Show sign date in signature line</paragraph>
- <paragraph role="paragraph" id="par_id11526468051934" xml-lang="en-US">Mark this checkbox to display the date of the signature, at the time when the document is digitally signed.</paragraph>
- <bookmark branch="hid/cui/ui/signatureline/label_instructions" id="bm_id42173" localize="false"/>
+ <paragraph role="paragraph" id="par_id11526468051934" xml-lang="en-US"><ahelp hid=".">Mark this checkbox to display the date of the signature, at the time when the document is digitally signed.</ahelp></paragraph>
+ <bookmark branch="hid/cui/ui/signatureline/edit_instructions" id="bm_id42173" localize="false"/>
<paragraph role="heading" id="hd_id791526468057743" level="2" xml-lang="en-US">Instructions to the signer</paragraph>
- <paragraph role="paragraph" id="par_id131526560799876" xml-lang="en-US">Insert instructions for the signer. The instructions appears in the Sign Signature Line dialog box, at the time of signature.</paragraph>
+ <paragraph role="paragraph" id="par_id131526560799876" xml-lang="en-US"><ahelp hid=".">Insert instructions for the signer. The instructions appears in the Sign Signature Line dialog box, at the time of signature.</ahelp></paragraph>
<section id="relatedtopics">
<paragraph role="paragraph" id="par_id231526468462129" localize="false" xml-lang="en-US"><embedvar href="text/shared/guide/digital_signatures.xhp#digital_signatures" markup="keep"/></paragraph>
<paragraph role="paragraph" id="par_id331526563044685" localize="false" xml-lang="en-US"><embedvar href="text/swriter/01/signsignatureline.xhp#signsignatureline01" markup="keep"/></paragraph>
diff --git a/source/text/swriter/01/signsignatureline.xhp b/source/text/swriter/01/signsignatureline.xhp
index 6a3130b2bc..93e699723a 100644
--- a/source/text/swriter/01/signsignatureline.xhp
+++ b/source/text/swriter/01/signsignatureline.xhp
@@ -26,18 +26,19 @@
<section id="howtoget">
<paragraph role="paragraph" id="par_id291526564031387" xml-lang="en-US">Select the signature line graphic object context menu. Choose <emph>Sign Signature Line</emph>.</paragraph>
</section>
- <bookmark branch="hid/cui/ui/signsignatureline/label_name" id="bm_id23490" localize="false"/>
+ <bookmark branch="hid/cui/ui/signsignatureline/edit_name" id="bm_id23490" localize="false"/>
<paragraph role="heading" id="hd_id311526563971364" level="2" xml-lang="en-US">Your Name</paragraph>
- <paragraph role="paragraph" id="par_id511526564217965" xml-lang="en-US">Enter your name as signer of the document. Your name will be inserted above the signature horizontal line.</paragraph>
+ <paragraph role="paragraph" id="par_id511526564217965" xml-lang="en-US"><ahelp hid=".">Enter your name as signer of the document. Your name will be inserted above the signature horizontal line.</ahelp></paragraph>
<bookmark branch="hid/cui/ui/signsignatureline/btn_select_certificate" id="bm_id30514" localize="false"/>
<paragraph role="heading" id="hd_id401526563978041" level="2" xml-lang="en-US">Certificate</paragraph>
- <paragraph role="paragraph" id="par_id31526564223526" xml-lang="en-US">Click on the Select Certificate button to open the Select Certificate dialog box, where your certificates are listed. Select the certificate suitable for signing the document.</paragraph>
+ <paragraph role="paragraph" id="par_id31526564223526" xml-lang="en-US"><ahelp hid=".">Click on the Select Certificate button to open the Select Certificate dialog box, where your certificates are listed. Select the certificate suitable for signing the document.</ahelp></paragraph>
<paragraph xml-lang="en-US" id="par_id251526576138883" role="note">The information of the certificate issuer is inserted in the bottom of the Signature Line object.</paragraph>
<paragraph role="heading" id="hd_id301526563985718" level="2" xml-lang="en-US">Instructions from the document creator</paragraph>
- <paragraph role="paragraph" id="par_id271526564228571" xml-lang="en-US">This area displays the instructions entered by the document creator when <link href="text/swriter/01/addsignatureline.xhp" name="Adding the Signature Line">adding the signature line</link>.</paragraph>
- <bookmark branch="hid/cui/ui/signsignatureline/label_add_comment" id="bm_id25348" localize="false"/>
+ <bookmark branch="hid/cui/ui/signsignatureline/label_hint_text" id="bm_id30514" localize="false"/>
+ <paragraph role="paragraph" id="par_id271526564228571" xml-lang="en-US"><ahelp hid=".">This area displays the instructions entered by the document creator when <link href="text/swriter/01/addsignatureline.xhp" name="Adding the Signature Line">adding the signature line</link>.</ahelp></paragraph>
+ <bookmark branch="hid/cui/ui/signsignatureline/edit_comment" id="bm_id25348" localize="false"/>
<paragraph role="heading" id="hd_id161526563992082" level="2" xml-lang="en-US">Add comments</paragraph>
- <paragraph role="paragraph" id="par_id21526564234712" xml-lang="en-US">Enter comments about the signature. The comments are displayed in the <emph>Description</emph> field of the certificate.</paragraph>
+ <paragraph role="paragraph" id="par_id21526564234712" xml-lang="en-US"><ahelp hid=".">Enter comments about the signature. The comments are displayed in the <emph>Description</emph> field of the certificate.</ahelp></paragraph>
<paragraph xml-lang="en-US" id="par_id621526576147414" role="note">If enabled when the signature line was created, the date of signature is inserted on the top right of the signature line object.</paragraph>
<paragraph role="paragraph" id="par_id21526579319036" xml-lang="en-US">
<image src="media/helpimg/sw_signatureline02.png" id="img_id551526579319036" width="280px" height="173px"><alt xml-lang="en-US" id="alt_id641526579319036">Signed Signature Line</alt></image>