Quellcode durchsuchen

Fix the contact page layout.

markjcrane vor 9 Jahren
Ursprung
Commit
b25ccc7f93
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      contact_edit.php

+ 1 - 1
contact_edit.php

@@ -638,7 +638,6 @@ else {
 		echo $text['description-shared']."\n";
 		echo $text['description-shared']."\n";
 		echo "</td>\n";
 		echo "</td>\n";
 		echo "</tr>\n";
 		echo "</tr>\n";
-		echo "</table>";
 
 
 		if (permission_exists('contact_user_view')) {
 		if (permission_exists('contact_user_view')) {
 			echo "	<tr>";
 			echo "	<tr>";
@@ -672,6 +671,7 @@ else {
 			echo "		</td>";
 			echo "		</td>";
 			echo "	</tr>";
 			echo "	</tr>";
 		}
 		}
+		echo "</table>";
 
 
 		if (permission_exists('contact_group_view')) {
 		if (permission_exists('contact_group_view')) {
 			echo "<div id='div_groups' ".(($contact_shared != 'true') ? "style='display: none;'" : null).">\n";
 			echo "<div id='div_groups' ".(($contact_shared != 'true') ? "style='display: none;'" : null).">\n";