Closes #48: Custom fields now follow proper styling on the print page

merge-requests/2/head
Mike Koch 10 years ago
parent df15806e42
commit 4983d2a6d7

@ -214,8 +214,8 @@ foreach ($hesk_settings['custom_fields'] as $k=>$v)
$num_cols = 0; $num_cols = 0;
} }
?> ?>
<td><?php echo $v['name']; ?>:</td> <td bgcolor="#EEE"><b><?php echo $v['name']; ?>:</b></td>
<td><?php echo hesk_unhortenUrl($ticket[$k]); ?></td> <td bgcolor="#DDD"><?php echo hesk_unhortenUrl($ticket[$k]); ?></td>
<?php <?php
} }
} }

Loading…
Cancel
Save