From 466e1dfd6d54f566626c407a3df738b9fde5cc3d Mon Sep 17 00:00:00 2001 From: konradSC Date: Sat, 27 Apr 2019 11:47:44 -0400 Subject: [PATCH] Paging Controls Fix (#4048) * Paging Controls Fix Bug where you couldn't enter a page number and press ENTER to jump to that page. * Update call_recordings.php --- app/call_recordings/call_recordings.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/call_recordings/call_recordings.php b/app/call_recordings/call_recordings.php index f2d05158cb..319f8ba212 100644 --- a/app/call_recordings/call_recordings.php +++ b/app/call_recordings/call_recordings.php @@ -278,7 +278,7 @@ echo " \n"; echo " \n"; echo " \n"; - echo " \n"; + echo " \n"; echo " \n"; echo "
 $paging_controls "; if (permission_exists('call_recording_add')) { echo "$v_link_label_add"; @@ -293,6 +293,12 @@ echo "
"; echo "\n"; + + if (strlen($paging_controls) > 0) { + echo "
"; + echo $paging_controls."\n"; + } + echo "

"; //include the footer