Git commit e586167ce9ad206135e0a3c91309ead0526a4311 by Dag Andersen. Committed on 30/06/2022 at 08:18. Pushed by danders into branch 'master'.
Docs: Fix gui markup M +33 -22 doc/portfolio/contenteditor.docbook https://invent.kde.org/office/calligraplan/commit/e586167ce9ad206135e0a3c91309ead0526a4311 diff --git a/doc/portfolio/contenteditor.docbook b/doc/portfolio/contenteditor.docbook index fbb98637..2d8a43ab 100644 --- a/doc/portfolio/contenteditor.docbook +++ b/doc/portfolio/contenteditor.docbook @@ -1,24 +1,35 @@ <chapter id="content-editor"><title>Portfolio Content</title> - &WORK-IN-PROGRESS; - <para> - This editor enables you to configure the content of your portfolio. - </para><para> - Select <interface>Edit|Add</interface> or press <interface>Add...</interface> to add projects to your portfolio. - Select <interface>Edit|Remove</interface> or press <interface>Remove</interface> to remove selected projects. - </para><para> - Add the projects you are managing and set <emphasis>Portfolio</emphasis> = <emphasis>Yes</emphasis>. - </para><para> - If you have resources that is used by projects not part of your portfolio and you want to re-schedule or inspect resource usage, - you need to add all relevant projects and set <emphasis>Portfolio</emphasis> = <emphasis>No</emphasis> for these projects. - </para> - <formalpara><title>Storage</title> - <para></para> - </formalpara> - <para> - Project changes can be saved to the original project file or it can be embedded into the portfolio file. - If you are managing projects, they should normally be saved to their original files. Set <emphasis>Store</emphasis> = <emphasis>External</emphasis> in this case. - However, if you just want to see what impact changes might have, you may want to store projects - embedded while you are working on different scenarios. Set <emphasis>Store</emphasis> = <emphasis>Embedded</emphasis> in this case. - The projects external url is preserved if you later want to save the changes to the original file. - </para> +&WORK-IN-PROGRESS; +<para> +This editor enables you to configure the content of your portfolio. +</para><para> +Select +<menuchoice> +<shortcut><keycap>Insert</keycap></shortcut> +<guimenu>Edit</guimenu><guimenuitem>Add</guimenuitem> +</menuchoice> +or press <guibutton>Add</guibutton> to add projects to your portfolio. +</para><para> +Select +<menuchoice> +<shortcut><keycap>Delete</keycap></shortcut> +<guimenu>Edit</guimenu><guimenuitem>Remove</guimenuitem> +</menuchoice> +or press <guibutton>Remove</guibutton> to remove selected projects. +</para><para> +Add the projects you are managing and set <guilabel>Portfolio</guilabel> = <emphasis>Yes</emphasis>. +</para><para> +If you have resources that is used by projects not part of your portfolio and you want to re-schedule or inspect resource usage, +you need to add all relevant projects and set <guilabel>Portfolio</guilabel> = <emphasis>No</emphasis> for these projects. +</para> +<formalpara><title>Storage</title> +<para></para> +</formalpara> +<para> +Project changes can be saved to the original project file or it can be embedded into the portfolio file. +If you are managing projects, they should normally be saved to their original files. Set <guilabel>Store</guilabel> = <emphasis>External</emphasis> in this case. +However, if you just want to see what impact changes might have, you may want to store projects +embedded while you are working on different scenarios. Set <guilabel>Store</guilabel> = <emphasis>Embedded</emphasis> in this case. +The projects external url is preserved if you later want to save the changes to the original file. +</para> </chapter>
