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