fixed icons
This commit is contained in:
parent
f880e0632d
commit
e689813e2c
|
@ -551,7 +551,7 @@ for ($month = 1; $month <= 12; $month++) {
|
|||
$cal_table->data[$cal_line][$week] .= '<a href="index.php?sec=galertas&sec2=godmode/alerts/configure_alert_special_days&create_special_day=1&date='.$date.'" title=';
|
||||
$cal_table->data[$cal_line][$week] .= __('Create');
|
||||
$cal_table->data[$cal_line][$week] .= '>'.html_print_image(
|
||||
'images/add.png',
|
||||
'images/add_mc.png',
|
||||
true,
|
||||
['class' => 'invert_filter']
|
||||
).'</a>';
|
||||
|
|
|
@ -246,7 +246,7 @@ class ConfigPEN extends HTML
|
|||
$tmp->options .= $tmp->pen;
|
||||
$tmp->options .= '\')" >';
|
||||
$tmp->options .= html_print_image(
|
||||
'images/eye.png',
|
||||
'images/operation.png',
|
||||
true,
|
||||
[
|
||||
'title' => __('Show'),
|
||||
|
|
|
@ -4037,7 +4037,7 @@ function html_print_autocomplete_modules(
|
|||
|
||||
ob_start();
|
||||
|
||||
$module_icon = 'images/module.png';
|
||||
$module_icon = 'images/search_module.png';
|
||||
if ($config['style'] === 'pandora_black') {
|
||||
$module_icon = 'images/brick.menu.png';
|
||||
}
|
||||
|
|
|
@ -4689,7 +4689,7 @@ function ui_print_agent_autocomplete_input($parameters)
|
|||
}
|
||||
|
||||
// Default value.
|
||||
$icon_agent = 'images/agent.png';
|
||||
$icon_agent = 'images/search_agent.png';
|
||||
|
||||
if ($config['style'] === 'pandora_black') {
|
||||
$icon_agent = 'images/agent_mc.menu.png';
|
||||
|
|
Loading…
Reference in New Issue