mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Changed some icons
This commit is contained in:
parent
cce99cb46b
commit
9354e845f7
pandora_console
Binary file not shown.
Before ![]() (image error) Size: 1.5 KiB After ![]() (image error) Size: 425 B ![]() ![]() |
BIN
pandora_console/images/search_agent.png
Normal file
BIN
pandora_console/images/search_agent.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 341 B |
BIN
pandora_console/images/search_module.png
Normal file
BIN
pandora_console/images/search_module.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 390 B |
@ -2162,7 +2162,7 @@ function html_print_autocomplete_modules($name = 'module',
|
||||
ob_start();
|
||||
|
||||
html_print_input_text_extended ($name, $default, 'text-' . $name, '', 30, 100, false, '',
|
||||
array('style' => 'background: url(images/input_module.png) no-repeat right;'));
|
||||
array('style' => 'background: url(images/search_module.png) no-repeat right;'));
|
||||
html_print_input_hidden($name . "_hidden", $id_agent_module);
|
||||
ui_print_help_tip(__('Type at least two characters to search the module.'), false);
|
||||
|
||||
|
@ -2760,7 +2760,7 @@ function ui_print_agent_autocomplete_input($parameters) {
|
||||
|
||||
|
||||
//Default value
|
||||
$icon_image = html_print_image('images/input_agent.png', true, false, true);
|
||||
$icon_image = html_print_image('images/search_agent.png', true, false, true);
|
||||
if (isset($parameters['icon_image'])) {
|
||||
$icon_image = $parameters['icon_image'];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user