File tree 1 file changed +1
-1
lines changed
app/Domain/Tickets/Templates
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 275
275
<ul class="dropdown-menu" aria-labelledby="userDropdownMenuLink<?= $ row ['id ' ]?> ">
276
276
<li class="nav-header border"><?= $ tpl ->__ ('dropdown.choose_user ' )?> </li>
277
277
<li class='dropdown-item'>
278
- <a href='javascript:void(0);' data-label='<?php echo $ tpl ->__ ('label.not_assigned_to_user ' ); ?> ' data-value='<?= $ row ['id ' ].'_0_0 ' ?> ' id='userStatusChange<?= $ row ['id ' ]?> 0' ><?php echo $ tpl ->__ ('label.not_assigned_to_user ' ); ?> </a>
278
+ <a href='javascript:void(0);' data-label='<?php echo $ tpl ->__ ('label.not_assigned_to_user ' ); ?> ' data-value='<?= $ row ['id ' ].'_0_0 ' ?> ' id='userStatusChange<?= $ row ['id ' ]?> 0' ><?php echo $ tpl ->__ ('label.not_assigned_to_user ' ); ?> </a>
279
279
</li>
280
280
<?php foreach ($ tpl ->get ('users ' ) as $ user ) {
281
281
echo "<li class='dropdown-item'> " ;
You can’t perform that action at this time.
0 commit comments