Conferences: Search to the right.

This commit is contained in:
Nate 2019-11-07 23:30:21 -07:00
parent 9796859df2
commit 0c629e3480
1 changed files with 3 additions and 3 deletions

View File

@ -149,6 +149,9 @@
echo "<div class='action_bar' id='action_bar'>\n";
echo " <div class='heading'><b>".$text['title-conferences']." (".$num_rows.")</b></div>\n";
echo " <div class='actions'>\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 "<span style='margin-left: 15px;'>".$paging_controls_mini."</span>";
}
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 " </form>\n";
echo " </div>\n";
echo " <div style='clear: both;'></div>\n";