Change the ring group prompt into a select box.
This commit is contained in:
parent
0089ab5e0f
commit
eacc01c8b4
|
|
@ -230,7 +230,15 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
|||
echo " ".$text['label-destination_prompt'].":\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='destination_prompt' maxlength='255' value='$destination_prompt'>\n";
|
||||
if ($destination_prompt == "1") {
|
||||
echo " ".$text['label-destination_prompt_confirm']." \n";
|
||||
}
|
||||
elseif ($destination_prompt == "2") {
|
||||
echo " ".$text['label-destination_prompt_announce']." \n";
|
||||
}
|
||||
else {
|
||||
echo " \n";
|
||||
}
|
||||
echo "<br />\n";
|
||||
echo $text['description-destination_prompt']."\n";
|
||||
echo "</td>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue