|
@@ -107,7 +107,6 @@ require_once "resources/paging.php";
|
|
|
$row_style["0"] = "row_style0";
|
|
|
$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 "<tr>\n";
|
|
|
echo "<th>".$text['label-phone_label']."</th>\n";
|
|
@@ -171,6 +170,5 @@ require_once "resources/paging.php";
|
|
|
echo "</tr>\n";
|
|
|
|
|
|
echo "</table>";
|
|
|
- echo "</div>";
|
|
|
|
|
|
?>
|