From 8538faa640e9b7e9ce05cd042cb556f9dfa6c843 Mon Sep 17 00:00:00 2001 From: svetlana maleeva Date: Wed, 13 Apr 2022 10:28:05 +0300 Subject: [PATCH] Remove old unused controls for desktop editors --- .../Linux/LinuxDesktopDocuments.ascx | 48 ------------------- .../Linux/LinuxDesktopDocuments.es.ascx | 43 ----------------- .../Linux/LinuxDesktopDocuments.ru.ascx | 44 ----------------- .../MacOS/MacOSDesktopDocuments.ascx | 29 ----------- .../MacOS/MacOSDesktopDocuments.es.ascx | 29 ----------- .../MacOS/MacOSDesktopDocuments.ru.ascx | 29 ----------- .../Windows/WindowsDesktopDocuments.ascx | 37 -------------- .../Windows/WindowsDesktopDocuments.es.ascx | 37 -------------- .../Windows/WindowsDesktopDocuments.ru.ascx | 37 -------------- 9 files changed, 333 deletions(-) delete mode 100644 Web/Controls/Help/Desktop/Documents/Linux/LinuxDesktopDocuments.ascx delete mode 100644 Web/Controls/Help/Desktop/Documents/Linux/LinuxDesktopDocuments.es.ascx delete mode 100644 Web/Controls/Help/Desktop/Documents/Linux/LinuxDesktopDocuments.ru.ascx delete mode 100644 Web/Controls/Help/Desktop/Documents/MacOS/MacOSDesktopDocuments.ascx delete mode 100644 Web/Controls/Help/Desktop/Documents/MacOS/MacOSDesktopDocuments.es.ascx delete mode 100644 Web/Controls/Help/Desktop/Documents/MacOS/MacOSDesktopDocuments.ru.ascx delete mode 100644 Web/Controls/Help/Desktop/Documents/Windows/WindowsDesktopDocuments.ascx delete mode 100644 Web/Controls/Help/Desktop/Documents/Windows/WindowsDesktopDocuments.es.ascx delete mode 100644 Web/Controls/Help/Desktop/Documents/Windows/WindowsDesktopDocuments.ru.ascx diff --git a/Web/Controls/Help/Desktop/Documents/Linux/LinuxDesktopDocuments.ascx b/Web/Controls/Help/Desktop/Documents/Linux/LinuxDesktopDocuments.ascx deleted file mode 100644 index dcbe2e8e2..000000000 --- a/Web/Controls/Help/Desktop/Documents/Linux/LinuxDesktopDocuments.ascx +++ /dev/null @@ -1,48 +0,0 @@ -<%@ Control Language="C#" Inherits="BaseContentUserControls" %> -<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> - - - -
-

Desktop Editors for Linux

-

General information

- -

System requirements

- -

Compiling

- -

Installation

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

Editores Desktop para Linux

-

Información general

- -

Requisitos del sistema

- -

Instalación

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

Десктопные редакторы для Linux

-

Общая информация

- -

Системные требования

- -

Компиляция

- -

Установка

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

Desktop Editors for Mac OS

-

General information

- -

System requirements

- -

Installation

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

Editores Desktop para Mac OS

-

Información general

- -

Requisitos del sistema

- -

Installation

- -
\ No newline at end of file diff --git a/Web/Controls/Help/Desktop/Documents/MacOS/MacOSDesktopDocuments.ru.ascx b/Web/Controls/Help/Desktop/Documents/MacOS/MacOSDesktopDocuments.ru.ascx deleted file mode 100644 index 723b6ca75..000000000 --- a/Web/Controls/Help/Desktop/Documents/MacOS/MacOSDesktopDocuments.ru.ascx +++ /dev/null @@ -1,29 +0,0 @@ -<%@ Control Language="C#" Inherits="BaseContentUserControls" %> -<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> - - - -
-

Десктопные редакторы для Mac OS

-

Общая информация

- -

Системные требования

- -

Установка

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

Desktop Editors for Windows

-

General information

- -

System requirements

- -

Installation

- -

Configuring

- -
\ No newline at end of file diff --git a/Web/Controls/Help/Desktop/Documents/Windows/WindowsDesktopDocuments.es.ascx b/Web/Controls/Help/Desktop/Documents/Windows/WindowsDesktopDocuments.es.ascx deleted file mode 100644 index 2e8c8303f..000000000 --- a/Web/Controls/Help/Desktop/Documents/Windows/WindowsDesktopDocuments.es.ascx +++ /dev/null @@ -1,37 +0,0 @@ -<%@ Control Language="C#" Inherits="BaseContentUserControls" %> -<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %> - - - -
-

Editores Desktop para Windows

-

Información general

- -

Requisitos del sistema

- -

Instalación

- -

Configuración

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

Десктопные редакторы для Windows

-

Общая информация

- -

Системные требования

- -

Установка

- -

Настройка

- -
\ No newline at end of file