Code

Updated pin image
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 06:03:25 +0000 (06:03 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 06:03:25 +0000 (06:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11878 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofon/gofon/conference/class_divListConferences.inc
gosa-plugins/gofon/html/images/pin.png [new file with mode: 0644]

index d9c4a845bfb87d6e23c303d1e28c80c24c0c46db..976a3ae280cf1b0274ab1610c11641e042c3c353 100644 (file)
@@ -162,7 +162,7 @@ class divListConference extends MultiSelectWindow
       $owner = $this->parent->ui->dn==$conference['goFonConferenceOwner'][0];
       $p_acl = $this->ui->get_permissions($conference['dn'],"gofonconference/conference","goFonPIN");
       if((isset($conference['goFonPIN'][0])) && $owner && preg_match("/r/",$p_acl)){
-        $pin = "<img class='center' src='images/list_password.png' title='PIN : ".$conference['goFonPIN'][0]."' alt='PIN'>";
+        $pin = "<img class='center' src='plugins/gofon/images/pin.png' title='PIN : ".$conference['goFonPIN'][0]."' alt='PIN'>";
       }else{
         $pin = "&nbsp;";
       }
diff --git a/gosa-plugins/gofon/html/images/pin.png b/gosa-plugins/gofon/html/images/pin.png
new file mode 100644 (file)
index 0000000..ca93f0d
Binary files /dev/null and b/gosa-plugins/gofon/html/images/pin.png differ