Update hunt groups... remove the v_ from the links to the php files.

This commit is contained in:
Mark Crane
2012-11-24 02:18:10 +00:00
parent d019c6e424
commit 8d28971f64
9 changed files with 27 additions and 32 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ if (permission_exists('hunt_group_call_forward')) {
echo "<tr >\n";
echo " <td valign='top' class='".$row_style[$c]."'>".$row['hunt_group_extension']."</td>\n";
echo " <td valign='top' class='".$row_style[$c]."'>\n";
echo " <a href='".PROJECT_PATH."/app/hunt_group/v_hunt_group_call_forward_edit.php?id=".$row['hunt_group_uuid']."&a=call_forward' alt='Call Forward'>Call Forward</a> \n";
echo " <a href='".PROJECT_PATH."/app/hunt_group/hunt_group_call_forward_edit.php?id=".$row['hunt_group_uuid']."&a=call_forward' alt='Call Forward'>Call Forward</a> \n";
echo " </td>\n";
echo " <td valign='top' class='row_stylebg' width='40%'>".$row['hunt_group_description']."&nbsp;</td>\n";
echo "</tr>\n";