Use the label for the call flow status on the list and edit page.

This commit is contained in:
Mark Crane
2012-09-20 09:34:48 +00:00
parent c343c085e8
commit 43949c653d
2 changed files with 28 additions and 8 deletions
+2 -2
View File
@@ -123,10 +123,10 @@ require_once "includes/paging.php";
echo "<tr >\n";
echo " <td valign='top' class='".$row_style[$c]."'>";
if ($row['call_flow_status'] != "false") {
echo "On";
echo $row['call_flow_label'];
}
else {
echo "Off";
echo $row['call_flow_anti_label'];
}
echo "&nbsp;\n";
echo " </td>\n";