diff --git a/lam/graphics/dhcpBig.png b/lam/graphics/dhcpBig.png new file mode 100644 index 00000000..b6d267af Binary files /dev/null and b/lam/graphics/dhcpBig.png differ diff --git a/lam/lib/modules/ddns.inc b/lam/lib/modules/ddns.inc index 0d1c7c7e..a3216fb1 100644 --- a/lam/lib/modules/ddns.inc +++ b/lam/lib/modules/ddns.inc @@ -4,7 +4,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) Copyright (C) 2008 Thomas Manninger - 2008 - 2009 Roland Gruber + 2008 - 2010 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -65,6 +65,8 @@ class ddns extends baseModule { $return["alias"] = _("DDNS"); // this is a base module $return["is_base"] = false; + // icon + $return['icon'] = 'dhcpBig.png'; // RDN attribute $return["RDN"] = array("cn" => "high"); // LDAP filter diff --git a/lam/lib/modules/dhcp_settings.inc b/lam/lib/modules/dhcp_settings.inc index 408b612e..2d777888 100644 --- a/lam/lib/modules/dhcp_settings.inc +++ b/lam/lib/modules/dhcp_settings.inc @@ -101,6 +101,8 @@ class dhcp_settings extends baseModule { $return["alias"] = _("DHCP settings"); // this is a base module $return["is_base"] = true; + // icon + $return['icon'] = 'dhcpBig.png'; // RDN attribute $return["RDN"] = array("cn" => "high"); // LDAP filter diff --git a/lam/lib/modules/fixed_ip.inc b/lam/lib/modules/fixed_ip.inc index df2e8b64..c134276a 100644 --- a/lam/lib/modules/fixed_ip.inc +++ b/lam/lib/modules/fixed_ip.inc @@ -4,7 +4,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) Copyright (C) 2008 Thomas Manninger - 2008 - 2009 Roland Gruber + 2008 - 2010 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -63,6 +63,8 @@ class fixed_ip extends baseModule { $return["alias"] = _("Fixed IP"); // this is a base module $return["is_base"] = false; + // icon + $return['icon'] = 'network-wired.png'; // RDN attribute $return["RDN"] = array("cn" => "high"); // LDAP filter diff --git a/lam/lib/modules/range.inc b/lam/lib/modules/range.inc index 1689714f..49c95003 100644 --- a/lam/lib/modules/range.inc +++ b/lam/lib/modules/range.inc @@ -4,7 +4,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) Copyright (C) 2008 Thomas Manninger - 2008 - 2009 Roland Gruber + 2008 - 2010 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -60,6 +60,8 @@ class range extends baseModule { $return["alias"] = _("Ranges"); // this is a base module $return["is_base"] = false; + // icon + $return['icon'] = 'network-wired.png'; // RDN attribute $return["RDN"] = array("cn" => "high"); // LDAP filter