Sync the translations for ring groups.
This commit is contained in:
@@ -97,6 +97,7 @@ else {
|
||||
$ring_group_timeout_action = check_str($_POST["ring_group_timeout_action"]);
|
||||
$ring_group_cid_name_prefix = check_str($_POST["ring_group_cid_name_prefix"]);
|
||||
$ring_group_cid_number_prefix = check_str($_POST["ring_group_cid_number_prefix"]);
|
||||
$ring_group_distinctive_ring = check_str($_POST["ring_group_distinctive_ring"]);
|
||||
$ring_group_ringback = check_str($_POST["ring_group_ringback"]);
|
||||
$ring_group_skip_active = check_str($_POST["ring_group_skip_active"]);
|
||||
$ring_group_enabled = check_str($_POST["ring_group_enabled"]);
|
||||
@@ -340,6 +341,7 @@ else {
|
||||
$ring_group_timeout_data = $row["ring_group_timeout_data"];
|
||||
$ring_group_cid_name_prefix = $row["ring_group_cid_name_prefix"];
|
||||
$ring_group_cid_number_prefix = $row["ring_group_cid_number_prefix"];
|
||||
$ring_group_distinctive_ring = $row["ring_group_distinctive_ring"];
|
||||
$ring_group_ringback = $row["ring_group_ringback"];
|
||||
$ring_group_skip_active = $row["ring_group_skip_active"];
|
||||
$ring_group_enabled = $row["ring_group_enabled"];
|
||||
@@ -571,6 +573,17 @@ else {
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-distinctive_ring']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='number' name='distinctive_ring' maxlength='255' min='0' step='1' value='$distinctive_ring'>\n";
|
||||
echo "<br />\n";
|
||||
echo $text['description-distinctive_ring']." \n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-ringback']."\n";
|
||||
|
||||
Reference in New Issue
Block a user