From c5c9228380d1fc14ebebcc72be298dd3da6dd2ec Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 8 Sep 2022 15:36:27 +0300 Subject: [PATCH 1/6] Fix Bug 58827 --- .../forms/app/controller/ApplicationController.js | 7 ++++++- apps/documenteditor/forms/locale/ca.json | 1 + apps/documenteditor/forms/locale/en.json | 1 + apps/documenteditor/forms/locale/es.json | 1 + apps/documenteditor/forms/locale/eu.json | 1 + apps/documenteditor/forms/locale/ja.json | 1 + apps/documenteditor/forms/locale/ru.json | 1 + 7 files changed, 12 insertions(+), 1 deletion(-) diff --git a/apps/documenteditor/forms/app/controller/ApplicationController.js b/apps/documenteditor/forms/app/controller/ApplicationController.js index 94d40e7ed..26ffb38f4 100644 --- a/apps/documenteditor/forms/app/controller/ApplicationController.js +++ b/apps/documenteditor/forms/app/controller/ApplicationController.js @@ -297,6 +297,10 @@ define([ config.msg = (this.appOptions.isDesktopApp && this.appOptions.isOffline) ? this.saveErrorTextDesktop : this.saveErrorText; break; + case Asc.c_oAscError.ID.TextFormWrongFormat: + config.msg = this.errorTextFormWrongFormat; + break; + default: config.msg = (typeof id == 'string') ? id : this.errorDefaultMessage.replace('%1', id); break; @@ -1902,7 +1906,8 @@ define([ textSaveAs: 'Save as PDF', textSaveAsDesktop: 'Save as...', warnLicenseExp: 'Your license has expired.
Please update your license and refresh the page.', - titleLicenseExp: 'License expired' + titleLicenseExp: 'License expired', + errorTextFormWrongFormat: 'The value entered does not match the format of the field.' }, DE.Controllers.ApplicationController)); diff --git a/apps/documenteditor/forms/locale/ca.json b/apps/documenteditor/forms/locale/ca.json index c23df5321..34afd944e 100644 --- a/apps/documenteditor/forms/locale/ca.json +++ b/apps/documenteditor/forms/locale/ca.json @@ -106,6 +106,7 @@ "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "La connexió a internet s'ha restaurat i la versió del fitxer s'ha canviat.
Abans de continuar treballant, heu de descarregar el fitxer o copiar-ne el contingut per assegurar-vos que no es perdi res i, després, tornar a carregar aquesta pàgina.", "DE.Controllers.ApplicationController.errorUserDrop": "No es pot accedir al fitxer.", "DE.Controllers.ApplicationController.errorViewerDisconnect": "S'ha perdut la connexió. Encara podeu visualitzar el document,
però no el podreu baixar ni imprimir fins que no es restableixi la connexió i es torni a carregar la pàgina.", + "DE.Controllers.ApplicationController.errorTextFormWrongFormat": "El valor introduït no es correspon amb el format del camp", "DE.Controllers.ApplicationController.mniImageFromFile": "Imatge del fitxer", "DE.Controllers.ApplicationController.mniImageFromStorage": "Imatge de l'emmagatzematge", "DE.Controllers.ApplicationController.mniImageFromUrl": "Imatge d'URL", diff --git a/apps/documenteditor/forms/locale/en.json b/apps/documenteditor/forms/locale/en.json index a4c62764d..63f721bb6 100644 --- a/apps/documenteditor/forms/locale/en.json +++ b/apps/documenteditor/forms/locale/en.json @@ -108,6 +108,7 @@ "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Connection has been restored, and the file version has been changed.
Before you can continue working, you need to download the file or copy its content to make sure nothing is lost, and then reload this page.", "DE.Controllers.ApplicationController.errorUserDrop": "The file cannot be accessed right now.", "DE.Controllers.ApplicationController.errorViewerDisconnect": "Connection is lost. You can still view the document,
but will not be able to download or print it until the connection is restored and page is reloaded.", + "DE.Controllers.ApplicationController.errorTextFormWrongFormat": "The value entered does not match the format of the field.", "DE.Controllers.ApplicationController.mniImageFromFile": "Image from File", "DE.Controllers.ApplicationController.mniImageFromStorage": "Image from Storage", "DE.Controllers.ApplicationController.mniImageFromUrl": "Image from URL", diff --git a/apps/documenteditor/forms/locale/es.json b/apps/documenteditor/forms/locale/es.json index 77d3744d1..75c0e13eb 100644 --- a/apps/documenteditor/forms/locale/es.json +++ b/apps/documenteditor/forms/locale/es.json @@ -108,6 +108,7 @@ "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Se ha restablecido la conexión a Internet y se ha cambiado la versión del archivo.
Para poder seguir trabajando, es necesario descargar el archivo o copiar su contenido para asegurarse de que no se ha perdido nada, y luego volver a cargar esta página.", "DE.Controllers.ApplicationController.errorUserDrop": "No se puede acceder al archivo en este momento.", "DE.Controllers.ApplicationController.errorViewerDisconnect": "Se ha perdido la conexión. Usted todavía puede visualizar el documento,
pero no puede descargar o imprimirlo hasta que la conexión sea restaurada y la página esté recargada.", + "DE.Controllers.ApplicationController.errorTextFormWrongFormat": "El valor introducido no se corresponde con el formato del campo", "DE.Controllers.ApplicationController.mniImageFromFile": "Imagen desde archivo", "DE.Controllers.ApplicationController.mniImageFromStorage": "Imagen de Almacenamiento", "DE.Controllers.ApplicationController.mniImageFromUrl": "Imagen de URL", diff --git a/apps/documenteditor/forms/locale/eu.json b/apps/documenteditor/forms/locale/eu.json index ce2ee5d12..beb694249 100644 --- a/apps/documenteditor/forms/locale/eu.json +++ b/apps/documenteditor/forms/locale/eu.json @@ -108,6 +108,7 @@ "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Interneteko konexioa berrezarri da eta fitxategiaren bertsioa aldatu da.
Lanean jarraitu aurretik, beharrezkoa da fitxategia deskargatzea edo edukia kopiatzea, ezer ez dela galduko ziurtatzeko, eta gero orri hau berriro kargatzea.", "DE.Controllers.ApplicationController.errorUserDrop": "Ezin da fitxategia atzitu une honetan.", "DE.Controllers.ApplicationController.errorViewerDisconnect": "Konexioa galdu da. Dokumentua ikusi dezakezu oraindik,
baina ezingo duzu deskargatu edo inprimatu konexioa berrezarri eta orria berriz kargatu arte.", + "DE.Controllers.ApplicationController.errorTextFormWrongFormat": "Sartutako balioa ez dator bat eremuaren formatuarekin.", "DE.Controllers.ApplicationController.mniImageFromFile": "Irudia fitxategitik", "DE.Controllers.ApplicationController.mniImageFromStorage": "Irudia biltegitik", "DE.Controllers.ApplicationController.mniImageFromUrl": "Irudia URLtik", diff --git a/apps/documenteditor/forms/locale/ja.json b/apps/documenteditor/forms/locale/ja.json index 0d4e80c8c..c66425c32 100644 --- a/apps/documenteditor/forms/locale/ja.json +++ b/apps/documenteditor/forms/locale/ja.json @@ -106,6 +106,7 @@ "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "インターネット接続が復旧し、ファイルのバージョンが更新されています。
作業を継続する前に、ファイルをダウンロードするか内容をコピーして変更が失われていないことを確認してから、このページを再読み込みしてください。", "DE.Controllers.ApplicationController.errorUserDrop": "今、ファイルにアクセスすることはできません。", "DE.Controllers.ApplicationController.errorViewerDisconnect": "接続が失われました。文書の表示は可能ですが、
再度接続されてページが再ロードされるまで、ダウンロードまたは印刷することはできません。", + "DE.Controllers.ApplicationController.errorTextFormWrongFormat": "入力された値がフィールドのフォーマットと一致しません。", "DE.Controllers.ApplicationController.mniImageFromFile": "ファイルからの画像", "DE.Controllers.ApplicationController.mniImageFromStorage": "ストレージから画像を読み込む", "DE.Controllers.ApplicationController.mniImageFromUrl": "URLから画像を読み込む", diff --git a/apps/documenteditor/forms/locale/ru.json b/apps/documenteditor/forms/locale/ru.json index 0fbac7bea..a2afab864 100644 --- a/apps/documenteditor/forms/locale/ru.json +++ b/apps/documenteditor/forms/locale/ru.json @@ -108,6 +108,7 @@ "DE.Controllers.ApplicationController.errorUpdateVersionOnDisconnect": "Соединение было восстановлено, и версия файла изменилась.
Прежде чем продолжить работу, надо скачать файл или скопировать его содержимое, чтобы обеспечить сохранность данных, а затем перезагрузить страницу.", "DE.Controllers.ApplicationController.errorUserDrop": "В настоящий момент файл недоступен.", "DE.Controllers.ApplicationController.errorViewerDisconnect": "Подключение прервано. Вы по-прежнему можете просматривать документ,
но не сможете скачать или напечатать его до восстановления подключения и обновления страницы.", + "DE.Controllers.ApplicationController.errorTextFormWrongFormat": "Введенное значение не соответствует формату поля.", "DE.Controllers.ApplicationController.mniImageFromFile": "Изображение из файла", "DE.Controllers.ApplicationController.mniImageFromStorage": "Изображение из хранилища", "DE.Controllers.ApplicationController.mniImageFromUrl": "Изображение по URL", From 3dedbaf786598c986eccc67a2832a42fe385eb87 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 8 Sep 2022 15:54:40 +0300 Subject: [PATCH 2/6] [Mobile] Bug 58827 --- apps/documenteditor/mobile/locale/az.json | 3 ++- apps/documenteditor/mobile/locale/be.json | 3 ++- apps/documenteditor/mobile/locale/bg.json | 3 ++- apps/documenteditor/mobile/locale/ca.json | 3 ++- apps/documenteditor/mobile/locale/cs.json | 3 ++- apps/documenteditor/mobile/locale/da.json | 3 ++- apps/documenteditor/mobile/locale/de.json | 3 ++- apps/documenteditor/mobile/locale/el.json | 3 ++- apps/documenteditor/mobile/locale/en.json | 1 + apps/documenteditor/mobile/locale/es.json | 3 ++- apps/documenteditor/mobile/locale/eu.json | 3 ++- apps/documenteditor/mobile/locale/fi.json | 3 ++- apps/documenteditor/mobile/locale/fr.json | 3 ++- apps/documenteditor/mobile/locale/gl.json | 3 ++- apps/documenteditor/mobile/locale/hu.json | 3 ++- apps/documenteditor/mobile/locale/hy.json | 3 ++- apps/documenteditor/mobile/locale/id.json | 3 ++- apps/documenteditor/mobile/locale/it.json | 3 ++- apps/documenteditor/mobile/locale/ja.json | 3 ++- apps/documenteditor/mobile/locale/ko.json | 3 ++- apps/documenteditor/mobile/locale/lo.json | 3 ++- apps/documenteditor/mobile/locale/lv.json | 3 ++- apps/documenteditor/mobile/locale/ms.json | 3 ++- apps/documenteditor/mobile/locale/nb.json | 3 ++- apps/documenteditor/mobile/locale/nl.json | 3 ++- apps/documenteditor/mobile/locale/pl.json | 3 ++- apps/documenteditor/mobile/locale/pt-pt.json | 3 ++- apps/documenteditor/mobile/locale/pt.json | 3 ++- apps/documenteditor/mobile/locale/ro.json | 3 ++- apps/documenteditor/mobile/locale/ru.json | 1 + apps/documenteditor/mobile/locale/sk.json | 3 ++- apps/documenteditor/mobile/locale/sl.json | 3 ++- apps/documenteditor/mobile/locale/sv.json | 3 ++- apps/documenteditor/mobile/locale/tr.json | 3 ++- apps/documenteditor/mobile/locale/uk.json | 3 ++- apps/documenteditor/mobile/locale/vi.json | 3 ++- apps/documenteditor/mobile/locale/zh-tw.json | 3 ++- apps/documenteditor/mobile/locale/zh.json | 3 ++- apps/documenteditor/mobile/src/controller/Error.jsx | 4 ++++ 39 files changed, 78 insertions(+), 36 deletions(-) diff --git a/apps/documenteditor/mobile/locale/az.json b/apps/documenteditor/mobile/locale/az.json index d63bdee87..753e35fe3 100644 --- a/apps/documenteditor/mobile/locale/az.json +++ b/apps/documenteditor/mobile/locale/az.json @@ -407,7 +407,8 @@ "uploadImageFileCountMessage": "Heç bir təsvir yüklənməyib.", "uploadImageSizeMessage": "Təsvir çox böyükdür. Maksimum ölçü 25 MB-dır.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab." + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Məlumat yüklənir...", diff --git a/apps/documenteditor/mobile/locale/be.json b/apps/documenteditor/mobile/locale/be.json index ee44d88b9..e364d3a65 100644 --- a/apps/documenteditor/mobile/locale/be.json +++ b/apps/documenteditor/mobile/locale/be.json @@ -407,7 +407,8 @@ "openErrorText": "An error has occurred while opening the file", "saveErrorText": "An error has occurred while saving the file", "scriptLoadError": "The connection is too slow, some of the components could not be loaded. Please, reload the page.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Загрузка даных…", diff --git a/apps/documenteditor/mobile/locale/bg.json b/apps/documenteditor/mobile/locale/bg.json index 2e7f26889..d483e3fc6 100644 --- a/apps/documenteditor/mobile/locale/bg.json +++ b/apps/documenteditor/mobile/locale/bg.json @@ -408,7 +408,8 @@ "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", "errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab." + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/documenteditor/mobile/locale/ca.json b/apps/documenteditor/mobile/locale/ca.json index a107da72c..9ce412777 100644 --- a/apps/documenteditor/mobile/locale/ca.json +++ b/apps/documenteditor/mobile/locale/ca.json @@ -407,7 +407,8 @@ "unknownErrorText": "Error desconegut.", "uploadImageExtMessage": "Format d'imatge desconegut.", "uploadImageFileCountMessage": "No s'ha carregat cap imatge.", - "uploadImageSizeMessage": "La imatge és massa gran. La mida màxima és de 25 MB." + "uploadImageSizeMessage": "La imatge és massa gran. La mida màxima és de 25 MB.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "S'estan carregant les dades...", diff --git a/apps/documenteditor/mobile/locale/cs.json b/apps/documenteditor/mobile/locale/cs.json index e09e15793..f382dc0c6 100644 --- a/apps/documenteditor/mobile/locale/cs.json +++ b/apps/documenteditor/mobile/locale/cs.json @@ -407,7 +407,8 @@ "unknownErrorText": "Neznámá chyba.", "uploadImageExtMessage": "Neznámý formát obrázku.", "uploadImageFileCountMessage": "Nenahrány žádné obrázky.", - "uploadImageSizeMessage": "Obrázek je příliš velký. Maximální velikost je 25 MB." + "uploadImageSizeMessage": "Obrázek je příliš velký. Maximální velikost je 25 MB.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Načítání dat...", diff --git a/apps/documenteditor/mobile/locale/da.json b/apps/documenteditor/mobile/locale/da.json index 2e7f26889..d483e3fc6 100644 --- a/apps/documenteditor/mobile/locale/da.json +++ b/apps/documenteditor/mobile/locale/da.json @@ -408,7 +408,8 @@ "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", "errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab." + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/documenteditor/mobile/locale/de.json b/apps/documenteditor/mobile/locale/de.json index dde5a6977..646863482 100644 --- a/apps/documenteditor/mobile/locale/de.json +++ b/apps/documenteditor/mobile/locale/de.json @@ -407,7 +407,8 @@ "unknownErrorText": "Unbekannter Fehler.", "uploadImageExtMessage": "Unbekanntes Bildformat.", "uploadImageFileCountMessage": "Keine Bilder hochgeladen.", - "uploadImageSizeMessage": "Die maximal zulässige Bildgröße von 25 MB ist überschritten." + "uploadImageSizeMessage": "Die maximal zulässige Bildgröße von 25 MB ist überschritten.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Daten werden geladen...", diff --git a/apps/documenteditor/mobile/locale/el.json b/apps/documenteditor/mobile/locale/el.json index 23ce000bf..d0042c770 100644 --- a/apps/documenteditor/mobile/locale/el.json +++ b/apps/documenteditor/mobile/locale/el.json @@ -407,7 +407,8 @@ "unknownErrorText": "Άγνωστο σφάλμα.", "uploadImageExtMessage": "Άγνωστη μορφή εικόνας.", "uploadImageFileCountMessage": "Δεν μεταφορτώθηκαν εικόνες.", - "uploadImageSizeMessage": "Η εικόνα είναι πολύ μεγάλη. Το μέγιστο μέγεθος είναι 25MB." + "uploadImageSizeMessage": "Η εικόνα είναι πολύ μεγάλη. Το μέγιστο μέγεθος είναι 25MB.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Φόρτωση δεδομένων...", diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index 725694193..27e41e98e 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -397,6 +397,7 @@ "errorUserDrop": "The file can't be accessed right now.", "errorUsersExceed": "The number of users allowed by the pricing plan was exceeded", "errorViewerDisconnect": "Connection is lost. You can still view the document,
but you won't be able to download or print it until the connection is restored and the page is reloaded.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field.", "notcriticalErrorTitle": "Warning", "openErrorText": "An error has occurred while opening the file", "saveErrorText": "An error has occurred while saving the file", diff --git a/apps/documenteditor/mobile/locale/es.json b/apps/documenteditor/mobile/locale/es.json index 9399171d9..00227fab3 100644 --- a/apps/documenteditor/mobile/locale/es.json +++ b/apps/documenteditor/mobile/locale/es.json @@ -407,7 +407,8 @@ "unknownErrorText": "Error desconocido.", "uploadImageExtMessage": "Formato de imagen desconocido.", "uploadImageFileCountMessage": "No hay imágenes subidas.", - "uploadImageSizeMessage": "La imagen es demasiado grande. El tamaño máximo es de 25 MB." + "uploadImageSizeMessage": "La imagen es demasiado grande. El tamaño máximo es de 25 MB.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Cargando datos...", diff --git a/apps/documenteditor/mobile/locale/eu.json b/apps/documenteditor/mobile/locale/eu.json index 0df3ecb4b..3100f2e08 100644 --- a/apps/documenteditor/mobile/locale/eu.json +++ b/apps/documenteditor/mobile/locale/eu.json @@ -407,7 +407,8 @@ "unknownErrorText": "Errore ezezaguna.", "uploadImageExtMessage": "Irudi-formatu ezezaguna.", "uploadImageFileCountMessage": "Ez da irudirik kargatu.", - "uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da." + "uploadImageSizeMessage": "Irudia handiegia da. Gehienezko tamaina 25 MB da.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Datuak kargatzen...", diff --git a/apps/documenteditor/mobile/locale/fi.json b/apps/documenteditor/mobile/locale/fi.json index 2e7f26889..d483e3fc6 100644 --- a/apps/documenteditor/mobile/locale/fi.json +++ b/apps/documenteditor/mobile/locale/fi.json @@ -408,7 +408,8 @@ "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", "errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab." + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/documenteditor/mobile/locale/fr.json b/apps/documenteditor/mobile/locale/fr.json index 5751b2b13..ca154d3ac 100644 --- a/apps/documenteditor/mobile/locale/fr.json +++ b/apps/documenteditor/mobile/locale/fr.json @@ -407,7 +407,8 @@ "unknownErrorText": "Erreur inconnue.", "uploadImageExtMessage": "Format d'image inconnu.", "uploadImageFileCountMessage": "Aucune image chargée.", - "uploadImageSizeMessage": "L'image est trop grande. La taille limite est de 25 Mo." + "uploadImageSizeMessage": "L'image est trop grande. La taille limite est de 25 Mo.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Chargement des données en cours...", diff --git a/apps/documenteditor/mobile/locale/gl.json b/apps/documenteditor/mobile/locale/gl.json index 9bb5aa428..0608d1ed7 100644 --- a/apps/documenteditor/mobile/locale/gl.json +++ b/apps/documenteditor/mobile/locale/gl.json @@ -407,7 +407,8 @@ "unknownErrorText": "Erro descoñecido.", "uploadImageExtMessage": "Formato de imaxe descoñecido.", "uploadImageFileCountMessage": "Non hai imaxes subidas.", - "uploadImageSizeMessage": "A imaxe é demasiado grande. O tamaño máximo é de 25 MB." + "uploadImageSizeMessage": "A imaxe é demasiado grande. O tamaño máximo é de 25 MB.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Cargando datos...", diff --git a/apps/documenteditor/mobile/locale/hu.json b/apps/documenteditor/mobile/locale/hu.json index fb265b7dd..5301c0409 100644 --- a/apps/documenteditor/mobile/locale/hu.json +++ b/apps/documenteditor/mobile/locale/hu.json @@ -407,7 +407,8 @@ "unknownErrorText": "Ismeretlen hiba.", "uploadImageExtMessage": "Ismeretlen képformátum.", "uploadImageFileCountMessage": "Nincsenek feltöltött képek.", - "uploadImageSizeMessage": "A kép túl nagy. A maximális méret 25 MB." + "uploadImageSizeMessage": "A kép túl nagy. A maximális méret 25 MB.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Adatok betöltése...", diff --git a/apps/documenteditor/mobile/locale/hy.json b/apps/documenteditor/mobile/locale/hy.json index 2b22df69f..f89c96858 100644 --- a/apps/documenteditor/mobile/locale/hy.json +++ b/apps/documenteditor/mobile/locale/hy.json @@ -407,7 +407,8 @@ "unknownErrorText": "Անհայտ սխալ։", "uploadImageExtMessage": "Նկարի անհայտ ձևաչափ։", "uploadImageFileCountMessage": "Ոչ մի նկար չի բեռնվել։", - "uploadImageSizeMessage": "Պատկերը չափազանց մեծ է:Առավելագույն չափը 25 ՄԲ է:" + "uploadImageSizeMessage": "Պատկերը չափազանց մեծ է:Առավելագույն չափը 25 ՄԲ է:", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Տվյալների բեռնում...", diff --git a/apps/documenteditor/mobile/locale/id.json b/apps/documenteditor/mobile/locale/id.json index 28863402a..58455d04a 100644 --- a/apps/documenteditor/mobile/locale/id.json +++ b/apps/documenteditor/mobile/locale/id.json @@ -407,7 +407,8 @@ "uploadImageFileCountMessage": "Tidak ada gambar yang diunggah.", "uploadImageSizeMessage": "Melebihi ukuran maksimal file. Ukuran maksimum adalah 25 MB.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab." + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Memuat data...", diff --git a/apps/documenteditor/mobile/locale/it.json b/apps/documenteditor/mobile/locale/it.json index 1ce425821..7d1bcb9c2 100644 --- a/apps/documenteditor/mobile/locale/it.json +++ b/apps/documenteditor/mobile/locale/it.json @@ -407,7 +407,8 @@ "unknownErrorText": "Errore sconosciuto.", "uploadImageExtMessage": "Formato d'immagine sconosciuto.", "uploadImageFileCountMessage": "Nessuna immagine caricata.", - "uploadImageSizeMessage": "L'immagine è troppo grande. La dimensione massima è 25 MB." + "uploadImageSizeMessage": "L'immagine è troppo grande. La dimensione massima è 25 MB.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Caricamento di dati...", diff --git a/apps/documenteditor/mobile/locale/ja.json b/apps/documenteditor/mobile/locale/ja.json index d1416815d..6e2598c25 100644 --- a/apps/documenteditor/mobile/locale/ja.json +++ b/apps/documenteditor/mobile/locale/ja.json @@ -407,7 +407,8 @@ "unknownErrorText": "不明なエラー", "uploadImageExtMessage": "不明なイメージの形式", "uploadImageFileCountMessage": "アップロードしたイメージがない", - "uploadImageSizeMessage": "イメージのサイズの上限が超えさせました。サイズの上限が25MB。" + "uploadImageSizeMessage": "イメージのサイズの上限が超えさせました。サイズの上限が25MB。", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "データの読み込み中...", diff --git a/apps/documenteditor/mobile/locale/ko.json b/apps/documenteditor/mobile/locale/ko.json index 760394cf7..356acb0a6 100644 --- a/apps/documenteditor/mobile/locale/ko.json +++ b/apps/documenteditor/mobile/locale/ko.json @@ -407,7 +407,8 @@ "uploadImageFileCountMessage": "이미지가 업로드되지 않았습니다.", "uploadImageSizeMessage": "이미지 크기 제한을 초과했습니다.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab." + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "데이터로드 중 ...", diff --git a/apps/documenteditor/mobile/locale/lo.json b/apps/documenteditor/mobile/locale/lo.json index ad0a57aa2..8c31d4ea1 100644 --- a/apps/documenteditor/mobile/locale/lo.json +++ b/apps/documenteditor/mobile/locale/lo.json @@ -407,7 +407,8 @@ "uploadImageFileCountMessage": "ບໍ່ມີຮູບພາບອັບໂຫລດ", "uploadImageSizeMessage": "ຮູບພາບໃຫຍ່ເກີນໄປ. ຂະຫນາດສູງສຸດແມ່ນ 25 MB.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab." + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "ກຳລັງດາວໂຫຼດຂໍ້ມູນ...", diff --git a/apps/documenteditor/mobile/locale/lv.json b/apps/documenteditor/mobile/locale/lv.json index 2e7f26889..d483e3fc6 100644 --- a/apps/documenteditor/mobile/locale/lv.json +++ b/apps/documenteditor/mobile/locale/lv.json @@ -408,7 +408,8 @@ "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", "errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab." + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/documenteditor/mobile/locale/ms.json b/apps/documenteditor/mobile/locale/ms.json index 8c5dbcdf5..6d2738991 100644 --- a/apps/documenteditor/mobile/locale/ms.json +++ b/apps/documenteditor/mobile/locale/ms.json @@ -407,7 +407,8 @@ "unknownErrorText": "Ralat tidak diketahui.", "uploadImageExtMessage": "Format imej yang tidak diketahui.", "uploadImageFileCountMessage": "Tiada Imej dimuat naik.", - "uploadImageSizeMessage": "Imej terlalu besar. Saiz maksimum adalah 25 MB." + "uploadImageSizeMessage": "Imej terlalu besar. Saiz maksimum adalah 25 MB.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Data dimuatkan…", diff --git a/apps/documenteditor/mobile/locale/nb.json b/apps/documenteditor/mobile/locale/nb.json index 2e7f26889..d483e3fc6 100644 --- a/apps/documenteditor/mobile/locale/nb.json +++ b/apps/documenteditor/mobile/locale/nb.json @@ -408,7 +408,8 @@ "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", "errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab." + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/documenteditor/mobile/locale/nl.json b/apps/documenteditor/mobile/locale/nl.json index eff589cd2..3b20e36b8 100644 --- a/apps/documenteditor/mobile/locale/nl.json +++ b/apps/documenteditor/mobile/locale/nl.json @@ -407,7 +407,8 @@ "uploadImageFileCountMessage": "Geen afbeeldingen geüpload.", "uploadImageSizeMessage": "De afbeelding is te groot. De maximale grootte is 25MB.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab." + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Gegevens worden geladen...", diff --git a/apps/documenteditor/mobile/locale/pl.json b/apps/documenteditor/mobile/locale/pl.json index 2e7f26889..d483e3fc6 100644 --- a/apps/documenteditor/mobile/locale/pl.json +++ b/apps/documenteditor/mobile/locale/pl.json @@ -408,7 +408,8 @@ "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", "errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab." + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/documenteditor/mobile/locale/pt-pt.json b/apps/documenteditor/mobile/locale/pt-pt.json index 110e72630..89723bde2 100644 --- a/apps/documenteditor/mobile/locale/pt-pt.json +++ b/apps/documenteditor/mobile/locale/pt-pt.json @@ -407,7 +407,8 @@ "unknownErrorText": "Erro desconhecido.", "uploadImageExtMessage": "Formato de imagem desconhecido.", "uploadImageFileCountMessage": "Nenhuma imagem foi carregada.", - "uploadImageSizeMessage": "A imagem é muito grande. O tamanho máximo é de 25 MB." + "uploadImageSizeMessage": "A imagem é muito grande. O tamanho máximo é de 25 MB.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "A carregar dados...", diff --git a/apps/documenteditor/mobile/locale/pt.json b/apps/documenteditor/mobile/locale/pt.json index ce9183894..4c7e2995f 100644 --- a/apps/documenteditor/mobile/locale/pt.json +++ b/apps/documenteditor/mobile/locale/pt.json @@ -407,7 +407,8 @@ "unknownErrorText": "Erro desconhecido.", "uploadImageExtMessage": "Formato de imagem desconhecido.", "uploadImageFileCountMessage": "Sem imagens carregadas.", - "uploadImageSizeMessage": "Tamanho limite máximo da imagem excedido. O tamanho máximo é de 25 MB." + "uploadImageSizeMessage": "Tamanho limite máximo da imagem excedido. O tamanho máximo é de 25 MB.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Carregando dados...", diff --git a/apps/documenteditor/mobile/locale/ro.json b/apps/documenteditor/mobile/locale/ro.json index cdc40cce1..0cdf9cd0f 100644 --- a/apps/documenteditor/mobile/locale/ro.json +++ b/apps/documenteditor/mobile/locale/ro.json @@ -407,7 +407,8 @@ "unknownErrorText": "Eroare necunoscută.", "uploadImageExtMessage": "Format de imagine nerecunoscut.", "uploadImageFileCountMessage": "Nicio imagine nu a fost încărcată.", - "uploadImageSizeMessage": "Imaginea este prea mare. Limita de dimensiune este de 25 MB." + "uploadImageSizeMessage": "Imaginea este prea mare. Limita de dimensiune este de 25 MB.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Încărcarea datelor...", diff --git a/apps/documenteditor/mobile/locale/ru.json b/apps/documenteditor/mobile/locale/ru.json index 9a9d3c8f0..aabcb60d0 100644 --- a/apps/documenteditor/mobile/locale/ru.json +++ b/apps/documenteditor/mobile/locale/ru.json @@ -397,6 +397,7 @@ "errorUserDrop": "В настоящий момент файл недоступен.", "errorUsersExceed": "Превышено количество пользователей, разрешенных согласно тарифному плану", "errorViewerDisconnect": "Подключение прервано. Вы можете просматривать документ,
но не сможете скачать или напечатать его до восстановления подключения и обновления страницы.", + "errorTextFormWrongFormat": "Введенное значение не соответствует формату поля.", "notcriticalErrorTitle": "Внимание", "openErrorText": "При открытии файла произошла ошибка", "saveErrorText": "При сохранении файла произошла ошибка", diff --git a/apps/documenteditor/mobile/locale/sk.json b/apps/documenteditor/mobile/locale/sk.json index ba5afbd8b..326c8ab32 100644 --- a/apps/documenteditor/mobile/locale/sk.json +++ b/apps/documenteditor/mobile/locale/sk.json @@ -407,7 +407,8 @@ "uploadImageFileCountMessage": "Neboli načítané žiadne obrázky.", "uploadImageSizeMessage": "Obrázok je príliš veľký. Maximálna veľkosť je 25 MB.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab." + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Načítavanie dát...", diff --git a/apps/documenteditor/mobile/locale/sl.json b/apps/documenteditor/mobile/locale/sl.json index cc3b47fc3..236bcd8b3 100644 --- a/apps/documenteditor/mobile/locale/sl.json +++ b/apps/documenteditor/mobile/locale/sl.json @@ -635,7 +635,8 @@ "unknownErrorText": "Unknown error.", "uploadImageExtMessage": "Unknown image format.", "uploadImageFileCountMessage": "No images uploaded.", - "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB." + "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/documenteditor/mobile/locale/sv.json b/apps/documenteditor/mobile/locale/sv.json index 2e7f26889..d483e3fc6 100644 --- a/apps/documenteditor/mobile/locale/sv.json +++ b/apps/documenteditor/mobile/locale/sv.json @@ -408,7 +408,8 @@ "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", "errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab." + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/documenteditor/mobile/locale/tr.json b/apps/documenteditor/mobile/locale/tr.json index 91c61fd5a..fdafc79cb 100644 --- a/apps/documenteditor/mobile/locale/tr.json +++ b/apps/documenteditor/mobile/locale/tr.json @@ -407,7 +407,8 @@ "uploadImageFileCountMessage": "Resim yüklenmedi.", "uploadImageSizeMessage": "Görüntü çok büyük. Maksimum boyut 25 MB'dir.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab." + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Veri yükleniyor...", diff --git a/apps/documenteditor/mobile/locale/uk.json b/apps/documenteditor/mobile/locale/uk.json index a9ee47113..11c4076ae 100644 --- a/apps/documenteditor/mobile/locale/uk.json +++ b/apps/documenteditor/mobile/locale/uk.json @@ -407,7 +407,8 @@ "uploadImageFileCountMessage": "Жодного зображення не завантажено.", "uploadImageSizeMessage": "Занадто велике зображення. Максимальний розмір – 25 MB.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab." + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Завантаження даних...", diff --git a/apps/documenteditor/mobile/locale/vi.json b/apps/documenteditor/mobile/locale/vi.json index 2e7f26889..d483e3fc6 100644 --- a/apps/documenteditor/mobile/locale/vi.json +++ b/apps/documenteditor/mobile/locale/vi.json @@ -408,7 +408,8 @@ "uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.", "errorLoadingFont": "Fonts are not loaded.
Please contact your Document Server administrator.", "errorEmptyTOC": "Start creating a table of contents by applying a heading style from the Styles gallery to the selected text.", - "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab." + "errorNoTOC": "There's no table of contents to update. You can insert one from the References tab.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "Loading data...", diff --git a/apps/documenteditor/mobile/locale/zh-tw.json b/apps/documenteditor/mobile/locale/zh-tw.json index 5da2c0bad..096285d47 100644 --- a/apps/documenteditor/mobile/locale/zh-tw.json +++ b/apps/documenteditor/mobile/locale/zh-tw.json @@ -407,7 +407,8 @@ "unknownErrorText": "未知錯誤。", "uploadImageExtMessage": "圖片格式未知。", "uploadImageFileCountMessage": "無上傳圖片。", - "uploadImageSizeMessage": "圖像超出最大大小限制。最大為25MB。" + "uploadImageSizeMessage": "圖像超出最大大小限制。最大為25MB。", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "載入資料中...", diff --git a/apps/documenteditor/mobile/locale/zh.json b/apps/documenteditor/mobile/locale/zh.json index 364fd662c..f80724622 100644 --- a/apps/documenteditor/mobile/locale/zh.json +++ b/apps/documenteditor/mobile/locale/zh.json @@ -407,7 +407,8 @@ "unknownErrorText": "未知错误。", "uploadImageExtMessage": "未知图像格式。", "uploadImageFileCountMessage": "没有图片上传", - "uploadImageSizeMessage": "图片太大了。最大允许的大小是 25 MB." + "uploadImageSizeMessage": "图片太大了。最大允许的大小是 25 MB.", + "errorTextFormWrongFormat": "The value entered does not match the format of the field." }, "LongActions": { "applyChangesTextText": "数据加载中…", diff --git a/apps/documenteditor/mobile/src/controller/Error.jsx b/apps/documenteditor/mobile/src/controller/Error.jsx index 7596024da..d3afc4771 100644 --- a/apps/documenteditor/mobile/src/controller/Error.jsx +++ b/apps/documenteditor/mobile/src/controller/Error.jsx @@ -189,6 +189,10 @@ const ErrorController = inject('storeAppOptions')(({storeAppOptions, LoadingDocu config.msg = _t.errorNoTOC; break; + case Asc.c_oAscError.ID.TextFormWrongFormat: + config.msg = _t.errorTextFormWrongFormat; + break; + default: config.msg = _t.errorDefaultMessage.replace('%1', id); break; From 23fe1bca426670848ee9175cfba62759bd79df0d Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Thu, 8 Sep 2022 15:31:38 +0300 Subject: [PATCH 3/6] [all] revert bug 58122 --- apps/common/main/resources/less/toolbar.less | 39 ++++++++------------ 1 file changed, 15 insertions(+), 24 deletions(-) diff --git a/apps/common/main/resources/less/toolbar.less b/apps/common/main/resources/less/toolbar.less index 3595df2c1..736f2cece 100644 --- a/apps/common/main/resources/less/toolbar.less +++ b/apps/common/main/resources/less/toolbar.less @@ -36,7 +36,6 @@ display: flex; align-items: stretch; - border-bottom: @border-toolbar-active-panel-top 1px solid; .extra { background-color: @header-background-color-ie; @@ -59,7 +58,7 @@ background-color: @header-background-color-ie; background-color: @header-background-color; position: relative; - overflow: visible; + overflow: hidden; display: flex; flex-shrink: 1; @@ -67,7 +66,7 @@ padding: 4px 0 0; margin: 0; white-space: nowrap; - overflow: visible; + overflow: hidden; list-style: none; font-size: 0; } @@ -76,7 +75,6 @@ display: inline-flex; align-items: center; height: 100%; - border-top: transparent 2px solid; &:hover { background-color: @highlight-header-button-hover-ie; background-color: @highlight-header-button-hover; @@ -85,9 +83,6 @@ &.active { background-color: @background-toolbar-ie; background-color: @background-toolbar; - border: @border-toolbar-active-panel-top 1px solid; - border-bottom: none; - height: 28px; } @@ -100,15 +95,12 @@ text-align: center; color: @text-toolbar-header-ie; color: @text-toolbar-header; - position: relative; - top: -1px; } &.active { > a { color: @text-normal-ie; color: @text-normal; - padding: 0 11px; } } } @@ -404,10 +396,6 @@ box-shadow: inset 0 -1px 0 0 @border-regular-control; } - .box-tabs { - border-bottom: none; - } - .tabs { ul { padding: 0; @@ -415,7 +403,6 @@ li { position: relative; - border: none; &:after { //transition: opacity .1s; //transition: bottom .1s; @@ -430,9 +417,9 @@ &.active { background-color: transparent; - > a { - padding: 0 12px; - } + //> a { + // padding: 0 12px; + //} &:after { opacity: 1; bottom: 0; @@ -440,15 +427,19 @@ } &:hover:not(.active) { - //background-color: rgba(0, 0, 0, .05); - background-color: @highlight-button-hover-ie; - background-color: @highlight-button-hover; + background-color: rgba(0, 0, 0, .05); + + .theme-type-dark & { + background-color: rgba(255, 255, 255, .05); + } + + //background-color: @highlight-button-hover-ie; + //background-color: @highlight-button-hover; } > a { color: @text-normal-ie; color: @text-normal; - top: 0; &::after { display:block; content:attr(data-title); @@ -575,8 +566,8 @@ color: @text-normal-ie; color: @text-normal; &:hover:not(:disabled),&:focus { - box-shadow: 0 0 0 @scaled-one-px-value-ie @highlight-header-button-hover-ie; - box-shadow: 0 0 0 @scaled-one-px-value @highlight-header-button-hover; + box-shadow: 0 0 0 @scaled-one-px-value-ie @highlight-button-hover-ie; + box-shadow: 0 0 0 @scaled-one-px-value @highlight-button-hover; } } From 7f1d94b438836e354b0efa132d8554451b9d5629 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 8 Sep 2022 16:25:00 +0300 Subject: [PATCH 4/6] [DE] Add separator to the forms tab, fix fillForms mode --- apps/documenteditor/main/app/view/FormsTab.js | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/apps/documenteditor/main/app/view/FormsTab.js b/apps/documenteditor/main/app/view/FormsTab.js index 8ea32648d..10524186c 100644 --- a/apps/documenteditor/main/app/view/FormsTab.js +++ b/apps/documenteditor/main/app/view/FormsTab.js @@ -49,13 +49,16 @@ define([ DE.Views.FormsTab = Common.UI.BaseView.extend(_.extend((function(){ var template = '
' + - '