Update ivr_menu_edit.php

Use only the space needed to display the IVR Menu options.
This commit is contained in:
FusionPBX 2016-08-04 17:34:00 -06:00 committed by GitHub
parent 783a9d170d
commit b731d988a4
1 changed files with 1 additions and 1 deletions

View File

@ -685,7 +685,7 @@
echo " <tr>";
echo " <td class='vncell' valign='top'>".$text['label-options']."</td>";
echo " <td class='vtable' align='left'>";
echo " <table width='59%' border='0' cellpadding='0' cellspacing='0'>\n";
echo " <table border='0' cellpadding='0' cellspacing='0'>\n";
echo " <tr>\n";
echo " <td class='vtable'>".$text['label-option']."</td>\n";
echo " <td class='vtable'>".$text['label-destination']."</td>\n";