fixes #1232 unnecessary help button

unnecessary help button in search album page, hidden via display none in thme.css and commenting the show help in cat_search.tpl
This commit is contained in:
Louis
2020-10-12 16:42:11 +02:00
parent a3cedff225
commit 993b8a190b
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ function updateSearch () {
$('.search-album-result').html("");
$('.search-album-noresult').hide();
if (string == '') {
$('.search-album-help').show();
// help button unnecessary so do not show
// $('.search-album-help').show();
$('.search-album-ghost').show();
$('.search-album-num-result').hide();
} else {
+1
View File
@@ -4726,6 +4726,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
}
.search-album-help {
display: none;
cursor: help;
font-size: 20px;
}