CDR Search: Added support for asterisk ("*") as a wildcard character in Source, Destination and CID Name fields.

This commit is contained in:
Nate Jones
2014-06-24 00:37:17 +00:00
parent e67066ca64
commit f5f394ed81
3 changed files with 21 additions and 4 deletions

View File

@@ -263,7 +263,10 @@ else {
echo "</td>";
echo "</tr>";
echo "<tr>";
echo "<td colspan='3' style='padding-top: 8px;' align='right'>";
echo "<td colspan='2' style='padding-top: 8px;' align='left'>";
echo $text['description_search'];
echo "</td>";
echo "<td style='padding-top: 8px;' align='right'>";
echo "<input type='button' class='btn' value='".$text['button-reset']."' onclick=\"document.location.href='xml_cdr.php';\">\n";
echo "<input type='submit' class='btn' name='submit' value='".$text['button-search']."'>\n";