mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-08 04:33:49 +00:00
Update ivr_menu_edit.php
Improve the layout for the IVR Menu edit description.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user