Update xml_cdr_search.php

This commit is contained in:
blackc2004
2016-01-05 10:12:39 -08:00
parent 1f5cecf048
commit e3d48040f5

View File

@@ -164,6 +164,12 @@ echo " <tr>";
echo " <td class='vncell'>".$text['label-duration']."</td>";
echo " <td class='vtable'><input type='text' class='formfld' name='duration' value='$duration'></td>";
echo " </tr>";
if (permission_exists('xml_cdr_all')) {
echo " <tr>";
echo " <td class='vncell'>".$text['button-show_all']."</td>";
echo " <td class='vtable'><input type='checkbox' class='formfld' name='showall' value='true'></td>";
echo " </tr>";
}
echo "</table>";
echo " </td>";