From 8bf839db424dfc119b1b8770655f4848b454385f Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Thu, 28 Feb 2019 16:14:41 +0300 Subject: [PATCH] [all] changed templates and styles for vary production --- .../img/about/{onlyoffice.svg => logo.svg} | 0 apps/common/mobile/resources/less/ios/_about.less | 2 +- .../mobile/resources/less/material/_about.less | 2 +- .../mobile/app/template/Settings.template | 14 +++++++------- .../mobile/resources/css/app-ios.css | 2 +- .../mobile/resources/css/app-material.css | 2 +- .../mobile/app/template/Settings.template | 12 ++++++------ .../mobile/resources/css/app-ios.css | 2 +- .../mobile/resources/css/app-material.css | 2 +- .../mobile/app/template/Settings.template | 14 +++++++------- .../mobile/resources/css/app-ios.css | 2 +- .../mobile/resources/css/app-material.css | 2 +- 12 files changed, 28 insertions(+), 28 deletions(-) rename apps/common/mobile/resources/img/about/{onlyoffice.svg => logo.svg} (100%) diff --git a/apps/common/mobile/resources/img/about/onlyoffice.svg b/apps/common/mobile/resources/img/about/logo.svg similarity index 100% rename from apps/common/mobile/resources/img/about/onlyoffice.svg rename to apps/common/mobile/resources/img/about/logo.svg diff --git a/apps/common/mobile/resources/less/ios/_about.less b/apps/common/mobile/resources/less/ios/_about.less index 031a94ebf..28d7460f2 100644 --- a/apps/common/mobile/resources/less/ios/_about.less +++ b/apps/common/mobile/resources/less/ios/_about.less @@ -32,7 +32,7 @@ } .logo { - background: url('../../../../common/mobile/resources/img/about/onlyoffice.svg') no-repeat center; + background: url('../../../../common/mobile/resources/img/about/logo.svg') no-repeat center; margin-top: 20px; } } \ No newline at end of file diff --git a/apps/common/mobile/resources/less/material/_about.less b/apps/common/mobile/resources/less/material/_about.less index c317b5939..ce52c8b3e 100644 --- a/apps/common/mobile/resources/less/material/_about.less +++ b/apps/common/mobile/resources/less/material/_about.less @@ -33,6 +33,6 @@ } .logo { - background: url('../../../../common/mobile/resources/img/about/onlyoffice.svg') no-repeat center; + background: url('../../../../common/mobile/resources/img/about/logo.svg') no-repeat center; } } \ No newline at end of file diff --git a/apps/documenteditor/mobile/app/template/Settings.template b/apps/documenteditor/mobile/app/template/Settings.template index 44a610148..139688442 100644 --- a/apps/documenteditor/mobile/app/template/Settings.template +++ b/apps/documenteditor/mobile/app/template/Settings.template @@ -481,18 +481,18 @@

<%= scope.textVersion %> {{PRODUCT_VERSION}}

-

Ascensio System SIA

-

20A-12 Ernesta Birznieka-Upisha street, Riga, Latvia, EU, LV-1050

-

support@onlyoffice.com

-

+371 660-16425

-

www.onlyoffice.com

+

{{PUBLISHER_NAME}}

+

{{PUBLISHER_ADDRESS}}

+

{{SUPPORT_EMAIL}}

+

{{PUBLISHER_PHONE}}

+

<% print(/^(?:https?:\/{2})?(\S+)/.exec('{{PUBLISHER_URL}}')[1]); %>

diff --git a/apps/documenteditor/mobile/resources/css/app-ios.css b/apps/documenteditor/mobile/resources/css/app-ios.css index 687d0d69a..43214bec2 100644 --- a/apps/documenteditor/mobile/resources/css/app-ios.css +++ b/apps/documenteditor/mobile/resources/css/app-ios.css @@ -6236,7 +6236,7 @@ html.pixel-ratio-3 .document-menu .list-block li:last-child li .item-inner:after margin-right: 5px; } .about .logo { - background: url('../../../../common/mobile/resources/img/about/onlyoffice.svg') no-repeat center; + background: url('../../../../common/mobile/resources/img/about/logo.svg') no-repeat center; margin-top: 20px; } .tablet .searchbar.document.replace .center .searchbar:first-child { diff --git a/apps/documenteditor/mobile/resources/css/app-material.css b/apps/documenteditor/mobile/resources/css/app-material.css index 17df1a541..722222c5a 100644 --- a/apps/documenteditor/mobile/resources/css/app-material.css +++ b/apps/documenteditor/mobile/resources/css/app-material.css @@ -5836,7 +5836,7 @@ html.phone .document-menu .list-block .item-link { margin-right: 5px; } .about .logo { - background: url('../../../../common/mobile/resources/img/about/onlyoffice.svg') no-repeat center; + background: url('../../../../common/mobile/resources/img/about/logo.svg') no-repeat center; } .tablet .searchbar.document.replace .center > .replace { display: flex; diff --git a/apps/presentationeditor/mobile/app/template/Settings.template b/apps/presentationeditor/mobile/app/template/Settings.template index 084d11e32..98f47c812 100644 --- a/apps/presentationeditor/mobile/app/template/Settings.template +++ b/apps/presentationeditor/mobile/app/template/Settings.template @@ -268,17 +268,17 @@

Ascensio System SIA

-

20A-12 Ernesta Birznieka-Upisha street, Riga, Latvia, EU, LV-1050

-

support@onlyoffice.com

-

+371 660-16425

-

www.onlyoffice.com

+

{{PUBLISHER_ADDRESS}}

+

{{SUPPORT_EMAIL}}

+

{{PUBLISHER_PHONE}}

+

<% print(/^(?:https?:\/{2})?(\S+)/.exec('{{PUBLISHER_URL}}')[1]); %>

diff --git a/apps/presentationeditor/mobile/resources/css/app-ios.css b/apps/presentationeditor/mobile/resources/css/app-ios.css index 72bce2955..a6034723e 100644 --- a/apps/presentationeditor/mobile/resources/css/app-ios.css +++ b/apps/presentationeditor/mobile/resources/css/app-ios.css @@ -6236,7 +6236,7 @@ html.pixel-ratio-3 .document-menu .list-block li:last-child li .item-inner:after margin-right: 5px; } .about .logo { - background: url('../../../../common/mobile/resources/img/about/onlyoffice.svg') no-repeat center; + background: url('../../../../common/mobile/resources/img/about/logo.svg') no-repeat center; margin-top: 20px; } .tablet .searchbar.document.replace .center .searchbar:first-child { diff --git a/apps/presentationeditor/mobile/resources/css/app-material.css b/apps/presentationeditor/mobile/resources/css/app-material.css index c7e5133e0..12709cd79 100644 --- a/apps/presentationeditor/mobile/resources/css/app-material.css +++ b/apps/presentationeditor/mobile/resources/css/app-material.css @@ -5836,7 +5836,7 @@ html.phone .document-menu .list-block .item-link { margin-right: 5px; } .about .logo { - background: url('../../../../common/mobile/resources/img/about/onlyoffice.svg') no-repeat center; + background: url('../../../../common/mobile/resources/img/about/logo.svg') no-repeat center; } .tablet .searchbar.document.replace .center > .replace { display: flex; diff --git a/apps/spreadsheeteditor/mobile/app/template/Settings.template b/apps/spreadsheeteditor/mobile/app/template/Settings.template index 9ca20c7cb..8ad2dbccc 100644 --- a/apps/spreadsheeteditor/mobile/app/template/Settings.template +++ b/apps/spreadsheeteditor/mobile/app/template/Settings.template @@ -289,18 +289,18 @@

<%= scope.textVersion %> {{PRODUCT_VERSION}}

-

Ascensio System SIA

-

20A-12 Ernesta Birznieka-Upisha street, Riga, Latvia, EU, LV-1050

-

support@onlyoffice.com

-

+371 660-16425

-

www.onlyoffice.com

+

{{PUBLISHER_NAME}}

+

{{PUBLISHER_ADDRESS}}

+

{{SUPPORT_EMAIL}}

+

{{PUBLISHER_PHONE}}

+

<% print(/^(?:https?:\/{2})?(\S+)/.exec('{{PUBLISHER_URL}}')[1]); %>

diff --git a/apps/spreadsheeteditor/mobile/resources/css/app-ios.css b/apps/spreadsheeteditor/mobile/resources/css/app-ios.css index 9df3be106..258549237 100644 --- a/apps/spreadsheeteditor/mobile/resources/css/app-ios.css +++ b/apps/spreadsheeteditor/mobile/resources/css/app-ios.css @@ -6236,7 +6236,7 @@ html.pixel-ratio-3 .document-menu .list-block li:last-child li .item-inner:after margin-right: 5px; } .about .logo { - background: url('../../../../common/mobile/resources/img/about/onlyoffice.svg') no-repeat center; + background: url('../../../../common/mobile/resources/img/about/logo.svg') no-repeat center; margin-top: 20px; } i.icon.icon-search { diff --git a/apps/spreadsheeteditor/mobile/resources/css/app-material.css b/apps/spreadsheeteditor/mobile/resources/css/app-material.css index 005dee430..b2c38a364 100644 --- a/apps/spreadsheeteditor/mobile/resources/css/app-material.css +++ b/apps/spreadsheeteditor/mobile/resources/css/app-material.css @@ -5846,7 +5846,7 @@ html.phone .document-menu .list-block .item-link { margin-right: 5px; } .about .logo { - background: url('../../../../common/mobile/resources/img/about/onlyoffice.svg') no-repeat center; + background: url('../../../../common/mobile/resources/img/about/logo.svg') no-repeat center; } .tablet .searchbar.document.replace .center > .replace { display: flex;