Merge pull request #1369 from blackc2004/patch-30

Update xml_cdr_search.php
This commit is contained in:
FusionPBX 2016-01-05 11:39:07 -07:00
commit 411c18477a
1 changed files with 6 additions and 0 deletions

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>";