diff --git a/admin/themes/default/template/cat_search.tpl b/admin/themes/default/template/cat_search.tpl
index 3aa947dfe..8ebbeea2e 100644
--- a/admin/themes/default/template/cat_search.tpl
+++ b/admin/themes/default/template/cat_search.tpl
@@ -128,15 +128,6 @@ function resultAppear(result) {
}
}
-function prepare_skeleton() {
- while (!($(document).height() > $(window).height())) {
- $(".search-album-ghost").append("
");
- }
- $(".search-album-ghost div:last").remove();
-};
-
-prepare_skeleton();
-
updateSearch();
$('.search-input').focus();
{/literal}
@@ -156,9 +147,7 @@ $('.search-input').focus();
-
-
-
+
{'No research in progress'|@translate}
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 8014907c6..5cfa75afa 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -5993,6 +5993,14 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
background-image: linear-gradient(0.25turn, #eee, rgb(250, 250, 250));
background-attachment: fixed;
}
+.search-album-ghost span{
+ text-align: center;
+ font-weight: 600;
+ padding: 90px 0;
+ background-color: #f3f3f3;
+ color: #c1c1c1;
+ margin: 1em;
+}
.search-album-elem {
box-shadow: 0px 2px 3px #00000024;
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index f9cae403e..9cac21b75 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -1202,6 +1202,10 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
.search-album-ghost div {
background-image: linear-gradient(#333, #444);
}
+.search-album-ghost span{
+ background-color: #5a5757;
+ color: #c1c1c1;
+}
/* Icon colors*/
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index d38867fa1..9dc280698 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -1278,6 +1278,7 @@ $lang['This albums is already in related categories list'] = 'This albums is alr
$lang['No search in progress'] = 'No search in progress';
$lang['Create a new album at root'] = 'Create a new album at root';
$lang['Create a sub-album of "%s"'] = 'Create a sub-album of "%s"';
+$lang['No research in progress'] = 'No research in progress';
$lang['Visited'] = 'Visited';
$lang['Downloaded'] = 'Downloaded';
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index f95e25e32..73a10ba55 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -1272,6 +1272,7 @@ $lang['Purge Actions'] = 'Actions de purge';
$lang['Purge Cache'] = 'Purger le cache';
$lang['Create a new album at root'] = 'Créer un nouvel album à la racine';
$lang['Create a sub-album of "%s"'] = 'Créer un sous-album de "%s"';
+$lang['No research in progress'] = 'Pas de recherche en cours';
$lang['Rename "%s"'] = 'Renommer "%s"';
$lang['Yes, rename'] = 'Oui, renommer';
$lang['Tag name'] = 'Nom du tag';