diff --git a/Web/Controls/Help/Documents/Documents.ascx b/Web/Controls/Help/Documents/Documents.ascx index 13c286a51..c7a888b66 100644 --- a/Web/Controls/Help/Documents/Documents.ascx +++ b/Web/Controls/Help/Documents/Documents.ascx @@ -21,7 +21,9 @@ + +

Overview

diff --git a/Web/Controls/Help/Documents/Documents.ru.ascx b/Web/Controls/Help/Documents/Documents.ru.ascx index be4fd632a..13f14ceb9 100644 --- a/Web/Controls/Help/Documents/Documents.ru.ascx +++ b/Web/Controls/Help/Documents/Documents.ru.ascx @@ -21,6 +21,9 @@ + + +

Обзор

diff --git a/Web/Controls/Help/Video/AllVideoControls/0058_review/0058_review.ascx b/Web/Controls/Help/Video/AllVideoControls/0058_review/0058_review.ascx new file mode 100644 index 000000000..45d1aac97 --- /dev/null +++ b/Web/Controls/Help/Video/AllVideoControls/0058_review/0058_review.ascx @@ -0,0 +1,9 @@ +<%@ Control Language="C#" Inherits="BaseContentUserControls"%> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + \ No newline at end of file diff --git a/Web/Controls/Help/Video/AllVideoControls/0059_fillingforms/0059_fillingforms.ascx b/Web/Controls/Help/Video/AllVideoControls/0059_fillingforms/0059_fillingforms.ascx new file mode 100644 index 000000000..b25e60a49 --- /dev/null +++ b/Web/Controls/Help/Video/AllVideoControls/0059_fillingforms/0059_fillingforms.ascx @@ -0,0 +1,9 @@ +<%@ Control Language="C#" Inherits="BaseContentUserControls"%> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + \ No newline at end of file diff --git a/Web/Controls/Help/Video/Documents/FillingForms/FillingForms.ascx b/Web/Controls/Help/Video/Documents/FillingForms/FillingForms.ascx new file mode 100644 index 000000000..e5a816ae4 --- /dev/null +++ b/Web/Controls/Help/Video/Documents/FillingForms/FillingForms.ascx @@ -0,0 +1,22 @@ +<%@ Control Language="C#" Inherits="BaseContentUserControls"%> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + + + +
+ +

Creating fillable forms in ONLYOFFICE

+
+ +
+
+

Content Controls feature in ONLYOFFICE helps you create documents with customized fillable forms to make work with standardized official docs much easier and faster.

+
+
\ No newline at end of file diff --git a/Web/Controls/Help/Video/Documents/Review/Review.ascx b/Web/Controls/Help/Video/Documents/Review/Review.ascx new file mode 100644 index 000000000..c6ee6946c --- /dev/null +++ b/Web/Controls/Help/Video/Documents/Review/Review.ascx @@ -0,0 +1,22 @@ +<%@ Control Language="C#" Inherits="BaseContentUserControls"%> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + + + +
+ +

Using the Review mode in ONLYOFFICE

+
+ +
+
+

Track Changes feature makes reviewing documents much more effective: show your changes to other users, and see theirs to review, accept or decline them.

+
+
\ No newline at end of file diff --git a/Web/Controls/Help/Video/Video.ascx b/Web/Controls/Help/Video/Video.ascx index e5bd38fad..cf1a6a94e 100644 --- a/Web/Controls/Help/Video/Video.ascx +++ b/Web/Controls/Help/Video/Video.ascx @@ -27,7 +27,9 @@ + +

diff --git a/Web/Controls/Help/Video/Video.ru.ascx b/Web/Controls/Help/Video/Video.ru.ascx index 7773bd4fc..5cf9f4a88 100644 --- a/Web/Controls/Help/Video/Video.ru.ascx +++ b/Web/Controls/Help/Video/Video.ru.ascx @@ -28,6 +28,9 @@ + + +

diff --git a/Web/Video/filling-forms.aspx b/Web/Video/filling-forms.aspx new file mode 100644 index 000000000..1bccabeda --- /dev/null +++ b/Web/Video/filling-forms.aspx @@ -0,0 +1,26 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/ModulesArticles.master" %> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + + + + + + + +
+ + \ No newline at end of file diff --git a/Web/Video/review.aspx b/Web/Video/review.aspx new file mode 100644 index 000000000..761aee05b --- /dev/null +++ b/Web/Video/review.aspx @@ -0,0 +1,26 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/ModulesArticles.master" %> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + + + + + + + +
+ + \ No newline at end of file diff --git a/Web/css/help.less b/Web/css/help.less index 3b565fc9c..1b0ab7398 100644 --- a/Web/css/help.less +++ b/Web/css/help.less @@ -2243,6 +2243,12 @@ span.playbackbutton.presentation { .coedit_nextcloud_video { background-image: url(/images/help/video/new/coedit_nextcloud.png); } +.review_video { + background-image: url(/images/help/video/new/review.png); +} +.filling_forms_video { + background-image: url(/images/help/video/new/filling_forms.png); +} div.description { .TableOfContents { span, a { diff --git a/Web/images/Help/Video/new/filling_forms.png b/Web/images/Help/Video/new/filling_forms.png new file mode 100644 index 000000000..6e8717fff Binary files /dev/null and b/Web/images/Help/Video/new/filling_forms.png differ diff --git a/Web/images/Help/Video/new/review.png b/Web/images/Help/Video/new/review.png new file mode 100644 index 000000000..48149f770 Binary files /dev/null and b/Web/images/Help/Video/new/review.png differ