Change the variables in the array so that they can be translated

This commit is contained in:
m-lopez-f 2015-01-12 15:54:30 +01:00
parent 51d45f0db0
commit 607af5eb1e
1 changed files with 4 additions and 4 deletions
pandora_console/godmode/agentes

View File

@ -143,10 +143,10 @@ html_print_select_groups(false, "AR", $return_all_group, "ag_group", $ag_group,
echo "<td>";
echo __('Show Agents') . '&nbsp;';
$fields = array(
"2" => "Everyone",
"1" => "Only disabled",
"0" => "Only enabled",
);
2 => __('Everyone'),
1 => __('Only disabled'),
0 => __('Only enabled'),
);
html_print_select($fields,"disabled",$disabled,'this.form.submit()');
echo "</td>";