2010-04-30 Sergio Martin <sergio.martin@artica.es>
* godmode/alerts/alert_list.builder.php: Removed an useless combo of old version. Bug: 2993508 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2649 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
922a1d925f
commit
c6dd9b82ec
|
@ -1,3 +1,8 @@
|
|||
2010-04-30 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/alerts/alert_list.builder.php: Removed an
|
||||
useless combo of old version. Bug: 2993508
|
||||
|
||||
2010-04-30 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_ui.php: Fixed the access at the
|
||||
|
|
|
@ -39,13 +39,10 @@ $table->style[0] = 'font-weight: bold; vertical-align: top;';
|
|||
|
||||
/* Add an agent selector */
|
||||
if (! $id_agente) {
|
||||
$table->data['group'][0] = __('Group');
|
||||
$table->data['group'][1] = print_select ($groups, 'id_group', $id_group,
|
||||
false, '', '', true);
|
||||
|
||||
$table->data['agent'][0] = __('Agent');
|
||||
|
||||
$table->data['agent'][1] = print_input_text_extended ('id_agent', __('Select'), 'text_id_agent', '', 30, 100, false, '',
|
||||
$table->data['agent'][1] = print_input_text_extended ('id_agent', '', 'text_id_agent', '', 30, 100, false, '',
|
||||
array('style' => 'background: url(images/lightning.png) no-repeat right;'), true)
|
||||
. '<a href="#" class="tip"> <span>' . __("Type at least two characters to search") . '</span></a>';
|
||||
}
|
||||
|
@ -273,4 +270,4 @@ $(document).ready (function () {
|
|||
});
|
||||
});
|
||||
/* ]]> */
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue