From 1db3e5ba14087143cd1881250c4d35056f74b252 Mon Sep 17 00:00:00 2001 From: Anthony <96078404+AntoniusDC@users.noreply.github.com> Date: Wed, 12 Jan 2022 16:00:01 -0700 Subject: [PATCH] Removed Search Reset (#6241) * Update default_settings.php * Update devices.php * Update extensions.php * Update gateways.php * Update users.php * Update destinations.php * Update dialplans.php * Update bridges.php * Update call_block.php * Update call_broadcast.php * Update call_flows.php * Update call_forward.php * Update call_recordings.php * Update conference_centers.php * Update conference_controls.php * Update conference_profiles.php * Update conferences.php * Update contacts.php * Update fax.php * Update ivr_menus.php * Update phrases.php * Update recordings.php * Update ring_groups.php * Update time_conditions.php * Update voicemails.php * Update call_center_queues.php * Update email_logs.php * Update registrations.php * Update user_logs.php * Update access_controls.php * Update domains.php * Update email_templates.php * Update groups.php * Update menu.php * Update number_translations.php * Update sip_profiles.php * Update database_transactions.php * Update vars.php * Update dashboard.php --- app/access_controls/access_controls.php | 6 +++--- app/bridges/bridges.php | 6 +++--- app/call_block/call_block.php | 6 +++--- app/call_broadcast/call_broadcast.php | 8 ++++---- app/call_centers/call_center_queues.php | 6 +++--- app/call_flows/call_flows.php | 6 +++--- app/call_forward/call_forward.php | 6 +++--- app/call_recordings/call_recordings.php | 6 +++--- app/conference_centers/conference_centers.php | 8 ++++---- app/conference_controls/conference_controls.php | 8 ++++---- app/conference_profiles/conference_profiles.php | 8 ++++---- app/conferences/conferences.php | 8 ++++---- app/contacts/contacts.php | 6 +++--- app/database_transactions/database_transactions.php | 6 +++--- app/destinations/destinations.php | 6 +++--- app/devices/devices.php | 6 +++--- app/dialplans/dialplans.php | 6 +++--- app/email_logs/email_logs.php | 8 ++++---- app/email_templates/email_templates.php | 8 ++++---- app/extensions/extensions.php | 6 +++--- app/fax/fax.php | 6 +++--- app/gateways/gateways.php | 6 +++--- app/ivr_menus/ivr_menus.php | 8 ++++---- app/number_translations/number_translations.php | 6 +++--- app/phrases/phrases.php | 6 +++--- app/recordings/recordings.php | 6 +++--- app/registrations/registrations.php | 6 +++--- app/ring_groups/ring_groups.php | 6 +++--- app/sip_profiles/sip_profiles.php | 6 +++--- app/time_conditions/time_conditions.php | 8 ++++---- app/vars/vars.php | 8 ++++---- app/voicemails/voicemails.php | 6 +++--- core/dashboard/dashboard.php | 6 +++--- core/default_settings/default_settings.php | 6 +++--- core/domains/domains.php | 6 +++--- core/groups/groups.php | 6 +++--- core/menu/menu.php | 6 +++--- core/user_logs/user_logs.php | 8 ++++---- core/users/users.php | 6 +++--- 39 files changed, 128 insertions(+), 128 deletions(-) diff --git a/app/access_controls/access_controls.php b/app/access_controls/access_controls.php index 0df2caa638..78423c0ec9 100644 --- a/app/access_controls/access_controls.php +++ b/app/access_controls/access_controls.php @@ -161,9 +161,9 @@ echo button::create(['type'=>'button','label'=>$text['button-delete'],'icon'=>$_SESSION['theme']['button_icon_delete'],'id'=>'btn_delete','name'=>'btn_delete','style'=>'display:none;','onclick'=>"modal_open('modal-delete','btn_delete');"]); } echo "\n"; echo " \n"; diff --git a/app/ring_groups/ring_groups.php b/app/ring_groups/ring_groups.php index cbe6d8a0bb..e3d6a31308 100644 --- a/app/ring_groups/ring_groups.php +++ b/app/ring_groups/ring_groups.php @@ -174,9 +174,9 @@ 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'=>'ring_groups.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']); + //echo button::create(['label'=>$text['button-reset'],'icon'=>$_SESSION['theme']['button_icon_reset'],'type'=>'button','id'=>'btn_reset','link'=>'ring_groups.php','style'=>($search == '' ? 'display: none;' : null)]); if ($paging_controls_mini != '') { echo "".$paging_controls_mini.""; } diff --git a/app/sip_profiles/sip_profiles.php b/app/sip_profiles/sip_profiles.php index 8571f4701d..094e1d66ab 100644 --- a/app/sip_profiles/sip_profiles.php +++ b/app/sip_profiles/sip_profiles.php @@ -137,9 +137,9 @@ echo button::create(['type'=>'button','label'=>$text['button-settings'],'icon'=>'code','collapse'=>'hide-xs','link'=>'/app/sofia_global_settings/sofia_global_settings.php']); } echo "