From a0406c9749a0136fd8e0915a8ae9b45137be189f Mon Sep 17 00:00:00 2001 From: "Florian Aders (EleRas)" Date: Sun, 13 Feb 2011 12:41:50 +0100 Subject: [PATCH] Fixed naming of icon in add domain Signed-off-by: Florian Aders (EleRas) --- lib/formfields/customer/domains/formfield.domains_add.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/formfields/customer/domains/formfield.domains_add.php b/lib/formfields/customer/domains/formfield.domains_add.php index ad88b3d3..bf0dbc7e 100644 --- a/lib/formfields/customer/domains/formfield.domains_add.php +++ b/lib/formfields/customer/domains/formfield.domains_add.php @@ -18,11 +18,11 @@ return array( 'domain_add' => array( 'title' => $lng['domains']['subdomain_add'], - 'image' => 'icons/domain_add.png', + 'image' => 'icons/add_domain.png', 'sections' => array( 'section_a' => array( 'title' => $lng['domains']['subdomain_add'], - 'image' => 'icons/domain_add.png', + 'image' => 'icons/add_domain.png', 'fields' => array( 'subdomain' => array( 'label' => $lng['domains']['domainname'],