Fixed a syntax problem with click to call.
This commit is contained in:
@@ -297,7 +297,7 @@ if (is_array($_REQUEST) && !empty($_REQUEST['src']) && !empty($_REQUEST['dest'])
|
|||||||
|
|
||||||
echo" <tr>\n";
|
echo" <tr>\n";
|
||||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||||
echo " $text['label-auto-answer']:\n";
|
echo " ".$text['label-auto-answer'].":\n";
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "<td class='vtable' align='left'>\n";
|
echo "<td class='vtable' align='left'>\n";
|
||||||
echo " <select class='formfld' name='auto_answer'>\n";
|
echo " <select class='formfld' name='auto_answer'>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user