Kevin prototype #133

Merged
11319801 merged 28 commits from kevin-prototype into master 2017-01-26 13:29:43 +01:00
3 changed files with 6 additions and 3 deletions
Showing only changes of commit 119c82e110 - Show all commits

View File

@@ -25,5 +25,5 @@
}
li.search-item:hover{
background-color: #EEE;
background-color: #FBC02D;
}

View File

@@ -278,7 +278,10 @@ function searchSomeUsers($n, $m, $search)
$stmt = $GLOBALS["db"]->prepare("
SELECT
`username`,
IFNULL(
`profilepicture`,
'../img/notbad.jpg'
) AS profilepicture,
`fname`,
`lname`
FROM

View File

@@ -38,7 +38,7 @@ $group_count = countSomeGroups($search)->fetchColumn();
</label>
<input type="text"
name="search"
placeholder="zoek"
placeholder="Zoek"
value=<?php echo "$search";?>
>
<label for="filter">