diff --git a/Web/Controls/Help/ArticlesCompleteList/Video/210_integrate_nuxeo_plugin/210_integrate_nuxeo_plugin.ascx b/Web/Controls/Help/ArticlesCompleteList/Video/210_integrate_nuxeo_plugin/210_integrate_nuxeo_plugin.ascx new file mode 100644 index 000000000..a2d1ba54a --- /dev/null +++ b/Web/Controls/Help/ArticlesCompleteList/Video/210_integrate_nuxeo_plugin/210_integrate_nuxeo_plugin.ascx @@ -0,0 +1,3 @@ +<%@ Control Language="C#" %> +">How to integrate ONLYOFFICE with Nuxeo with the official plugin diff --git a/Web/Controls/Help/Integration/Integration.ascx b/Web/Controls/Help/Integration/Integration.ascx index f30ceaec7..944758ac8 100644 --- a/Web/Controls/Help/Integration/Integration.ascx +++ b/Web/Controls/Help/Integration/Integration.ascx @@ -22,6 +22,7 @@ + diff --git a/Web/Controls/Help/Integration/Nuxeo.ascx b/Web/Controls/Help/Integration/Nuxeo.ascx index 7a079986f..588fbe5f9 100644 --- a/Web/Controls/Help/Integration/Nuxeo.ascx +++ b/Web/Controls/Help/Integration/Nuxeo.ascx @@ -19,6 +19,7 @@
+
diff --git a/Web/Controls/Help/Tags/collaborative-editing/collaborative-editing.ascx b/Web/Controls/Help/Tags/collaborative-editing/collaborative-editing.ascx index a28c7d5f1..2b4692ede 100644 --- a/Web/Controls/Help/Tags/collaborative-editing/collaborative-editing.ascx +++ b/Web/Controls/Help/Tags/collaborative-editing/collaborative-editing.ascx @@ -43,6 +43,7 @@
  • +
  • diff --git a/Web/Controls/Help/Tags/document-server/document-server.ascx b/Web/Controls/Help/Tags/document-server/document-server.ascx index d9df9cb6d..8778fa9e6 100644 --- a/Web/Controls/Help/Tags/document-server/document-server.ascx +++ b/Web/Controls/Help/Tags/document-server/document-server.ascx @@ -84,6 +84,7 @@
  • +
  • diff --git a/Web/Controls/Help/Tags/open-source-version/open-source-version.ascx b/Web/Controls/Help/Tags/open-source-version/open-source-version.ascx index ada9bcb24..2cc90bcf3 100644 --- a/Web/Controls/Help/Tags/open-source-version/open-source-version.ascx +++ b/Web/Controls/Help/Tags/open-source-version/open-source-version.ascx @@ -25,6 +25,7 @@
  • +
  • diff --git a/Web/Controls/Help/Video/AllVideoControls/0103_integrate_nuxeo_plugin/0103_integrate_nuxeo_plugin.ascx b/Web/Controls/Help/Video/AllVideoControls/0103_integrate_nuxeo_plugin/0103_integrate_nuxeo_plugin.ascx new file mode 100644 index 000000000..665cee09c --- /dev/null +++ b/Web/Controls/Help/Video/AllVideoControls/0103_integrate_nuxeo_plugin/0103_integrate_nuxeo_plugin.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/DocumentServer/IntegrateNuxeoPlugin/IntegrateNuxeoPlugin.ascx b/Web/Controls/Help/Video/DocumentServer/IntegrateNuxeoPlugin/IntegrateNuxeoPlugin.ascx new file mode 100644 index 000000000..807cb6402 --- /dev/null +++ b/Web/Controls/Help/Video/DocumentServer/IntegrateNuxeoPlugin/IntegrateNuxeoPlugin.ascx @@ -0,0 +1,30 @@ +<%@ Control Language="C#" Inherits="BaseContentUserControls"%> +<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> + + + +
    + +

    How to integrate ONLYOFFICE with Nuxeo with the official connector

    +
    +
      +
    • +
    • +
    • +
    +
    +
    + +
    +
    +

    In this video you'll learn how to enable document editing in ONLYOFFICE within Nuxeo with the official plugin.

    +
    + +
    \ No newline at end of file diff --git a/Web/Controls/Help/Video/Video.ascx b/Web/Controls/Help/Video/Video.ascx index 5af3c1d33..645b248bb 100644 --- a/Web/Controls/Help/Video/Video.ascx +++ b/Web/Controls/Help/Video/Video.ascx @@ -131,6 +131,7 @@ + diff --git a/Web/Video/integrate-nuxeo-plugin.aspx b/Web/Video/integrate-nuxeo-plugin.aspx new file mode 100644 index 000000000..337802fbf --- /dev/null +++ b/Web/Video/integrate-nuxeo-plugin.aspx @@ -0,0 +1,14 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Integration/IntegrationArticles.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 f384e2bb9..0b4b0b6ed 100644 --- a/Web/css/help.less +++ b/Web/css/help.less @@ -2840,6 +2840,10 @@ span.playbackbutton.presentation { background-image: url(/images/help/video/new/nuxeo.png); } +.integrate_nuxeo_plugin_video { + background-image: url(/images/help/video/new/nuxeo_plugin.png); +} + .grammalecte_video { background-image: url(/images/help/video/new/grammalecte.png); } diff --git a/Web/images/Help/Video/new/nuxeo_plugin.png b/Web/images/Help/Video/new/nuxeo_plugin.png new file mode 100644 index 000000000..b70cf4797 Binary files /dev/null and b/Web/images/Help/Video/new/nuxeo_plugin.png differ