Merge branch 'ent-7221-icono-lupa-cambiado-por-ojo' into 'develop'
Substituted eye with operation (magnifier) icon on credential store and tasklist See merge request artica/pandorafms!3964
This commit is contained in:
commit
1f74bd071c
|
@ -850,7 +850,7 @@ class DiscoveryTaskList extends HTML
|
|||
|
||||
$data[9] .= '<a href="#" onclick="progress_task_list('.$task['id_rt'].',\''.$task['name'].'\')">';
|
||||
$data[9] .= html_print_image(
|
||||
'images/eye.png',
|
||||
'images/operation.png',
|
||||
true,
|
||||
[
|
||||
'title' => __('View summary'),
|
||||
|
|
|
@ -1075,7 +1075,7 @@ class CredentialStore extends Wizard
|
|||
|
||||
item.options = '<a href="javascript:" onclick="show_form(\'';
|
||||
item.options += id;
|
||||
item.options += '\')" ><?php echo html_print_image('images/eye.png', true, ['title' => __('Show')]); ?></a>';
|
||||
item.options += '\')" ><?php echo html_print_image('images/operation.png', true, ['title' => __('Show')]); ?></a>';
|
||||
|
||||
item.options += '<a href="javascript:" onclick="delete_key(\'';
|
||||
item.options += id;
|
||||
|
|
Loading…
Reference in New Issue