Fixed icon naming

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2011-02-13 18:36:56 +01:00
parent 88d0fe5752
commit 4400125c7e
37 changed files with 60 additions and 60 deletions

View File

@@ -18,11 +18,11 @@
return array(
'domain_add' => array(
'title' => $lng['domains']['subdomain_add'],
'image' => 'icons/add_domain.png',
'image' => 'icons/domain_add.png',
'sections' => array(
'section_a' => array(
'title' => $lng['domains']['subdomain_add'],
'image' => 'icons/add_domain.png',
'image' => 'icons/domain_add.png',
'fields' => array(
'subdomain' => array(
'label' => $lng['domains']['domainname'],

View File

@@ -18,11 +18,11 @@
return array(
'emails_addforwarder' => array(
'title' => $lng['emails']['forwarder_add'],
'image' => 'icons/add_autoresponder.png',
'image' => 'icons/autoresponder_add.png',
'sections' => array(
'section_a' => array(
'title' => $lng['emails']['forwarder_add'],
'image' => 'icons/add_autoresponder.png',
'image' => 'icons/autoresponder_add.png',
'fields' => array(
'email_full' => array(
'label' => $lng['emails']['from'],

View File

@@ -18,11 +18,11 @@
return array(
'htaccess_add' => array(
'title' => $lng['extras']['pathoptions_add'],
'image' => 'icons/add_htpasswd.png',
'image' => 'icons/htpasswd_add.png',
'sections' => array(
'section_a' => array(
'title' => $lng['extras']['pathoptions_add'],
'image' => 'icons/add_htpasswd.png',
'image' => 'icons/htpasswd_add.png',
'fields' => array(
'path' => array(
'label' => $lng['panel']['path'],

View File

@@ -18,11 +18,11 @@
return array(
'htaccess_edit' => array(
'title' => $lng['extras']['pathoptions_edit'],
'image' => 'icons/edit_htpasswd.png',
'image' => 'icons/htpasswd_edit.png',
'sections' => array(
'section_a' => array(
'title' => $lng['extras']['pathoptions_edit'],
'image' => 'icons/edit_htpasswd.png',
'image' => 'icons/htpasswd_edit.png',
'fields' => array(
'path' => array(
'label' => $lng['panel']['path'],

View File

@@ -18,11 +18,11 @@
return array(
'htpasswd_edit' => 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'],

View File

@@ -17,11 +17,11 @@
return array(
'ftp_add' => array(
'title' => $lng['ftp']['account_add'],
'image' => 'icons/add_user.png',
'image' => 'icons/user_add.png',
'sections' => array(
'section_a' => array(
'title' => $lng['ftp']['account_add'],
'image' => 'icons/add_user.png',
'image' => 'icons/user_add.png',
'fields' => array(
'ftp_username' => array(
'visible' => ($settings['customer']['ftpatdomain'] == '1' ? true : false),

View File

@@ -17,11 +17,11 @@
return array(
'mysql_add' => array(
'title' => $lng['mysql']['database_create'],
'image' => 'icons/add_mysql.png',
'image' => 'icons/mysql_add.png',
'sections' => array(
'section_a' => array(
'title' => $lng['mysql']['database_create'],
'image' => 'icons/add_mysql.png',
'image' => 'icons/mysql_add.png',
'fields' => array(
'description' => array(
'label' => $lng['mysql']['databasedescription'],