mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix a minor display issue for contacts.
This commit is contained in:
@@ -62,11 +62,6 @@ else {
|
|||||||
echo "</table>\n";
|
echo "</table>\n";
|
||||||
|
|
||||||
echo "<table class='tr_hover' style='margin-bottom: 20px;' 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";
|
|
||||||
echo " </td>\n";
|
|
||||||
echo "</tr>\n";
|
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
echo "<th>".$text['label-contact_setting_category']."</th>";
|
echo "<th>".$text['label-contact_setting_category']."</th>";
|
||||||
echo "<th>".$text['label-contact_setting_subcategory']."</th>";
|
echo "<th>".$text['label-contact_setting_subcategory']."</th>";
|
||||||
|
|||||||
Reference in New Issue
Block a user