diff --git a/app/conference_centers/conference_room_edit.php b/app/conference_centers/conference_room_edit.php index a98721c007..b8d1f167b8 100644 --- a/app/conference_centers/conference_room_edit.php +++ b/app/conference_centers/conference_room_edit.php @@ -22,6 +22,7 @@ Contributor(s): Mark J Crane + Luis Daniel Lucio Quiroz */ require_once "root.php"; require_once "resources/require.php"; @@ -573,6 +574,8 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " "; echo " "; + if (if_group("superadmin") || if_group("admin")) { + echo " "; echo " ".$text['label-users'].""; echo " "; @@ -622,6 +625,8 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " "; echo " "; + } + if (permission_exists('conference_room_profile')) { echo "\n"; echo "".$text['label-profile']."\n"; @@ -840,4 +845,4 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>