Take two, Change the ring group prompt into a select box.
This commit is contained in:
@@ -230,15 +230,11 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
|||||||
echo " ".$text['label-destination_prompt'].":\n";
|
echo " ".$text['label-destination_prompt'].":\n";
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "<td class='vtable' align='left'>\n";
|
echo "<td class='vtable' align='left'>\n";
|
||||||
if ($destination_prompt == "1") {
|
echo " <select class='formfld' style='width: 90px;' name='destination_prompt'>\n";
|
||||||
echo " ".$text['label-destination_prompt_confirm']." \n";
|
echo " <option value=''></option>\n";
|
||||||
}
|
echo " <option value='1'>".$text['label-destination_prompt_confirm']."</option>\n";
|
||||||
elseif ($destination_prompt == "2") {
|
//echo " <option value='2'>".$text['label-destination_prompt_announce]."</option>\n";
|
||||||
echo " ".$text['label-destination_prompt_announce']." \n";
|
echo " </select>\n";
|
||||||
}
|
|
||||||
else {
|
|
||||||
echo " \n";
|
|
||||||
}
|
|
||||||
echo "<br />\n";
|
echo "<br />\n";
|
||||||
echo $text['description-destination_prompt']."\n";
|
echo $text['description-destination_prompt']."\n";
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user