From 907c2d332c8393d190d2d878f098da880d64d7da Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 3 May 2022 17:35:01 -0600 Subject: [PATCH] Remove the reset on the email queue search. Don't think its needed for a single item html form. --- app/email_queue/email_queue.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/email_queue/email_queue.php b/app/email_queue/email_queue.php index d3a2c77552..2163be62c5 100644 --- a/app/email_queue/email_queue.php +++ b/app/email_queue/email_queue.php @@ -193,9 +193,8 @@ // echo button::create(['type'=>'button','label'=>$text['button-show_all'],'icon'=>$_SESSION['theme']['button_icon_all'],'link'=>'?show=all']); // } //} - echo ""; - echo button::create(['label'=>$text['button-search'],'icon'=>$_SESSION['theme']['button_icon_search'],'type'=>'submit','id'=>'btn_search','style'=>($search != '' ? 'display: none;' : null)]); - echo button::create(['label'=>$text['button-reset'],'icon'=>$_SESSION['theme']['button_icon_reset'],'type'=>'button','id'=>'btn_reset','link'=>'email_queue.php','style'=>($search == '' ? 'display: none;' : null)]); + echo ""; + echo button::create(['label'=>$text['button-search'],'icon'=>$_SESSION['theme']['button_icon_search'],'type'=>'submit','id'=>'btn_search']); if ($paging_controls_mini != '') { echo "".$paging_controls_mini."\n"; }