Rename controls with the same names, fix paths to icons

This commit is contained in:
Svetlana Maleeva 2023-02-13 13:14:30 +03:00
parent a3986844bd
commit dd94c3ba6d
9 changed files with 7 additions and 7 deletions

View File

@ -81,8 +81,8 @@
<div class="screen_text"> <div class="screen_text">
<p>If you are editing the document, you can open the sharing settings window directly from the editor interface in one of the following ways:</p> <p>If you are editing the document, you can open the sharing settings window directly from the editor interface in one of the following ways:</p>
<ul> <ul>
<li>click the <img alt="Manage document access rights" src="<%=VirtualPathUtility.ToAbsolute("~/OfficeWeb/apps/documenteditor/main/resources/help/en/images/access_rights.png")%>" /> <b>Manage document access rights</b> icon on the right side of the editor header,</li> <li>click the <img alt="Manage document access rights" src="<%=VirtualPathUtility.ToAbsolute("~/OfficeWeb/apps/documenteditor/main/resources/help/images/src/icons/access_rights.png")%>" /> <b>Manage document access rights</b> icon on the right side of the editor header,</li>
<li>switch to the <b>Collaboration</b> tab and click the <img alt="Sharing" src="<%=VirtualPathUtility.ToAbsolute("~/OfficeWeb/apps/documenteditor/main/resources/help/en/images/sharingicon.png")%>" /> <b>Sharing</b> button at the top toolbar,</li> <li>switch to the <b>Collaboration</b> tab and click the <img alt="Sharing" src="<%=VirtualPathUtility.ToAbsolute("~/OfficeWeb/apps/documenteditor/main/resources/help/images/src/icons/sharingicon.png")%>" /> <b>Sharing</b> button at the top toolbar,</li>
<li>switch to the <b>File</b> tab, open the <b>Access Rights...</b> section at the left sidebar and click the <b>Change access rights</b> button.</li> <li>switch to the <b>File</b> tab, open the <b>Access Rights...</b> section at the left sidebar and click the <b>Change access rights</b> button.</li>
</ul> </ul>
</div> </div>

View File

@ -81,8 +81,8 @@
<div class="screen_text"> <div class="screen_text">
<p>Wenn Sie das Dokument bearbeiten, können Sie das Fenster mit den Freigabeeinstellungen direkt über die Editor-Oberfläche auf eine der folgenden Arten öffnen:</p> <p>Wenn Sie das Dokument bearbeiten, können Sie das Fenster mit den Freigabeeinstellungen direkt über die Editor-Oberfläche auf eine der folgenden Arten öffnen:</p>
<ul> <ul>
<li>Klicken Sie auf das Symbol <img alt="Zugriffsrechte für das Dokument verwalten" src="<%=VirtualPathUtility.ToAbsolute("~/OfficeWeb/apps/documenteditor/main/resources/help/en/images/access_rights.png")%>" /> <b>Zugriffsrechte für das Dokument verwalten</b> auf der rechten Seite der Kopfzeile des Editors.</li> <li>Klicken Sie auf das Symbol <img alt="Zugriffsrechte für das Dokument verwalten" src="<%=VirtualPathUtility.ToAbsolute("~/OfficeWeb/apps/documenteditor/main/resources/help/images/src/icons/access_rights.png")%>" /> <b>Zugriffsrechte für das Dokument verwalten</b> auf der rechten Seite der Kopfzeile des Editors.</li>
<li>Wechseln Sie zur Registerkarte <b>Zusammenarbeit</b> und klicken Sie auf die Schaltfläche <img alt="Freigeben" src="<%=VirtualPathUtility.ToAbsolute("~/OfficeWeb/apps/documenteditor/main/resources/help/en/images/sharingicon.png")%>" /> <b>Freigeben</b> in der oberen Symbolleiste.</li> <li>Wechseln Sie zur Registerkarte <b>Zusammenarbeit</b> und klicken Sie auf die Schaltfläche <img alt="Freigeben" src="<%=VirtualPathUtility.ToAbsolute("~/OfficeWeb/apps/documenteditor/main/resources/help/images/src/icons/sharingicon.png")%>" /> <b>Freigeben</b> in der oberen Symbolleiste.</li>
<li>Wechseln Sie zur Registerkarte <b>Datei</b>, öffnen Sie den Abschnitt <b>Zugriffsrechte...</b> in der linken Seitenleiste und klicken Sie auf die Schaltfläche <b>Zugriffsrechte ändern</b>.</li> <li>Wechseln Sie zur Registerkarte <b>Datei</b>, öffnen Sie den Abschnitt <b>Zugriffsrechte...</b> in der linken Seitenleiste und klicken Sie auf die Schaltfläche <b>Zugriffsrechte ändern</b>.</li>
</ul> </ul>
</div> </div>

View File

@ -11,7 +11,7 @@
<cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/TopControls/DocumentsTop/DocumentsTop.ascx" /> <cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/TopControls/DocumentsTop/DocumentsTop.ascx" />
</asp:Content> </asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="content" runat="Server"> <asp:Content ID="Content2" ContentPlaceHolderID="content" runat="Server">
<cc:localizecontent runat="Server" controlname="~/controls/help/tipstricks/personal/availablelanguages/availablelanguages.ascx" /> <cc:localizecontent runat="Server" controlname="~/controls/help/tipstricks/personal/availablelanguages/availablelanguagesPersonal.ascx" />
</asp:Content> </asp:Content>
<asp:Content ID="content1" ContentPlaceHolderID="leftmenupage" runat="server"> <asp:Content ID="content1" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="userguidesworkspacepage general"> <div class="userguidesworkspacepage general">

View File

@ -11,7 +11,7 @@
<cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/TopControls/DocumentsTop/DocumentsTop.ascx" /> <cc:localizecontent runat="Server" controlname="~/Controls/Help/VariousControls/TopControls/DocumentsTop/DocumentsTop.ascx" />
</asp:Content> </asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server"> <asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:localizecontent runat="Server" controlname="~/Controls/Help/Guides/Personal/ShareDocuments/ShareDocuments.ascx" /> <cc:localizecontent runat="Server" controlname="~/Controls/Help/Guides/Personal/ShareDocuments/ShareDocumentsPersonal.ascx" />
</asp:Content> </asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server"> <asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="userguidesworkspacepage general"> <div class="userguidesworkspacepage general">

View File

@ -21,7 +21,7 @@
</asp:Content> </asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="content" runat="Server"> <asp:Content ID="Content2" ContentPlaceHolderID="content" runat="Server">
<div id="outOfDate" style="display: none;"></div> <div id="outOfDate" style="display: none;"></div>
<cc:LocalizeContent runat="Server" ControlName="~/controls/help/tipstricks/personal/documentversions/documentversions.ascx" /> <cc:LocalizeContent runat="Server" ControlName="~/controls/help/tipstricks/personal/documentversions/documentversionsPersonal.ascx" />
<uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/_82qnZRnoi8?wmode=transparent" ID="VideoContainer" /> <uc:VideoContainer runat="server" Url="https://www.youtube.com/embed/_82qnZRnoi8?wmode=transparent" ID="VideoContainer" />
</asp:Content> </asp:Content>
<asp:Content ID="content1" ContentPlaceHolderID="leftmenupage" runat="server"> <asp:Content ID="content1" ContentPlaceHolderID="leftmenupage" runat="server">