Add. Statistics takes account to leg. (#2653)

Add. Leg field to advanced search form.
This commit is contained in:
Alexey Melnichuk
2017-06-08 09:45:27 -06:00
committed by FusionPBX
parent f939c82862
commit d093b37c22
2 changed files with 23 additions and 4 deletions
+12
View File
@@ -107,8 +107,20 @@
echo " <option value='local'>".$text['label-local']."</option>\n";
}
echo " </select>\n";
if(permission_exists('xml_cdr_b_leg')){
echo " <select name='leg' class='formfld'>\n";
echo " <option value='' selected='selected'></option>\n";
echo " <option value='a'>a-leg</option>\n";
echo " <option value='b'>b-leg</option>\n";
echo " </select>\n";
}
echo " </td>\n";
echo " </tr>\n";
echo " <tr>";
echo " <td class='vncell'>".$text['label-caller_id_name']."</td>"; //source name
echo " <td class='vtable'><input type='text' class='formfld' name='caller_id_name' value='$caller_id_name'></td>";