Code

phone numbers will be replaced correctly,
[gosa.git] / plugins / gofon / phoneaccount / generic.tpl
index c5c8ef05402ea60a1e821c74046522bdf804ddb9..0f7329943bc3c19697c501e392e4089774dacc7b 100644 (file)
@@ -4,7 +4,9 @@
    <h2><img alt="" align="middle" src="images/banana.png"> {t}Phone numbers{/t}</h2>
       <select style="width:380px; height:120px;" name="phonenumber_list[]" size=6 multiple {$telephoneNumberACL}>
        {html_options options=$phoneNumbers}
-               <option disabled>&nbsp;</option>
+               <option disabled>
+                       &nbsp;
+                       </option>
       </select>
       <br>
       <input name="phonenumber" size=20 align=middle maxlength=60 {$telephoneNumberACL} value="">
                <table summary="">
                        <tr>
                                <td>
-                                       {t}Phone PIN{/t}
+                                       <LABEL for="goFonPIN">{t}Phone PIN{/t}{$must}</LABEL>
                                </td>
                                <td>
-                                       <input type="password" name="goFonPIN" value="{$goFonPIN}">
+                                       <input type="password" id="goFonPIN" name="goFonPIN" value="{$goFonPIN}" {$goFonPINACL}>
                                </td>
                        </tr>
                </table>
@@ -83,3 +85,6 @@
  </tr>
 </table>
 <input type="hidden" name="phoneTab" value="phoneTab">
+
+
+