Code

Fixed some bugs in edit mode.
[gosa.git] / plugins / gofon / phoneaccount / generic.tpl
index ccec2b5de774adbc6503fe5aa4f7209cfa9ed8cd..e61865f2d270aca0d9208f84010e679722288a32 100644 (file)
@@ -1,7 +1,7 @@
 <table summary="{t}Phone numbers{/t}" style="width:100%">
  <tr>
   <td style="vertical-align:top; border-right:1px solid #A0A0A0; width:50%">
-   <h2><img alt="" align="middle" src="images/banana.png"> {t}Phone numbers{/t}</h2>
+   <h2><img class="center" alt="" align="middle" src="images/banana.png" />&nbsp;{t}Phone numbers{/t}</h2>
       <select style="width:100%;" name="phonenumber_list[]" size=7 multiple {$telephoneNumberACL}>
        {html_options options=$phoneNumbers}
                <option disabled>
@@ -20,8 +20,8 @@
 <table summary="" style="width:100%" border=0>
  <tr>
 
-  <td tyle="vertical-align:top;">
-   <h2><img alt="" align="middle" src="images/hardware.png"> {t}Telephone hardware{/t}</h2>
+  <td style="vertical-align:top;">
+   <h2><img class="center" alt="" align="middle" src="images/hardware.png" />&nbsp;{t}Telephone hardware{/t}</h2>
 
    <table summary="{t}Telephone{/t}" border=0>
     <tr>
@@ -30,7 +30,7 @@
     </tr>
                        <tr>
                                <td>
-                                       <LABEL for="goFonVoicemailPIN">{t}Voicemail PIN{/t}{$must}</LABEL>
+                                       <label for="goFonVoicemailPIN">{t}Voicemail PIN{/t}{$must}</label>
                                </td>
                                <td>
                                        <input type="password" id="goFonVoicemailPIN" name="goFonVoicemailPIN" value="{$goFonVoicemailPIN}" {$goFonVoicemailPINACL}>
@@ -38,7 +38,7 @@
                        </tr>
                        <tr>
                                <td>
-                                       <LABEL for="goFonPIN">{t}Phone PIN{/t}{$must}</LABEL>
+                                       <label for="goFonPIN">{t}Phone PIN{/t}{$must}</label>
                                </td>
                                <td>
                                        <input type="password" id="goFonPIN" name="goFonPIN" value="{$goFonPIN}" {$goFonPINACL}>
  </tr>
  <tr style="vertical-align:top; border-top:1px solid #A0A0A0;">
        <td colspan=2 style="vertical-align:top;width:50%">
-               <h2><img alt="" src="images/select_macro.png" align="middle">&nbsp;{t}Phone macro{/t}</h2>
+               <h2><img class="center" alt="" src="images/select_macro.png" align="middle" />&nbsp;{t}Phone macro{/t}</h2>
                <table summary="{t}Phone macro{/t}">
                        <tr>
                                <td colspan=2>
-                                        <select name="macro" onchange="document.mainform.submit()" {$telephoneNumberACL}>
+                                        <select name="macro" onchange="document.mainform.submit()" {$goFonMacroACL}>
                                           {html_options options=$macros selected=$macro}
                                <option disabled>&nbsp;</option>
                                         </select>