diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-04-18 09:05:50 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-04-18 16:39:17 +0200 |
commit | 7e29cad08d812997ae5053444c86edf1c8c971d4 (patch) | |
tree | 0823a3a893a8edfe3140c4629679ba6c0ba1124f | |
parent | 9e32990654d9b4ad397f6e0d21973483b1bf47f9 (diff) |
Use svg icons in Help page
Change-Id: I1418d54df7393321e79706d4885af50e6fdea59b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/166249
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/guide/digital_signatures.xhp | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/source/text/shared/guide/digital_signatures.xhp b/source/text/shared/guide/digital_signatures.xhp index c6141cb216..2e79ccc6c6 100644 --- a/source/text/shared/guide/digital_signatures.xhp +++ b/source/text/shared/guide/digital_signatures.xhp @@ -27,8 +27,8 @@ </meta> <body> <bookmark branch="index" id="bm_id7430951"><bookmark_value>certificates</bookmark_value> - <bookmark_value>digital signatures;overview</bookmark_value> - <bookmark_value>security;digital signatures</bookmark_value> +<bookmark_value>digital signatures;overview</bookmark_value> +<bookmark_value>security;digital signatures</bookmark_value> </bookmark><comment>mw moved 1 entry to digitalsign_send.xhp and made "digital signatures" a two level entry and added a new entry</comment> <h1 id="hd_id2767418"><variable id="digital_signatures"><link href="text/shared/guide/digital_signatures.xhp">About Digital Signatures</link> </variable></h1> @@ -54,9 +54,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph id="par_id0821200912504010" role="tablecontent"> -<image id="img_id0821200912421569" src="xmlsecurity/res/certificate_16.png" width="0.1665in" height="0.1665in"><alt id="alt_id0821200912421569">Icon</alt> - </image></paragraph> + <paragraph id="par_id0821200912504010" role="tablecontent"><image id="img_id0821200912421569" src="xmlsecurity/res/certificate_16.svg" width="1cm" height="1cm"><alt id="alt_id0821200912421569">Icon</alt></image></paragraph> </tablecell> <tablecell> <paragraph id="par_id0821200912504189" role="tablecontent">The signature is valid.</paragraph> @@ -64,9 +62,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph id="par_id082120091250418" role="tablecontent"> -<image id="img_id0821200912431081" src="xmlsecurity/res/notcertificate_16.png" width="0.1665in" height="0.1665in"><alt id="alt_id0821200912431081">Icon</alt> - </image></paragraph> + <paragraph id="par_id082120091250418" role="tablecontent"><image id="img_id0821200912431081" src="xmlsecurity/res/notcertificate_16.svg" width="1cm" height="1cm"><alt id="alt_id0821200912431081">Icon</alt></image></paragraph> </tablecell> <tablecell> <paragraph id="par_id0821200912504133" role="tablecontent">The signature is OK, but the certificates could not be validated.</paragraph> @@ -76,8 +72,7 @@ <tablerow> <tablecell> <paragraph id="par_id0821200912504237" role="tablecontent"> -<image id="img_id0821200912435090" src="svx/res/caution_11x16.png" width="0.1665in" height="0.1146in"><alt id="alt_id0821200912435090">Icon</alt> - </image></paragraph> +<image id="img_id0821200912435090" src="svx/res/caution_11x16.png" width="1cm" height="1cm"><alt id="alt_id0821200912435090">Icon</alt></image></paragraph> </tablecell> <tablecell> <paragraph id="par_id0821200912504233" role="tablecontent">The signature is invalid.</paragraph> |