From 61d5d4a1509669a375a1ede1e4d3fc2e38e8c282 Mon Sep 17 00:00:00 2001 From: "Florian Aders (EleRas)" Date: Sun, 13 Feb 2011 12:52:12 +0100 Subject: [PATCH] Fixed naming of icon in MySQL edit Signed-off-by: Florian Aders (EleRas) --- lib/formfields/customer/mysql/formfield.mysql_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/formfields/customer/mysql/formfield.mysql_edit.php b/lib/formfields/customer/mysql/formfield.mysql_edit.php index 617a1c03..bd812fae 100644 --- a/lib/formfields/customer/mysql/formfield.mysql_edit.php +++ b/lib/formfields/customer/mysql/formfield.mysql_edit.php @@ -17,11 +17,11 @@ return array( 'mysql_edit' => array( 'title' => $lng['mysql']['database_edit'], - 'image' => 'icons/edit_mysql.png', + 'image' => 'icons/mysql_edit.png', 'sections' => array( 'section_a' => array( 'title' => $lng['mysql']['database_edit'], - 'image' => 'icons/edit_mysql.png', + 'image' => 'icons/mysql_edit.png', 'fields' => array( 'databasename' => array( 'label' => $lng['mysql']['databasename'],