mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update message_edit.php
This commit is contained in:
@@ -230,6 +230,12 @@
|
||||
else {
|
||||
echo " <option value='sms'>".$text['label-sms']."</option>\n";
|
||||
}
|
||||
if ($message_type == "mms") {
|
||||
echo " <option value='mms' selected='selected'>".$text['label-mms']."</option>\n";
|
||||
}
|
||||
else {
|
||||
echo " <option value='mms'>".$text['label-mms']."</option>\n";
|
||||
}
|
||||
if ($message_type == "chat") {
|
||||
echo " <option value='chat' selected='selected'>".$text['label-chat']."</option>\n";
|
||||
}
|
||||
@@ -383,4 +389,4 @@
|
||||
//include the footer
|
||||
require_once "resources/footer.php";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user