From e673d873a82feeb57a63070e3a6e925d333ea8f9 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 15 Jul 2008 10:40:58 +0000 Subject: [PATCH] Added phoneAccount image. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11659 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc b/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc index 64a156586..cdde338d2 100644 --- a/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc +++ b/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc @@ -3,8 +3,9 @@ class phoneAccount extends plugin { /* Definitions */ - var $plHeadline= "Phone"; + var $plHeadline = "Phone"; var $plDescription= "This does something"; + var $plIcon = "plugins/gofon/images/phoneAccount.png"; /* Attributes */ var $telephoneNumber = array(); -- 2.30.2