Fixed Create user button

This commit is contained in:
bprieshof
2019-09-26 00:57:41 +02:00
parent 3a767083df
commit 506b49f11d

View File

@@ -149,7 +149,7 @@ require_once "../assets/php/cuttext.php";
<div class="clearfix" style="padding:20px;"> <div class="clearfix" style="padding:20px;">
<h2 class="pull-right">Users</h2> <h2 class="pull-right">Users</h2>
<div class="toolbar crud pull-left"> <div class="toolbar crud pull-left">
<a href="create-system.php" class="btn btn-secondary btn-fab"><i class="icon-plus"></i></a> <a href="create-user.php" class="btn btn-secondary btn-fab"><i class="icon-plus"></i></a>
<button type="button" class="btn btn-secondary btn-fab" id="SearchButton"><i class="icon-magnify"></i></button> <button type="button" class="btn btn-secondary btn-fab" id="SearchButton"><i class="icon-magnify"></i></button>
<input type="search" id="SearchInput" style="display:none;" placeholder="Search"> <input type="search" id="SearchInput" style="display:none;" placeholder="Search">
</div> </div>