Fixes as per testing

This commit is contained in:
trovier 2024-01-17 15:39:42 +01:00
parent 0ed571d28e
commit d4c9eb89a9

View File

@ -38,7 +38,7 @@
<h2>Overview</h2>
<div class="PortalHelp">
<p><b>ONLYOFFICE Desktop Editors</b> is an open-source office suite distributed under AGPL v.3. The application does not require a constant connection to the Internet and allows you to work with documents stored on your computer.</p>
<p>You can create, view and edit text documents, spreadsheets, and presentations of the most popular formats: <code>DOCX</code>, <code>ODT</code>, <code>XLSX</code>, <code>ODS</code>, <code>CSV</code>, <code>PPTX</code>, <code>ODP</code>, etc. You can also create <code>DOCXF</code> form templates and fill out <code>PDF</code> fillable forms. View all the formats supported by <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/HelpfulHints/SupportedFormats.aspx")%>">Document Editor</a>, <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/HelpfulHints/SupportedFormats.aspx")%>">Spreadsheet Editor</a>, <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Presentation-Editor/HelpfulHints/SupportedFormats.aspx")%>">Presentation Editor</a>, <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-PDF-Editor/HelpfulHints/SupportedFormats.aspx")%>">PDF Editor</a>.</p>
<p>You can create, view and edit text documents, spreadsheets, and presentations of the most popular formats: <code>DOCX</code>, <code>ODT</code>, <code>XLSX</code>, <code>ODS</code>, <code>CSV</code>, <code>PPTX</code>, <code>ODP</code>, etc. You can also create <code>DOCXF</code> form templates and fill out <code>PDF</code> fillable forms. View all the formats supported by <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/HelpfulHints/SupportedFormats.aspx")%>">Document Editor</a>, <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Spreadsheet-Editor/HelpfulHints/SupportedFormats.aspx")%>">Spreadsheet Editor</a>, <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Presentation-Editor/HelpfulHints/SupportedFormats.aspx")%>">Presentation Editor</a>, <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-PDF-Editor/HelpfulHints/About.aspx")%>">PDF Editor</a>.</p>
</div>
</div>
@ -212,14 +212,14 @@
<p>The <b>Settings</b> section in the left side menu of the main program window allows you to:</p>
<ul>
<li>change the <b>user name</b> displayed in the header of each opened document.</li>
<li>select the <b>interface language</b>. The list of the available languages can be found <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/desktop/documents/allplatforms/available-languages.aspx")%>">here</a>.
<p>enable the <b>RTL Interface (Beta)</b> option for RTL languages.</p>
</li>
<li>select the <b>interface language</b>. The list of the available languages can be found <a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/desktop/documents/allplatforms/available-languages.aspx")%>">here</a>.</li>
<li>enable the <b>RTL Interface (Beta)</b> option for RTL languages.</li>
<li>adjust <b>interface scaling</b> (on Windows and Linux only). The available values are Auto, 100%, 125%, 150%, 175%, 200%, 225%, 250%, 275%, 300%, 350%, 400%, 450%, 500%.</li>
<li>enable or disable <b>automatic checking for updates</b>. Select the necessary option: <b>Silent mode</b>, <b>Ask to download</b>, <b>Disable</b>.
<div class="notehelp">
you can also check for updates manually using the <b>Check for updates</b> button in the <b>About</b> section of the main program window.
</div>
<li>
enable or disable <b>automatic checking for updates</b>. Select the necessary option: <b>Silent mode</b>, <b>Ask to download</b>, <b>Disable</b>.
<div class="notehelp">
you can also check for updates manually using the <b>Check for updates</b> button in the <b>About</b> section of the main program window.
</div>
</li>
<li>select the <b>interface theme</b>. The available themes are Same as system, Light, Classic Light, Dark, Contrast Dark. You can also add a local theme on Windows and Linux. If you select the <b>Add local theme</b> option, the dialog window will open where you can select the theme <code>json</code> file. The file will be copied to the user's application folder.</li>
<li>select the Editor&rsquo;s launch mode when you open a new editor: <b>In its own tab</b> or <b>In its own window</b>. This will not affect your portal's launch mode. Portals always open in a tab.</li>