Remove style tag from ticket.php

merge-requests/2/head
Mike Koch 9 years ago
parent 5ed1ea67c8
commit e8b800de52

@ -353,7 +353,7 @@ if (!$show['show']) {
<div class="col-md-9 col-xs-12 pushMarginLeft"> <div class="col-md-9 col-xs-12 pushMarginLeft">
<div class="ticketMessageTop withBorder"> <div class="ticketMessageTop withBorder">
<!-- Date and Action buttons --> <!-- Date and Action buttons -->
<p><?php echo $hesklang['date']; ?>: <?php echo hesk_date($ticket['dt'], true); ?><span style="float: right"><?php echo hesk_getCustomerButtons($i); ?></span></p> <p><?php echo $hesklang['date']; ?>: <?php echo hesk_date($ticket['dt'], true); ?><span class="nu-floatRight"><?php echo hesk_getCustomerButtons($i); ?></span></p>
<!-- Custom Fields Before Message --> <!-- Custom Fields Before Message -->
<?php <?php
foreach ($hesk_settings['custom_fields'] as $k=>$v) foreach ($hesk_settings['custom_fields'] as $k=>$v)

Loading…
Cancel
Save