Conference Center: increase the space between the title and the content.

This commit is contained in:
Mark Crane 2013-09-18 15:49:17 +00:00
parent 54ccb9b1dd
commit c944837500
2 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,7 @@ else {
echo " </td>\n";
echo " </tr>\n";
echo "</table>\n";
echo "<br />\n";
//prepare to page the results
if (if_group("superadmin") || if_group("admin")) {

View File

@ -507,6 +507,8 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo " <input type='button' class='btn' name='' alt='".$text['button-view']."' onclick=\"window.location='".PROJECT_PATH."/app/conferences_active/conference_interactive.php?c=".$meeting_uuid."'\" value='".$text['button-view']."'>\n";
}
echo " <input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='conference_rooms.php'\" value='".$text['button-back']."'>\n";
echo "<br />\n";
echo "<br />\n";
echo "</td>\n";
echo "</tr>\n";