Update ivr_menu_edit.php
Improve the layout for the IVR Menu edit description.
This commit is contained in:
parent
b731d988a4
commit
444a5a4065
|
|
@ -362,8 +362,6 @@
|
|||
echo " <td align='left' valign='top'>";
|
||||
echo " <b>".$text['header-ivr_menu']."</b>";
|
||||
echo " <br><br>";
|
||||
echo " ".$text['description-ivr_menu'];
|
||||
echo " <br><br>";
|
||||
echo " </td>\n";
|
||||
echo " <td align='right' nowrap='nowrap' valign='top'>\n";
|
||||
echo " <input type='button' class='btn' name='' alt='".$text['button-back']."' onclick=\"window.location='ivr_menus.php'\" value='".$text['button-back']."'>\n";
|
||||
|
|
@ -371,6 +369,12 @@
|
|||
echo " <input type='submit' name='submit' class='btn' value='".$text['button-save']."'>\n";
|
||||
echo " </td>\n";
|
||||
echo "</tr>\n";
|
||||
echo "<tr>\n";
|
||||
echo " <td colspan='2' align='left' valign='top'>";
|
||||
echo " ".$text['description-ivr_menu'];
|
||||
echo " <br><br>";
|
||||
echo " </td>\n";
|
||||
echo "</tr>\n";
|
||||
echo "</table>";
|
||||
|
||||
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue