Ver Fonte

Code cleanup.

Nate Jones há 10 anos atrás
pai
commit
7fa6e5c03f
4 ficheiros alterados com 0 adições e 9 exclusões
  1. 0 2
      contact_addresses.php
  2. 0 2
      contact_emails.php
  3. 0 3
      contact_extensions.php
  4. 0 2
      contact_phones.php

+ 0 - 2
contact_addresses.php

@@ -92,7 +92,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";
@@ -145,6 +144,5 @@ require_once "resources/paging.php";
 	echo "</tr>\n";
 
 	echo "</table>";
-	echo "</div>";
 
 ?>

+ 0 - 2
contact_emails.php

@@ -91,7 +91,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";
@@ -135,6 +134,5 @@ require_once "resources/paging.php";
 	echo "</tr>\n";
 
 	echo "</table>";
-	echo "</div>";
 
 ?>

+ 0 - 3
contact_extensions.php

@@ -114,7 +114,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-extension']."</th>\n";
@@ -169,8 +168,6 @@ require_once "resources/paging.php";
  	echo "	</table>\n";
 	echo "</td>\n";
 	echo "</tr>\n";
-
 	echo "</table>";
-	echo "</div>";
 
 ?>

+ 0 - 2
contact_phones.php

@@ -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>";
 
 ?>