Starting to put ticket info on the sidebar
This commit is contained in:
parent
d55e19c5d6
commit
94a9d59740
@ -637,6 +637,19 @@ if ($ticket['email'] != '') {
|
|||||||
require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
|
require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
|
||||||
?>
|
?>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
|
<aside class="main-sidebar">
|
||||||
|
<section class="sidebar">
|
||||||
|
<ul class="sidebar-menu">
|
||||||
|
<li class="header text-uppercase"><?php echo $hesklang['information']; ?></li>
|
||||||
|
<li>
|
||||||
|
<span class="ticket-info">
|
||||||
|
<span><?php echo $hesklang['trackID']; ?></span>
|
||||||
|
<br><b><?php echo $trackingID; ?></b>
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
</aside>
|
||||||
<section class="content">
|
<section class="content">
|
||||||
<?php
|
<?php
|
||||||
/* This will handle error, success and notice messages */
|
/* This will handle error, success and notice messages */
|
||||||
|
@ -236,3 +236,10 @@ button.dropdown-submit {
|
|||||||
.dropdown-title {
|
.dropdown-title {
|
||||||
padding: 3px 20px;
|
padding: 3px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.ticket-info {
|
||||||
|
border-left: 3px solid transparent;
|
||||||
|
color: #b8c7ce;
|
||||||
|
padding: 12px 5px 12px 15px;
|
||||||
|
display: block;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user