#46 The new ticket page uses a panel instead of a tabbed bar

merge-requests/2/head
Mike Koch 10 years ago
parent e99db41a69
commit 820276c402

@ -91,24 +91,18 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
<li><a href="admin_main.php"><?php echo $hesk_settings['hesk_title']; ?></a></li> <li><a href="admin_main.php"><?php echo $hesk_settings['hesk_title']; ?></a></li>
<li class="active"><?php echo $hesklang['nti2']; ?></li> <li class="active"><?php echo $hesklang['nti2']; ?></li>
</ol> </ol>
<div class="row" style="margin-top: 20px">
<div class="enclosingDashboard"> <div class="col-md-4">
<div class="row"> <div class="panel panel-default">
<div align="left" class="col-md-4"> <div class="panel-heading"><?php echo $hesklang['quick_help']; ?></div>
<div class="moreToLeft"> <div class="panel-body">
<ul class="nav nav-tabs"> <p><?php echo $hesklang['nti3']; ?></p>
<li class="active"><a href="#" onclick="return false;"><?php echo $hesklang['quick_help']; ?></a></li> <br/>
</ul> <p><?php echo $hesklang['req_marked_with']; ?> <font class="important">*</font></p>
<div class="summaryList"> </div>
<div class="viewTicketSidebar"> </div>
<p><?php echo $hesklang['nti3']; ?></p>
<br/>
<p><?php echo $hesklang['req_marked_with']; ?> <font class="important">*</font></p>
</div>
</div>
</div>
</div> </div>
<div class="col-md-7"> <div class="col-md-8">
<?php <?php
/* This will handle error, success and notice messages */ /* This will handle error, success and notice messages */
hesk_handle_messages(); hesk_handle_messages();

Loading…
Cancel
Save