Destinations - List: Prevent wrapping in Chrome when number formatting enabled.
This commit is contained in:
parent
23200b1981
commit
7a12565084
|
|
@ -266,7 +266,7 @@
|
|||
echo " <td>".escape($domain)."</td>\n";
|
||||
}
|
||||
echo " <td>".escape($row['destination_type'])." </td>\n";
|
||||
echo " <td>";
|
||||
echo " <td class='no-wrap'>";
|
||||
if (permission_exists('destination_edit')) {
|
||||
echo "<a href='".$list_row_url."'>".escape(format_phone($row['destination_number']))."</a>";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue