Skip to content
Snippets Groups Projects
Commit 218e6aa4 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #320 from greezybacon/issue/user-change-warning-bleedover


Fix UI bug where user change warning always showed

Reviewed-By: default avatarPeter <Rotich&lt;peter@osticket.com>
parents 724a99b0 1b7dedf9
No related branches found
No related tags found
No related merge requests found
......@@ -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> &lt;<?php echo $ticket->getEmail(); ?>&gt; 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> &lt;<?php echo $ticket->getEmail(); ?>&gt;
<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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment