mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Change the variables in the array so that they can be translated
This commit is contained in:
parent
51d45f0db0
commit
607af5eb1e
@ -143,10 +143,10 @@ html_print_select_groups(false, "AR", $return_all_group, "ag_group", $ag_group,
|
|||||||
echo "<td>";
|
echo "<td>";
|
||||||
echo __('Show Agents') . ' ';
|
echo __('Show Agents') . ' ';
|
||||||
$fields = array(
|
$fields = array(
|
||||||
"2" => "Everyone",
|
2 => __('Everyone'),
|
||||||
"1" => "Only disabled",
|
1 => __('Only disabled'),
|
||||||
"0" => "Only enabled",
|
0 => __('Only enabled'),
|
||||||
);
|
);
|
||||||
html_print_select($fields,"disabled",$disabled,'this.form.submit()');
|
html_print_select($fields,"disabled",$disabled,'this.form.submit()');
|
||||||
|
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user