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(
'admin_add' => array(
'title' => $lng['admin']['admin_add'],
'image' => 'icons/add_user.png',
'image' => 'icons/user_add.png',
'sections' => array(
'section_a' => array(
'title' => $lng['admin']['accountdata'],
'image' => 'icons/add_user.png',
'image' => 'icons/user_add.png',
'fields' => array(
'loginname' => array(
'label' => $lng['login']['username'],
@@ -43,7 +43,7 @@ return array(
),
'section_b' => array(
'title' => $lng['admin']['contactdata'],
'image' => 'icons/add_user.png',
'image' => 'icons/user_add.png',
'fields' => array(
'name' => array(
'label' => $lng['customer']['name'],
@@ -59,7 +59,7 @@ return array(
),
'section_c' => array(
'title' => $lng['admin']['servicedata'],
'image' => 'icons/add_user.png',
'image' => 'icons/user_add.png',
'fields' => array(
'ipaddress' => array(
'label' => $lng['serversettings']['ipaddress']['title'],

View File

@@ -68,7 +68,7 @@ return array(
),
'section_c' => array(
'title' => $lng['admin']['servicedata'],
'image' => 'icons/add_user.png',
'image' => 'icons/user_add.png',
'visible' => ($result['adminid'] != $userinfo['userid'] ? true : false),
'fields' => array(
'ipaddress' => array(

View File

@@ -18,11 +18,11 @@
return array(
'customer_add' => array(
'title' => $lng['admin']['customer_add'],
'image' => 'icons/add_user.png',
'image' => 'icons/user_add.png',
'sections' => array(
'section_a' => array(
'title' => $lng['admin']['accountdata'],
'image' => 'icons/add_user.png',
'image' => 'icons/user_add.png',
'fields' => array(
'new_loginname' => array(
'label' => $lng['login']['username'],
@@ -56,7 +56,7 @@ return array(
),
'section_b' => array(
'title' => $lng['admin']['contactdata'],
'image' => 'icons/add_user.png',
'image' => 'icons/user_add.png',
'fields' => array(
'name' => array(
'label' => $lng['customer']['name'],
@@ -106,7 +106,7 @@ return array(
),
'section_c' => array(
'title' => $lng['admin']['servicedata'],
'image' => 'icons/add_user.png',
'image' => 'icons/user_add.png',
'fields' => array(
'diskspace' => array(
'label' => $lng['customer']['diskspace'],

View File

@@ -18,11 +18,11 @@
return array(
'domain_add' => array(
'title' => $lng['admin']['domain_add'],
'image' => 'icons/add_domain.png',
'image' => 'icons/domain_add.png',
'sections' => array(
'section_a' => array(
'title' => $lng['domains']['domainsettings'],
'image' => 'icons/add_domain.png',
'image' => 'icons/domain_add.png',
'fields' => array(
'domain' => array(
'label' => 'Domain',
@@ -71,7 +71,7 @@ return array(
),
'section_b' => array(
'title' => $lng['admin']['webserversettings'],
'image' => 'icons/add_domain.png',
'image' => 'icons/domain_add.png',
'fields' => array(
'documentroot' => array(
'visible' => ($userinfo['change_serversettings'] == '1' ? true : false),
@@ -131,7 +131,7 @@ return array(
),
'section_c' => array(
'title' => $lng['admin']['phpserversettings'],
'image' => 'icons/add_domain.png',
'image' => 'icons/domain_add.png',
'visible' => (($userinfo['change_serversettings'] == '1' || $userinfo['caneditphpsettings'] == '1') ? true : false),
'fields' => array(
'openbasedir' => array(
@@ -164,7 +164,7 @@ return array(
),
'section_d' => array(
'title' => $lng['admin']['nameserversettings'],
'image' => 'icons/add_domain.png',
'image' => 'icons/domain_add.png',
'visible' => ($userinfo['change_serversettings'] == '1' ? true : false),
'fields' => array(
'isbinddomain' => array(
@@ -181,7 +181,7 @@ return array(
),
'section_e' => array(
'title' => $lng['admin']['mailserversettings'],
'image' => 'icons/add_domain.png',
'image' => 'icons/domain_add.png',
'fields' => array(
'isemaildomain' => array(
'label' => $lng['admin']['emaildomain'],

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'],