From 0c629e3480fbb6df2de72cb1f5be8b245e6a42c4 Mon Sep 17 00:00:00 2001 From: Nate Date: Thu, 7 Nov 2019 23:30:21 -0700 Subject: [PATCH] Conferences: Search to the right. --- app/conferences/conferences.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/conferences/conferences.php b/app/conferences/conferences.php index cfd773073c..1e84bf4022 100644 --- a/app/conferences/conferences.php +++ b/app/conferences/conferences.php @@ -149,6 +149,9 @@ echo "
\n"; echo "
".$text['title-conferences']." (".$num_rows.")
\n"; echo "
\n"; + if (permission_exists('conference_active_view')) { + echo button::create(['type'=>'button','label'=>$text['button-view_active'],'icon'=>'comments','style'=>'margin-right: 15px;','link'=>PROJECT_PATH.'/app/conferences_active/conferences_active.php']); + } if (permission_exists('conference_add')) { echo button::create(['type'=>'button','label'=>$text['button-add'],'icon'=>$_SESSION['theme']['button_icon_add'],'link'=>'conference_edit.php']); } @@ -168,9 +171,6 @@ if ($paging_controls_mini != '') { echo "".$paging_controls_mini.""; } - if (permission_exists('conference_active_view')) { - echo button::create(['type'=>'button','label'=>$text['button-view_active'],'icon'=>'comments','style'=>'margin-left: 15px;','link'=>PROJECT_PATH.'/app/conferences_active/conferences_active.php']); - } echo " \n"; echo "
\n"; echo "
\n";