Update xml_cdr.php

This commit is contained in:
FusionPBX 2018-05-01 03:02:36 -06:00 committed by GitHub
parent e6f2966f71
commit 5a24429edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -161,9 +161,7 @@
echo " <option value='pdf'>PDF</option>\n";
echo " </select>\n";
echo " </td>\n";
if ($result_count == $rows_per_page && $paging_controls_mini != '') {
echo " <td style='vertical-align: top; padding-left: 15px;'>".$paging_controls_mini."</td>\n";
}
echo " <td style='vertical-align: top; padding-left: 15px;'>".$paging_controls_mini."</td>\n";
echo " </tr>\n";
echo " </table>\n";
echo " </form>\n";
@ -710,9 +708,7 @@
echo "</table>";
echo "</form>";
echo "<br><br>";
if ($result_count == $rows_per_page) {
echo $paging_controls;
}
echo $paging_controls;
echo "<br><br>";
// check or uncheck all checkboxes