mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Get rid of trailing whitespace.
This commit is contained in:
@@ -187,7 +187,7 @@ require_once "includes/paging.php";
|
|||||||
if ($tmp[1] == $_SESSION['domain_name']) {
|
if ($tmp[1] == $_SESSION['domain_name']) {
|
||||||
echo "<tr >\n";
|
echo "<tr >\n";
|
||||||
echo " <td valign='top' class='".$row_style[$c]."'>".$row['name']." </td>\n";
|
echo " <td valign='top' class='".$row_style[$c]."'>".$row['name']." </td>\n";
|
||||||
echo " <td valign='top' class='".$row_style[$c]."'>".$row['status']." </td>\n";
|
echo " <td valign='top' class='".$row_style[$c]."'>".$row['status']." </td>\n";
|
||||||
echo " <td valign='top' class='".$row_style[$c]."'>";
|
echo " <td valign='top' class='".$row_style[$c]."'>";
|
||||||
echo " <input type='hidden' name='agents[".$x."][name]' id='agent_".$x."_name' value='".$agent_name."'>\n";
|
echo " <input type='hidden' name='agents[".$x."][name]' id='agent_".$x."_name' value='".$agent_name."'>\n";
|
||||||
echo " <input type='radio' name='agents[".$x."][status]' id='agent_".$x."_status_no_change' value='' checked='checked'><label for='agent_".$x."_status_no_change'>No Change</label>\n";
|
echo " <input type='radio' name='agents[".$x."][status]' id='agent_".$x."_status_no_change' value='' checked='checked'><label for='agent_".$x."_status_no_change'>No Change</label>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user