mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
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:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user