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 9706786070
commit 67b22a9a8b

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";