Inbound Routes: Set column widths on form.

This commit is contained in:
reliberate 2016-02-25 18:45:27 -07:00
parent 03f1f3a6db
commit 010dae5ea9
1 changed files with 2 additions and 2 deletions

View File

@ -779,10 +779,10 @@ $destination = new destinations;
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo "<tr>\n";
echo "<td class='vncellreq' valign='top' align='left' nowrap>\n";
echo "<td width='30%' class='vncellreq' valign='top' align='left' nowrap>\n";
echo " ".$text['label-name']."\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo "<td width='70%' class='vtable' align='left'>\n";
echo " <input class='formfld' type='text' name='dialplan_name' maxlength='255' value=\"$dialplan_name\">\n";
echo "<br />\n";
echo "".$text['description-name']."<br />\n";