Visual adjustments.

This commit is contained in:
Nate Jones
2015-02-15 07:59:02 +00:00
parent 256e424b3e
commit dbd9fbc07b
87 changed files with 359 additions and 1259 deletions

View File

@@ -80,9 +80,7 @@ require_once "resources/require.php";
$document['title'] = $text['title-group_add'];
//show the content
echo "<div align='center'>";
echo "<table width='100%' cellpadding='6' cellspacing='0'>\n";
echo "<table width='100%' cellpadding='0' cellspacing='0'>\n";
echo " <tr>\n";
echo " <td align='left'>\n";
echo " <b>".$text['header-group_add']."</b>\n";
@@ -98,7 +96,7 @@ require_once "resources/require.php";
echo "<br>";
echo "<form name='login' METHOD=\"POST\" action=\"groupadd.php\">\n";
echo "<table width='100%' cellpadding='6' cellspacing='0'>\n";
echo "<table width='100%' cellpadding='0' cellspacing='0'>\n";
echo "<tr>\n";
echo "<td width='30%' class='vncellreq'>\n";
echo $text['label-group_name']."\n";
@@ -122,15 +120,14 @@ require_once "resources/require.php";
echo "</td>\n";
echo "<td align=\"right\">\n";
echo " <input type=\"hidden\" name=\"path\" value=\"$path\">\n";
echo " <br><br>";
echo " <input type=\"submit\" class='btn' value=\"".$text['button-save']."\">\n";
echo "</td>\n";
echo "</tr>\n";
echo "</table>\n";
echo "</form>";
echo "</div>";
echo "</table>\n";
echo "<br><br>";
echo "<br><br>";
echo "</form>";
//include the footer
include "resources/footer.php";

View File

@@ -69,9 +69,7 @@ else {
$row_style["0"] = "row_style0";
$row_style["1"] = "row_style1";
echo "<div align='center'>\n";
echo "<table width='100%' cellpadding='6' cellspacing='1'>\n";
echo "<table width='100%' cellpadding='0' cellspacing='0'>\n";
echo " <tr>\n";
echo " <td align='left'>\n";
echo " <span class=\"\" height='50'><b>".$text['header-group_members'].$group_name."</b></span>";
@@ -126,9 +124,8 @@ else {
echo "<br>";
echo " <div align='center'>";
echo " <form method='post' action='groupmemberadd.php'>";
echo " <table width='250'>";
echo "<form method='post' action='groupmemberadd.php'>";
echo "<table width='250'>";
echo " <tr>";
echo " <td width='60%' align='right'>";
@@ -158,10 +155,9 @@ else {
}
echo " </td>";
echo " </tr>";
echo " </table>";
echo " </form>";
echo " </div>";
echo "</table>";
echo "<br><br>";
echo "</form>";
//include the footer
require_once "resources/footer.php";

View File

@@ -522,7 +522,7 @@ else {
echo "<br>";
echo "<br>";
echo "<table $table_width cellpadding='6' cellspacing='0'>";
echo "<table $table_width cellpadding='0' cellspacing='0'>";
echo " <tr>\n";
echo " <th class='th' colspan='2' align='left'>".$text['label-additional_info']."</th>\n";
echo " </tr>\n";
@@ -715,11 +715,12 @@ else {
echo " <td colspan='2' align='right'><br>";
echo " <input type='hidden' name='id' value=\"$user_uuid\">";
echo " <input type='hidden' name='username_old' value=\"$username\">";
echo " <br><br>";
echo " <input type='submit' name='submit' class='btn' value='".$text['button-save']."'>";
echo " </td>";
echo " </tr>";
echo "</table>";
echo "<br><br>";
echo "</form>";
//include the footer