autofocus on user search

sandwich icon fixed
user search starts at the beginning of the string
This commit is contained in:
Ricsi
2017-01-19 23:40:58 +01:00
parent 1b78abb5c7
commit 8dfd618042
4 changed files with 10 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ else $sql = new sql('localhost','tollashodos','uprRscU8bGpJ','tollashodos');
$filter1 = "";
if (!empty($_POST['uk_filter_name'])) {
$filter1 = "AND uk_name LIKE '%".$_POST['uk_filter_name']."%'";
$filter1 = "AND uk_name LIKE '".$_POST['uk_filter_name']."%'";
}
$filter2 = "";