mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Changed some icons
This commit is contained in:
parent
cce99cb46b
commit
9354e845f7
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | 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 Width: | Height: | 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 Width: | Height: | Size: 390 B |
@ -2162,7 +2162,7 @@ function html_print_autocomplete_modules($name = 'module',
|
|||||||
ob_start();
|
ob_start();
|
||||||
|
|
||||||
html_print_input_text_extended ($name, $default, 'text-' . $name, '', 30, 100, false, '',
|
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);
|
html_print_input_hidden($name . "_hidden", $id_agent_module);
|
||||||
ui_print_help_tip(__('Type at least two characters to search the module.'), false);
|
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
|
//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'])) {
|
if (isset($parameters['icon_image'])) {
|
||||||
$icon_image = $parameters['icon_image'];
|
$icon_image = $parameters['icon_image'];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user