fixes broken links to icons in the setup page
fixes broken links to icons in the setup page Signed-off-by: Phoenix Eve Aspacio <aspaciop@phoenixpeca.xyz>
This commit is contained in:
parent
d813e920ba
commit
bc1fee27be
@ -160,10 +160,10 @@ class FormDisplayTemplate
|
||||
// The first element contains the filename and the second
|
||||
// element is used for the "alt" and "title" attributes.
|
||||
$icon_init = array(
|
||||
'edit' => array('b_edit', ''),
|
||||
'help' => array('b_help', __('Documentation')),
|
||||
'reload' => array('s_reload', ''),
|
||||
'tblops' => array('b_tblops', '')
|
||||
'edit' => array('b_edit.png', ''),
|
||||
'help' => array('b_help.png', __('Documentation')),
|
||||
'reload' => array('s_reload.png', ''),
|
||||
'tblops' => array('b_tblops.png', '')
|
||||
);
|
||||
if ($is_setup_script) {
|
||||
// When called from the setup script, we don't have access to the
|
||||
|
||||
Loading…
Reference in New Issue
Block a user