Merge branch '1410-Traducción-en-filtro-de-Alertas' into 'develop'

Change manage alerts list enabled / disabled select text - #1410

See merge request artica/pandorafms!973
This commit is contained in:
vgilc 2017-11-29 16:59:57 +01:00
commit 3a4ed1671b

View File

@ -132,8 +132,8 @@ $form_filter .= "</tr>";
$form_filter .= "<tr>";
$form_filter .= "<td style='font-weight: bold;'>".__('Enabled / Disabled')."</td><td>";
$ed_list = array ();
$ed_list[0] = __('Enable');
$ed_list[1] = __('Disable');
$ed_list[0] = __('Enabled');
$ed_list[1] = __('Disabled');
$form_filter .= html_print_select ($ed_list, 'enabledisable', $enabledisable, '', __('All'), -1, true);
$form_filter .= "</td><td style='font-weight: bold;'>".__('Standby')."</td><td>";
$sb_list = array ();