diff --git a/include/staff/ticket-view.inc.php b/include/staff/ticket-view.inc.php index 3cee43a88dc24268899fcf8195a3ce302816abfc..0cf0e0dff7965388301c67ab6b88ba10545cebdf 100644 --- a/include/staff/ticket-view.inc.php +++ b/include/staff/ticket-view.inc.php @@ -897,9 +897,10 @@ $tcount+= $ticket->getNumNotes(); Are you sure want to <b>unassign</b> ticket from <b><?php echo $ticket->getAssigned(); ?></b>? </p> <p class="confirm-action" style="display:none;" id="changeuser-confirm"> - <p id="msg_warning"> - <b><?php echo Format::htmlchars($ticket->getName()); ?></b> <<?php echo $ticket->getEmail(); ?>> will no longer have access to the ticket. - </p> + <span id="msg_warning" style="display:block;vertical-align:top"> + <b><?php echo Format::htmlchars($ticket->getName()); ?></b> <<?php echo $ticket->getEmail(); ?>> + <br> will no longer have access to the ticket. + </span> Are you sure want to <b>change</b> ticket owner to <b><span id="newuser">this guy</span></b>? </p> <p class="confirm-action" style="display:none;" id="delete-confirm">