Update manage_user.php
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
<title>Manage user</title>
|
||||||
<?php
|
<?php
|
||||||
// Initialize the session
|
// Initialize the session
|
||||||
session_start();
|
session_start();
|
||||||
@@ -171,12 +172,13 @@ function load_user()
|
|||||||
<div class="container" style="min-height:95vh">
|
<div class="container" style="min-height:95vh">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-mt-12">
|
<div class="col-mt-12">
|
||||||
|
<div style="display:flex">
|
||||||
<h4>Nach Benutzer suchen, um zu verwalten</h4>
|
<h4>Nach Benutzer suchen, um zu verwalten</h4>
|
||||||
<form action="manage_user.php" method="GET">
|
<form action="manage_user.php" method="GET">
|
||||||
<input type="text" class="form-control" name="username">
|
<input type="text" class="form-control" name="username" style="width:70%">
|
||||||
<button type="submit" class="btn btn-primary">Search</button>
|
<button type="submit" class="btn btn-primary" style="width:25%">Search</button>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
<!-- list users and their permissions -->
|
<!-- list users and their permissions -->
|
||||||
<?php
|
<?php
|
||||||
echo("<table class='table'>");
|
echo("<table class='table'>");
|
||||||
|
|||||||
Reference in New Issue
Block a user