Status -> SIP status change the gateway name and link it back to Accounts -> Gateway -> Edit.

This commit is contained in:
Mark Crane 2013-12-06 05:56:24 +00:00
parent 9ac83876d8
commit 54076707b0
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ if (strlen($msg) > 0) {
foreach ($xml->gateway as $row) {
//print_r($row);
echo "<tr>\n";
echo " <td class='".$row_style[$c]."'>".$row->name."</td>\n";
echo " <td class='".$row_style[$c]."'><a href='".PROJECT_PATH."/app/gateways/gateway_edit.php?id=".$row->name."'>".$row->name."</a></td>\n";
echo " <td class='".$row_style[$c]."'>".$row->type."</td>\n";
echo " <td class='".$row_style[$c]."'>".$row->data."</td>\n";
echo " <td class='".$row_style[$c]."'>".$row->state."</td>\n";