From a5ed2d495d918b3f703f3f48324ff6bc12943a02 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 15 Feb 2010 16:56:56 +0000 Subject: [PATCH] icons for DHCP modules --- lam/graphics/dhcpBig.png | Bin 0 -> 2610 bytes lam/lib/modules/ddns.inc | 4 +++- lam/lib/modules/dhcp_settings.inc | 2 ++ lam/lib/modules/fixed_ip.inc | 4 +++- lam/lib/modules/range.inc | 4 +++- 5 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 lam/graphics/dhcpBig.png diff --git a/lam/graphics/dhcpBig.png b/lam/graphics/dhcpBig.png new file mode 100644 index 0000000000000000000000000000000000000000..b6d267aff1b17e11ad5e092145054beaf5a9d6de GIT binary patch literal 2610 zcmV-23eEM2P)(`0gwg?O)zxu3P_qU!q{jjWZRs_=ol4x3*p<5lzOH15~uD!S(MxhUfU1hkcXKLcrlhsO~>W zAQyd1F0NyCGKVQ|&6;A%oKh^J^O~Zo$_&NlGNoWs2Yd>@+V8Rec z0Z9`a0z3*RZtF($M4_t>;t@eeODmzHJzJ%yjzSw?)1W?zRIZON&Z1bPVd(~qe;-z8 zzaDO?fT^S4*3aS67O3fgxB$a|s19XA;I_$dxD!6Cg?$6yYlYSbtegjB1yJ7#8qnPj zjubaAx#BMEmJB2e6CyF5npm?;PlYbFn+6RXaP1{B4_*U%j#zST`3&|3VP*gh2cdt^ zN>0BQdSkG&0m=ff;tIH7I24V6ckTs`3wpz#dLXG;_R`$q^;3~Co|7QqHrZI#xq8`0 z;wh!qR8q2nVZhKl!DGLGN2kNCD0COY$Pj#54-TjGRHS9_I$&=D$}VW14(F3Kq3j>ehxSw?tqRc zDkJz>L3V&QAMD0aJ%=p}wXHbV0HY_scL(8~`QWIA=c_?Xgk|d?ONB4LvwYdJOD`DCa7?Ews z>u|v+_krdmsN^y#v4?TJgOHFw55kdcFueqpR9XPrf>7m$oHU9=ZCl* zem)i|i(tiGcy%{KIt(6K=(tHv4b&Po4MRyI#a&jF6n8+<27_TJoymN;3g`hn1i1x( zA71;+@_K+BC*fcp%*luIeQ?`IaC*R@f-Yd@(U2HPn?1g1|hS>LKRE4#ovGFJu>3cC2N? z?=FEycEGk;m^%@&J>YOdZZ=fqz!Q`Bph?pwJ6oD}+oj0*OuvtSMb@}#-aJHqPt(%?pyQCaUtOZWbh7y>dRr$Pc`)7u_7shN zm0x~q7&|8YC8EAi@%>|W>~t^3TL^X+R;>hr=g!p|nvm>=1AB+in)F`0a!mcx(}xq2 zZFBd3uHW6%D^1rV$?bGQVV23P3W@f9nl~RdzsWX}yJWxd`bRxxsD5`m`>&Tbt-tFl zcQx(|@a9?-?th2ik0t~-y9%i^*y`b(10zu!F|L~2Rxprhd;EgVO+6JQ)pr-Gj%3ov zl!UCCrrGbZ8QT55I_q9K$=VU^TTH{iFb(eeBv4I84yZm*)c@@sKtVo-006QA-g3A) zqn<=meX(?4i=xCv+;%X(@|hBa&ZtPF({$Qpu*;yE0!fp>pTp8a&T0_gwL`80RQrFM z(;xSSaUknl1OjX-IEx@#Oa5w+QO$1wmx3gp+35lZNdnbvz11e*l&pqSoOL??0g3et URHH`|`~Uy|07*qoM6N<$f(%sBVE_OC literal 0 HcmV?d00001 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