Create ticket page uses new UI

This commit is contained in:
Mike Koch 2016-09-27 13:08:31 -04:00
parent 6d6fe67c53
commit f23ca3598e
3 changed files with 948 additions and 1000 deletions

File diff suppressed because it is too large Load Diff

View File

@ -111,27 +111,12 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
</div>
</div>
</section>
<div class="row">
<div class="col-md-12 move-down-20">
<?php
/* This will handle error, success and notice messages */
hesk_handle_messages();
?>
<div class="panel panel-default">
<div class="panel-heading">
<h4><?php echo $hesklang['tickets']; ?> <span class="nu-floatRight panel-button"><a
href="new_ticket.php" class="btn btn-success"><span
class="glyphicon glyphicon-plus-sign"></span> <?php echo $hesklang['nti']; ?></a></span></h4>
</div>
</div>
</div>
<?php
<?php
/* Print footer */
require_once(HESK_PATH . 'inc/footer.inc.php');
exit();
?>
/* Print footer */
require_once(HESK_PATH . 'inc/footer.inc.php');
exit();
?>

View File

@ -121,4 +121,14 @@
.timeline > .today-top {
margin-bottom: 60px;
}
.white-readonly {
cursor: text !important;
background-color: #fff !important;
}
button.dropdown-submit {
background: none !important;
border: none;
}