diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-03-15 08:29:01 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-03-15 08:33:11 +0100 |
commit | 14b884e807078b67f47d8615df2e4c2e363890ed (patch) | |
tree | 96e00fea5d1e324be835d09f58d5b05b6d6d118d /source/text/shared/02 | |
parent | 31f0c48d3bc30742d49af32ac9686d71f8aa7215 (diff) |
Revert "Update Clac Tools menu with Forms submenu"
This reverts commit 31f0c48d3bc30742d49af32ac9686d71f8aa7215, because
it broke the build, presumably because it forgot to add
helpcontent2/source/text/shared/menu/forms.xhp as a new file.
Change-Id: Ie51a7683f254b0439bbbc2e563ba943b8f98e02a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131486
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'source/text/shared/02')
-rw-r--r-- | source/text/shared/02/01170400.xhp | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/source/text/shared/02/01170400.xhp b/source/text/shared/02/01170400.xhp index 6df2946e58..70ba110857 100644 --- a/source/text/shared/02/01170400.xhp +++ b/source/text/shared/02/01170400.xhp @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> + + + <!-- * This file is part of the LibreOffice project. * @@ -16,7 +19,9 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<helpdocument version="1.0"> + + + <helpdocument version="1.0"> <meta> <topic id="textshared0201170400xml" indexer="include" status="PUBLISH"> <title id="tit" xml-lang="en-US">Add Field</title> @@ -25,21 +30,13 @@ </meta> <body> <bookmark xml-lang="en-US" branch="hid/.uno:AddField" id="bm_id2298449" localize="false"/> -<bookmark xml-lang="en-US" branch="index" id="bm_id871647297744020"> -<bookmark_value>database field;add to form</bookmark_value> -<bookmark_value>forms;add database field</bookmark_value> -<bookmark_value>database field;add to report</bookmark_value> -<bookmark_value>report;add database field</bookmark_value> -</bookmark> -<section id="add_field_Head"> - <h1 id="hd_id3144436"><link href="text/shared/02/01170400.xhp" name="Add Field">Add Field</link></h1> - <paragraph role="paragraph" id="par_id3166460" xml-lang="en-US"><variable id="text"><ahelp hid=".uno:AddField">Opens a window where you can select a database field to add to the form or report.</ahelp></variable><comment>same help id used for forms and reports</comment></paragraph> -</section> +<paragraph role="heading" id="hd_id3144436" xml-lang="en-US" level="1"><link href="text/shared/02/01170400.xhp" name="Add Field">Add Field</link></paragraph> +<paragraph role="paragraph" id="par_id3166460" xml-lang="en-US"><variable id="text"><ahelp hid=".uno:AddField">Opens a window where you can select a database field to add to the form or report.</ahelp> +</variable><comment>same help id used for forms and reports</comment></paragraph> <section id="howtoget"> <embed href="text/shared/00/00040501.xhp#add_field"/> </section> -<bookmark xml-lang="en-US" branch="hid/SVX_HID_FIELD_SEL" id="bm_id3155503" localize="false"/> -<paragraph role="paragraph" id="par_id3156114" xml-lang="en-US"><ahelp hid="HID_FIELD_SEL">The field selection window lists all database fields of the table or query that was specified as the data source in the <link href="text/shared/02/01170201.xhp" name="Form Properties">Form Properties</link>.</ahelp></paragraph> +<bookmark xml-lang="en-US" branch="hid/SVX_HID_FIELD_SEL" id="bm_id3155503" localize="false"/><paragraph role="paragraph" id="par_id3156114" xml-lang="en-US"><ahelp hid="HID_FIELD_SEL">The field selection window lists all database fields of the table or query that was specified as the data source in the <link href="text/shared/02/01170201.xhp" name="Form Properties">Form Properties</link>.</ahelp></paragraph> <paragraph role="paragraph" id="par_id3147620" xml-lang="en-US">You can insert a field into the current document by dragging and dropping. A field is then inserted which contains a link to the database.</paragraph> <paragraph role="paragraph" id="par_id3153541" xml-lang="en-US">If you add fields to a form and you switch off the <link href="text/shared/02/01170500.xhp" name="Design Mode">Design Mode</link>, you can see that $[officename] adds a labeled input field for every inserted database field.<comment>may be different for reports</comment></paragraph> </body> |