#186 Fix indentation

merge-requests/2/head
Mike Koch 9 years ago
parent c4b039f41c
commit 7ed4d23df4

@ -58,30 +58,30 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
?> ?>
<div class="row"> <div class="row">
<div class="col-md-10 col-md-offset-1" style="margin-top: 20px"> <div class="col-md-10 col-md-offset-1" style="margin-top: 20px">
<?php <?php
/* This will handle error, success and notice messages */ /* This will handle error, success and notice messages */
hesk_handle_messages(); hesk_handle_messages();
?> ?>
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <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> <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> </div>
<?php <?php
/* Print the list of tickets */ /* Print the list of tickets */
$is_search = 1; $is_search = 1;
require_once(HESK_PATH . 'inc/print_tickets.inc.php'); require_once(HESK_PATH . 'inc/print_tickets.inc.php');
/* Update staff default settings? */ /* Update staff default settings? */
if ( ! empty($_GET['def'])) if ( ! empty($_GET['def']))
{ {
hesk_updateStaffDefaults(); hesk_updateStaffDefaults();
} }
/* Print forms for listing and searching tickets */ /* Print forms for listing and searching tickets */
require_once(HESK_PATH . 'inc/show_search_form.inc.php'); require_once(HESK_PATH . 'inc/show_search_form.inc.php');
?> ?>
</div> </div>
</div> </div>
<?php <?php

Loading…
Cancel
Save