mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-11 11:08:45 +00:00
missed label.
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
$text['button-back']['en-us'] = 'Back';
|
||||
$text['description-name']['en-us'] = 'Enter the name.';
|
||||
$text['description-extension']['en-us'] = 'Enter the extension.';
|
||||
$text['label-context']['en-us'] = 'Context';
|
||||
$text['description-enter-context']['en-us'] = 'Enter the context.';
|
||||
$text['label-strategy']['en-us'] = 'Strategy';
|
||||
$text['dropdown-sequence']['en-us'] = 'sequence';
|
||||
|
||||
@@ -382,7 +382,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
if (if_group("superadmin")) {
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " Context:\n";
|
||||
echo " ",$text['label-context'],":\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <input class='formfld' type='text' name='ring_group_context' maxlength='255' value=\"$ring_group_context\">\n";
|
||||
|
||||
Reference in New Issue
Block a user