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 972117d298
commit 80e4849bc0
8 changed files with 18 additions and 138 deletions

View File

@@ -89,7 +89,7 @@ require_once "resources/paging.php";
echo "</tr>\n";
echo "</table>\n";
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>";
echo " <td colspan='6' align='left'>\n";
echo " <b>".ucfirst($row['contact_setting_category'])."</b>\n";
@@ -142,19 +142,6 @@ require_once "resources/paging.php";
unset($sql, $result, $row_count);
} //end if results
echo "<tr>\n";
echo "<td colspan='7' 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_setting_edit.php?contact_uuid=".$contact_uuid."' 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>";
//include the footer