Status section is now a panel, and padded tabbed sections

This commit is contained in:
Mike Koch 2014-08-09 20:29:21 -04:00
parent 2029931974
commit 7fa2b81e29

View File

@ -97,15 +97,11 @@ if ( defined('HESK_DEMO') )
?> ?>
<div class="enclosingDashboard" style="padding-top: 20px"> <div class="row" style="margin-top: 20px">
<div class="row"> <div class="col-md-4">
<div align="left" class="col-md-4"> <div class="panel panel-default">
<div class="moreToLeft"> <div class="panel-heading"><?php echo $hesklang['check_status']; ?></div>
<ul class="nav nav-tabs"> <div class="panel-body">
<li class="active"><a href="#" onclick="return false;"><?php echo $hesklang['check_status']; ?></a></li>
</ul>
<div class="summaryList">
<div class="viewTicketSidebar">
<table> <table>
<tr><td style="text-align: right"> <tr><td style="text-align: right">
<?php echo $hesklang['v']; ?>: <?php echo $hesklang['v']; ?>:
@ -202,7 +198,6 @@ if ( defined('HESK_DEMO') )
</div> </div>
</div> </div>
</div> </div>
</div>
<div class="col-md-8"> <div class="col-md-8">
<?php <?php
/* This will handle error, success and notice messages */ /* This will handle error, success and notice messages */
@ -480,7 +475,7 @@ if ( defined('HESK_DEMO') )
</ul> </ul>
<!-- Tab panes --> <!-- Tab panes -->
<div class="tab-content summaryList viewTicketSidebar"> <div class="tab-content summaryList tabPadding">
<!-- General Settings --> <!-- General Settings -->
<div class="tab-pane fade in active" id="general"> <div class="tab-pane fade in active" id="general">
<h6 style="font-weight: bold"><?php echo $hesklang['gs']; ?></h6> <h6 style="font-weight: bold"><?php echo $hesklang['gs']; ?></h6>