Merge branch 'ent-7164-iconos-cambiados-en-varias-vistas' into 'develop'
fixed icons See merge request artica/pandorafms!3923
This commit is contained in:
commit
2c05a1fe72
|
@ -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] .= '<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] .= __('Create');
|
||||||
$cal_table->data[$cal_line][$week] .= '>'.html_print_image(
|
$cal_table->data[$cal_line][$week] .= '>'.html_print_image(
|
||||||
'images/add.png',
|
'images/add_mc.png',
|
||||||
true,
|
true,
|
||||||
['class' => 'invert_filter']
|
['class' => 'invert_filter']
|
||||||
).'</a>';
|
).'</a>';
|
||||||
|
|
|
@ -246,7 +246,7 @@ class ConfigPEN extends HTML
|
||||||
$tmp->options .= $tmp->pen;
|
$tmp->options .= $tmp->pen;
|
||||||
$tmp->options .= '\')" >';
|
$tmp->options .= '\')" >';
|
||||||
$tmp->options .= html_print_image(
|
$tmp->options .= html_print_image(
|
||||||
'images/eye.png',
|
'images/operation.png',
|
||||||
true,
|
true,
|
||||||
[
|
[
|
||||||
'title' => __('Show'),
|
'title' => __('Show'),
|
||||||
|
|
|
@ -4037,7 +4037,7 @@ function html_print_autocomplete_modules(
|
||||||
|
|
||||||
ob_start();
|
ob_start();
|
||||||
|
|
||||||
$module_icon = 'images/module.png';
|
$module_icon = 'images/search_module.png';
|
||||||
if ($config['style'] === 'pandora_black') {
|
if ($config['style'] === 'pandora_black') {
|
||||||
$module_icon = 'images/brick.menu.png';
|
$module_icon = 'images/brick.menu.png';
|
||||||
}
|
}
|
||||||
|
|
|
@ -4689,7 +4689,7 @@ function ui_print_agent_autocomplete_input($parameters)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Default value.
|
// Default value.
|
||||||
$icon_agent = 'images/agent.png';
|
$icon_agent = 'images/search_agent.png';
|
||||||
|
|
||||||
if ($config['style'] === 'pandora_black') {
|
if ($config['style'] === 'pandora_black') {
|
||||||
$icon_agent = 'images/agent_mc.menu.png';
|
$icon_agent = 'images/agent_mc.menu.png';
|
||||||
|
|
Loading…
Reference in New Issue