Fix alignment on the add button for the sip profile list.

This commit is contained in:
Mark Crane
2013-11-13 08:28:35 +00:00
parent ab5279ee3c
commit a66daa3451

View File

@@ -61,10 +61,10 @@ require_once "resources/paging.php";
echo " <td align='left' width='33%' nowrap='nowrap'><b>".$text['header-sip_profiles']."</b></td>\n";
echo " <td width='33%' align='right'>&nbsp;</td>\n";
echo " </tr>\n";
echo " <tr>\n";
echo " <td align='left' width='33%' nowrap='nowrap'><b>".$text['header-hostname']."</b></td>\n";
echo " <td width='33%' align='right'>&nbsp;</td>\n";
echo " </tr>\n";
//echo " <tr>\n";
//echo " <td align='left' width='33%' nowrap='nowrap'><b>".$text['header-hostname']."</b></td>\n";
//echo " <td width='33%' align='right'>&nbsp;</td>\n";
//echo " </tr>\n";
echo " <tr>\n";
echo " <td align='left' colspan='2'>\n";
echo " ".$text['description-sip_profiles']."<br /><br />\n";
@@ -143,7 +143,7 @@ require_once "resources/paging.php";
} //end if results
echo "<tr>\n";
echo "<td colspan='3' align='left'>\n";
echo "<td colspan='4' align='left'>\n";
echo " <table width='100%' cellpadding='0' cellspacing='0'>\n";
echo " <tr>\n";
echo " <td width='25%' nowrap>&nbsp;</td>\n";