From 55b8098bae8eb4431a872921c340d51063ea6d9e Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Tue, 20 Sep 2016 17:31:27 +0200 Subject: [PATCH] Improve interface of page object selection dialog --- .../files/js/WoltLabSuite/Core/Ui/Page/Search/Handler.js | 2 +- wcfsetup/install/lang/de.xml | 1 + wcfsetup/install/lang/en.xml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Search/Handler.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Search/Handler.js index eacc19413b..22231e3b1b 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Search/Handler.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Search/Handler.js @@ -60,7 +60,7 @@ define(['Language', 'StringUtil', 'Dom/Util', 'Ui/Dialog', './Input'], function( item = data.returnValues[i]; image = item.image; if (/^fa-/.test(image)) { - image = ''; + image = ''; } listItem = elCreate('li'); diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 05cb04f64b..068c532c10 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -2526,6 +2526,7 @@ Fehler sind beispielsweise: ohne zusätzliche Sicherheitsabfrage aus!]]> + diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index f17d37dddb..d8f18b38a0 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -2487,6 +2487,7 @@ Errors are: + -- 2.20.1