Now the manage users page utilizes a panel instead of a tabbed bar
This commit is contained in:
parent
ab8ac0edd3
commit
4d5e7dcbe1
@ -164,16 +164,11 @@ require_once(HESK_PATH . 'inc/headerAdmin.inc.php');
|
|||||||
require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
|
require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="enclosingDashboard">
|
|
||||||
<div style="margin-top: 20px" class="row">
|
<div style="margin-top: 20px" class="row">
|
||||||
<div align="left" class="col-md-4">
|
<div class="col-md-4">
|
||||||
<div class="moreToLeft">
|
<div class="panel panel-default">
|
||||||
<ul class="nav nav-tabs">
|
<div class="panel-heading"><?php echo $hesklang['add_user']; ?></div>
|
||||||
<li class="active"><a href="#" onclick="return false;"><?php echo $hesklang['add_user']; ?></a></li>
|
<div class="panel-body">
|
||||||
</ul>
|
|
||||||
<div class="summaryList">
|
|
||||||
<div class="viewTicketSidebar">
|
|
||||||
<h4><?php echo $hesklang['add_user']; ?></h4>
|
|
||||||
<h6><?php echo $hesklang['req_marked_with']; ?> <font class="important">*</font></h6>
|
<h6><?php echo $hesklang['req_marked_with']; ?> <font class="important">*</font></h6>
|
||||||
<div class="footerWithBorder blankSpace"></div>
|
<div class="footerWithBorder blankSpace"></div>
|
||||||
|
|
||||||
@ -305,8 +300,7 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="col-md-8">
|
||||||
<div class="col-md-7">
|
|
||||||
<script language="Javascript" type="text/javascript"><!--
|
<script language="Javascript" type="text/javascript"><!--
|
||||||
function confirm_delete()
|
function confirm_delete()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user