Contacts: Fix redirect after Add and Edit, remove redundant [+] buttons and auto-scroll Notes.

This commit is contained in:
Nate Jones
2015-03-26 19:47:57 +00:00
parent 72c5ecbbb1
commit 6fd4a638e3
8 changed files with 18 additions and 138 deletions
+1 -15
View File
@@ -91,7 +91,7 @@ require_once "resources/paging.php";
$row_style["0"] = "row_style0";
$row_style["1"] = "row_style1";
echo "<table class='tr_hover' width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo "<table class='tr_hover' style='margin-bottom: 20px;' width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo "<tr>\n";
echo "<th>".$text['label-email_label']."</th>\n";
@@ -119,20 +119,6 @@ require_once "resources/paging.php";
unset($sql, $result, $row_count);
} //end if results
echo "<tr>\n";
echo "<td colspan='11' align='left'>\n";
echo " <table width='100%' cellpadding='0' cellspacing='0'>\n";
echo " <tr>\n";
// echo " <td width='33.3%' nowrap>&nbsp;</td>\n";
// echo " <td width='33.3%' align='center' nowrap>$paging_controls</td>\n";
echo " <td class='list_control_icons'>";
echo "<a href='contact_email_edit.php?contact_uuid=".$_GET['id']."' alt='".$text['button-add']."'>$v_link_label_add</a>";
echo " </td>\n";
echo " </tr>\n";
echo " </table>\n";
echo "</td>\n";
echo "</tr>\n";
echo "</table>";
?>