Create ticket page uses new UI
This commit is contained in:
parent
6d6fe67c53
commit
f23ca3598e
1913
admin/new_ticket.php
1913
admin/new_ticket.php
File diff suppressed because it is too large
Load Diff
@ -111,27 +111,12 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<div class="row">
|
<?php
|
||||||
<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
|
|
||||||
|
|
||||||
|
|
||||||
/* Print footer */
|
/* Print footer */
|
||||||
require_once(HESK_PATH . 'inc/footer.inc.php');
|
require_once(HESK_PATH . 'inc/footer.inc.php');
|
||||||
exit();
|
exit();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
|
@ -122,3 +122,13 @@
|
|||||||
.timeline > .today-top {
|
.timeline > .today-top {
|
||||||
margin-bottom: 60px;
|
margin-bottom: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.white-readonly {
|
||||||
|
cursor: text !important;
|
||||||
|
background-color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
button.dropdown-submit {
|
||||||
|
background: none !important;
|
||||||
|
border: none;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user