Fix the dialplan detail edit class table and vertical spacing.

This commit is contained in:
Mark Crane
2013-09-18 19:53:41 +00:00
parent 0d4d95a8e1
commit fb59aad228

View File

@@ -237,7 +237,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo "<div align='center'>\n";
echo "<table width='100%' border='0' cellpadding='6' cellspacing='0'>\n";
echo "<tr>\n";
echo "<td align='left' width='30%' nowrap><b>".$text['header-dialplan_detail']."</b></td>\n";
echo "<td align='left' width='30%' nowrap><span class='table'>".$text['header-dialplan_detail']."</span></td>\n";
echo "<td width='70%' align='right'><input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='dialplan_edit.php?id=".$dialplan_uuid."'\" value='".$text['button-back']."'></td>\n";
echo "</tr>\n";
@@ -272,6 +272,11 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
}
</script>
<?php
echo "<tr>\n";
echo " <td>\n";
echo " &nbsp;\n";
echo " </td>\n";
echo "</tr>\n";
echo "<tr>\n";
echo "<td class='vncellreq' valign='top' align='left' nowrap>\n";