From 7a70257b951fa338a59bed92ef3ac0d80af80278 Mon Sep 17 00:00:00 2001 From: "Florian Aders (EleRas)" Date: Sun, 13 Feb 2011 18:40:34 +0100 Subject: [PATCH] Forgot one file in the last commit Signed-off-by: Florian Aders (EleRas) --- lib/formfields/customer/extras/formfield.htpasswd_add.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/formfields/customer/extras/formfield.htpasswd_add.php b/lib/formfields/customer/extras/formfield.htpasswd_add.php index 441f2f37..5802e040 100644 --- a/lib/formfields/customer/extras/formfield.htpasswd_add.php +++ b/lib/formfields/customer/extras/formfield.htpasswd_add.php @@ -18,11 +18,11 @@ return array( 'htpasswd_add' => array( 'title' => $lng['extras']['directoryprotection_add'], - 'image' => 'icons/add_htpasswd.png', + 'image' => 'icons/htpasswd_add.png', 'sections' => array( 'section_a' => array( 'title' => $lng['extras']['directoryprotection_add'], - 'image' => 'icons/add_htpasswd.png', + 'image' => 'icons/htpasswd_add.png', 'fields' => array( 'path' => array( 'label' => $lng['panel']['path'],