Update nowrap to xhtml and change the wording on ring back.

This commit is contained in:
Mark Crane
2012-10-22 17:51:46 +00:00
parent 31f4d44bb2
commit 6e882e6c50

View File

@@ -618,7 +618,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo "</tr>\n";
echo "<tr>\n";
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
echo " Ring Back:\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
@@ -656,7 +656,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo $moh->select();
echo "<br />\n";
echo "Defines what the caller will hear while the destination is being called. The choices are music (music on hold) ring (ring tone.) default: music \n";
echo "Defines what the caller will hear while the destination is being called.\n";
echo "</td>\n";
echo "</tr>\n";