Code

ACL check added for goFonPIN
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 28 Jun 2005 11:23:12 +0000 (11:23 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 28 Jun 2005 11:23:12 +0000 (11:23 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@899 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofon/phoneaccount/generic.tpl

index c5c8ef05402ea60a1e821c74046522bdf804ddb9..56054412cf436a12e5e06c7da15cb5c73312f84f 100644 (file)
@@ -75,7 +75,7 @@
                                        {t}Phone PIN{/t}
                                </td>
                                <td>
-                                       <input type="password" name="goFonPIN" value="{$goFonPIN}">
+                                       <input type="password" name="goFonPIN" value="{$goFonPIN}" {$goFonPINACL}>
                                </td>
                        </tr>
                </table>