Fixed a syntax problem with click to call.

This commit is contained in:
Mark Crane
2013-05-22 19:33:47 +00:00
parent d8709267ea
commit 92e048b405

View File

@@ -297,7 +297,7 @@ if (is_array($_REQUEST) && !empty($_REQUEST['src']) && !empty($_REQUEST['dest'])
echo" <tr>\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 class='vtable' align='left'>\n";
echo " <select class='formfld' name='auto_answer'>\n";