mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Fix alignment on the add button for the sip profile list.
This commit is contained in:
@@ -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'> </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'> </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'> </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> </td>\n";
|
||||
|
||||
Reference in New Issue
Block a user