From bc1fee27beb58cfec62fdfd97d4fc52f019fa7f4 Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Wed, 9 May 2018 23:09:57 +0800 Subject: [PATCH] fixes broken links to icons in the setup page fixes broken links to icons in the setup page Signed-off-by: Phoenix Eve Aspacio --- libraries/classes/Config/FormDisplayTemplate.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/classes/Config/FormDisplayTemplate.php b/libraries/classes/Config/FormDisplayTemplate.php index 28ce77d94a..706f172559 100644 --- a/libraries/classes/Config/FormDisplayTemplate.php +++ b/libraries/classes/Config/FormDisplayTemplate.php @@ -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