diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-02-26 14:19:02 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-02-26 17:05:52 +0100 |
commit | 6a651976ff18339c05f8652d565a0da2fc23ceb5 (patch) | |
tree | 847e7f540b7f92ab183d40100e8a7698de47acbf /source/text | |
parent | ea1198386289e62c63639b708d2c5db0d9401b19 (diff) |
add appl-switch for command sequence for insert Floating Frame
( shared/00/00000404.xhp )
+ add appl-switch and correct command sequence for Writer
* rename German ID
* change icon size to 1cm
( shared/01/04160500.xhp )
* update to renamed ID
Change-Id: Ie244f924065a1cb892ada0f037e34401d9784ace
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111586
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
Diffstat (limited to 'source/text')
-rw-r--r-- | source/text/shared/00/00000404.xhp | 13 | ||||
-rw-r--r-- | source/text/shared/01/04160500.xhp | 2 |
2 files changed, 11 insertions, 4 deletions
diff --git a/source/text/shared/00/00000404.xhp b/source/text/shared/00/00000404.xhp index 1db86427ff..6a4ea764a4 100644 --- a/source/text/shared/00/00000404.xhp +++ b/source/text/shared/00/00000404.xhp @@ -155,15 +155,22 @@ </table> </section> </section> -<section id="eiobframe"> +<section id="floatingframe"> +<switch select="appl"> +<case select="WRITER"> +<paragraph role="paragraph" id="par_id671614345792991">Choose <menuitem>Insert - Frame - Floating Frame</menuitem></paragraph> +</case> +<default> <paragraph role="paragraph" id="par_id3150037" xml-lang="en-US">Choose <emph>Insert - Floating Frame</emph>.</paragraph> -<paragraph role="paragraph" id="par_id3083281" xml-lang="en-US">On the <emph>Insert</emph> bar, click</paragraph><comment>bar or toolbar?</comment> +</default> +</switch> +<paragraph role="paragraph" id="par_id3083281" xml-lang="en-US">On the <emph>Insert</emph> bar, click</paragraph> <section id="syframe"> <table id="tbl_id3153743"> <tablerow> <tablecell> <paragraph role="paragraph" id="par_id3168607" xml-lang="en-US"> -<image id="img_id3147482" src="cmd/sc_insertobjectfloatingframe.png" width="0.222inch" height="0.222inch"><alt id="alt_id3147482" xml-lang="en-US">Icon</alt></image></paragraph> +<image id="img_id3147482" src="cmd/sc_insertobjectfloatingframe.png" width="1cm" height="1cm"><alt id="alt_id3147482" xml-lang="en-US">Icon</alt></image></paragraph> </tablecell> <tablecell> <paragraph role="paragraph" id="par_id3148588" xml-lang="en-US">Floating Frame</paragraph> diff --git a/source/text/shared/01/04160500.xhp b/source/text/shared/01/04160500.xhp index d09b63e2bd..f7cc60a5d2 100644 --- a/source/text/shared/01/04160500.xhp +++ b/source/text/shared/01/04160500.xhp @@ -34,7 +34,7 @@ <h1 id="hd_id3149783">Insert Floating Frame</h1> <paragraph role="paragraph" id="par_id3148410" xml-lang="en-US"><variable id="floating_frame_text"><variable id="frameeinfuegentext"><ahelp hid=".">Inserts a floating frame into the current document. Floating frames are used in HTML documents to display the contents of another file.</ahelp></variable></variable></paragraph> <section id="howtoget"> - <embed href="text/shared/00/00000404.xhp#eiobframe"/> + <embed href="text/shared/00/00000404.xhp#floatingframe"/> </section> <note id="par_id3151100">If you want to create HTML pages that use floating frames, choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML compatibility</emph>, and then select the "MS Internet Explorer" option. The floating frame is bounded by <IFRAME> and </IFRAME> tags.</note> <section id="relatedtopics"> |