Visual adjustments.
This commit is contained in:
parent
0018e553c4
commit
3e7cc4cc77
|
|
@ -82,7 +82,7 @@ require_once "resources/paging.php";
|
||||||
$row_style["1"] = "row_style1";
|
$row_style["1"] = "row_style1";
|
||||||
|
|
||||||
//show the content
|
//show the content
|
||||||
echo "<table width='100%' border='0'>\n";
|
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n";
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
echo "<td width='50%' align='left' nowrap='nowrap'><b>".$text['label-contact_settings']."</b></td>\n";
|
echo "<td width='50%' align='left' nowrap='nowrap'><b>".$text['label-contact_settings']."</b></td>\n";
|
||||||
echo "<td width='50%' align='right'> </td>\n";
|
echo "<td width='50%' align='right'> </td>\n";
|
||||||
|
|
|
||||||
|
|
@ -83,13 +83,7 @@ else {
|
||||||
}
|
}
|
||||||
|
|
||||||
//show the content
|
//show the content
|
||||||
echo "<br />";
|
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n";
|
||||||
echo "<div align='center'>";
|
|
||||||
echo "<table width='100%' border='0' cellpadding='0' cellspacing='2'>\n";
|
|
||||||
echo "<tr class='border'>\n";
|
|
||||||
echo " <td align=\"center\">\n";
|
|
||||||
|
|
||||||
echo "<table width='100%' border='0'>\n";
|
|
||||||
echo " <tr>\n";
|
echo " <tr>\n";
|
||||||
echo " <td width='50%' align='left' nowrap='nowrap'><b>".$text['title-gateways']."</b></td>\n";
|
echo " <td width='50%' align='left' nowrap='nowrap'><b>".$text['title-gateways']."</b></td>\n";
|
||||||
echo " <td align='right'>";
|
echo " <td align='right'>";
|
||||||
|
|
@ -146,7 +140,6 @@ else {
|
||||||
$row_style["0"] = "row_style0";
|
$row_style["0"] = "row_style0";
|
||||||
$row_style["1"] = "row_style1";
|
$row_style["1"] = "row_style1";
|
||||||
|
|
||||||
echo "<div align='center'>\n";
|
|
||||||
echo "<table class='tr_hover' width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
|
echo "<table class='tr_hover' width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
echo th_order_by('gateway', $text['label-gateway'], $order_by, $order);
|
echo th_order_by('gateway', $text['label-gateway'], $order_by, $order);
|
||||||
|
|
@ -244,16 +237,8 @@ else {
|
||||||
echo " </td>\n";
|
echo " </td>\n";
|
||||||
echo " </tr>\n";
|
echo " </tr>\n";
|
||||||
echo " </table>";
|
echo " </table>";
|
||||||
echo "</div>";
|
echo "<br><br>";
|
||||||
echo "</td>";
|
|
||||||
echo "</tr>";
|
|
||||||
echo "</table>";
|
|
||||||
|
|
||||||
echo "</td>";
|
|
||||||
echo "</tr>";
|
|
||||||
echo "</table>";
|
|
||||||
echo "</div>";
|
|
||||||
echo "<br /><br />";
|
|
||||||
|
|
||||||
//include the footer
|
//include the footer
|
||||||
require_once "resources/footer.php";
|
require_once "resources/footer.php";
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ require_once "resources/paging.php";
|
||||||
$order = ($_GET["order"] != '') ? $_GET["order"] : 'asc';
|
$order = ($_GET["order"] != '') ? $_GET["order"] : 'asc';
|
||||||
|
|
||||||
//show the content
|
//show the content
|
||||||
echo "<table width='100%' border='0'>\n";
|
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n";
|
||||||
echo " <tr>\n";
|
echo " <tr>\n";
|
||||||
echo " <td align='left' width='50%' nowrap='nowrap'><b>".$text['header_settings']."</b></td>\n";
|
echo " <td align='left' width='50%' nowrap='nowrap'><b>".$text['header_settings']."</b></td>\n";
|
||||||
echo " <td width='50%' align='right'> </td>\n";
|
echo " <td width='50%' align='right'> </td>\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue