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";