#186 Fix indentation
This commit is contained in:
parent
c4b039f41c
commit
7ed4d23df4
@ -58,30 +58,30 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
|
||||
|
||||
?>
|
||||
<div class="row">
|
||||
<div class="col-md-10 col-md-offset-1" style="margin-top: 20px">
|
||||
<?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 style="float: right; margin-top: -7px;"><a href="new_ticket.php" class="btn btn-success"><span class="glyphicon glyphicon-plus-sign"></span> New ticket</a></span></h4>
|
||||
</div>
|
||||
<?php
|
||||
/* Print the list of tickets */
|
||||
$is_search = 1;
|
||||
require_once(HESK_PATH . 'inc/print_tickets.inc.php');
|
||||
<div class="col-md-10 col-md-offset-1" style="margin-top: 20px">
|
||||
<?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 style="float: right; margin-top: -7px;"><a href="new_ticket.php" class="btn btn-success"><span class="glyphicon glyphicon-plus-sign"></span> New ticket</a></span></h4>
|
||||
</div>
|
||||
<?php
|
||||
/* Print the list of tickets */
|
||||
$is_search = 1;
|
||||
require_once(HESK_PATH . 'inc/print_tickets.inc.php');
|
||||
|
||||
/* Update staff default settings? */
|
||||
if ( ! empty($_GET['def']))
|
||||
{
|
||||
hesk_updateStaffDefaults();
|
||||
}
|
||||
/* Update staff default settings? */
|
||||
if ( ! empty($_GET['def']))
|
||||
{
|
||||
hesk_updateStaffDefaults();
|
||||
}
|
||||
|
||||
/* Print forms for listing and searching tickets */
|
||||
require_once(HESK_PATH . 'inc/show_search_form.inc.php');
|
||||
?>
|
||||
</div>
|
||||
/* Print forms for listing and searching tickets */
|
||||
require_once(HESK_PATH . 'inc/show_search_form.inc.php');
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user