Code

Large translation update
[gosa.git] / plugins / admin / systems / phonesettings.tpl
index 42128db5ac60827a9c870ad2e83b27c9df0bb098..6535df5520650047205ee0cedc68f72448f6b965 100644 (file)
@@ -1,41 +1,38 @@
-<h2><img alt="" align="middle" src="images/select_phone.png"> {t}Specific Phone settings{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/select_phone.png"> {t}Advanced phone settings{/t}</h2>
 
-<table width="100%" cellpadding=10>
+<table summary="" style="width:100%" border=0>
        <tr>
-               <td colspan="3">
-                       <table width="100%">
-                       <tr>
-                               <td>
-                                       {t}Phone type{/t}{$staticAddress}
-                                       <select size="1" name="selected_categorie" title="{t}Choose a phone type{/t}" onchange="mainform.submit();">
-                                               {html_options options=$categories selected=$selected_categorie}
-                                       </select>
-                                       <input type="submit" value="{t}refresh{/t}" name="refresh">
-                               </td>
-                       </table>
+               <td colspan="2">
+               <LABEL for="selected_categorie">{t}Phone type{/t}</LABEL>{$staticAddress}
+               <select id="selected_categorie" size="1" name="selected_categorie" title="{t}Choose a phone type{/t}" onchange="mainform.submit();">
+                       {html_options options=$categories selected=$selected_categorie}
+               </select>
+               <input type="submit" value="{t}refresh{/t}" name="refresh">
+               <br>
+               <br>
+       </td>
        </tr>
-
 {if $selected_categorie eq '0'}
-       
        <tr>
-               <td>
-                       <table>
+               <td style="width:50%; border-right:1px solid #A0A0A0">
+                       <table summary="" border=0>
                         <tr>
                                <td>
-                                       {t}Mode{/t}{$staticAddress}
+                                       <LABEL for="goFonType">{t}Mode{/t}</LABEL>{$staticAddress}
+                                       
                                </td>
                                <td>
-                                       <select size="1" name="goFonType" title="{t}Choose a phone type{/t}" style="width:200px;" {$goFonTypeUSED}>
+                                       <select id="goFonType" size="1" name="goFonType" title="{t}Choose a phone type{/t}" style="width:200px;" {$goFonTypeUSED}>
                                                {html_options options=$goFonTypes selected=$goFonType}
                                        </select>
                                </td>
                         </tr>
                         <tr>
                                <td >
-                                       {t}DTMF mode{/t}
+                                       <LABEL for="goFonDmtfMode">{t}DTMF mode{/t}</LABEL>
                                </td>
                                <td>
-                                       <select size="1" name="goFonDmtfMode" title="{t}Choose a phone type{/t}" style="width:200px;" {$goFonDmtfModeUSED}>
+                                       <select size="1" id="goFonDmtfMode" name="goFonDmtfMode" title="{t}Choose a phone type{/t}" style="width:200px;" {$goFonDmtfModeUSED}>
                                                {html_options options=$goFonDmtfModes selected=$goFonDmtfMode}
                                        </select>
                                </td>
                </table>
           </td>
           <td>
-               <table>
+               <table summary="" border=0>
                        <tr>
                                <td >
-                                       {t}Default IP{/t}
+                                       <LABEL for="goFonDefaultIP">{t}Default IP{/t}</LABEL>
                                </td>
                 <td>
-                    <select size="1" name="goFonDefaultIP" title="{t}Choose a phone type{/t}" style="width:200px;" >
+                    <select id="goFonDefaultIP" size="1" name="goFonDefaultIP" title="{t}Choose a phone type{/t}" style="width:200px;" >
                         {html_options options=$goFonDefaultIPs selected=$goFonDefaultIP}
                     </select>
                    </td>
                        </tr>
                        <tr>
                                <td >
-                                       {t}Response timeout{/t}
+                                       <LABEL for="goFonQualify">{t}Response timeout{/t}</LABEL>
                                </td>
                                <td>
-                                       <input style="width:200px" name="goFonQualify" value="{$goFonQualify}" {$goFonQualifyUSED}>
+                                       <input id="goFonQualify" style="width:200px" name="goFonQualify" value="{$goFonQualify}" {$goFonQualifyUSED}>
                                </td>
                        </tr>
                        </table>
                </td>
-               <td>
-               </td>
         </tr>
 </table>
 {/if}
 {if $selected_categorie eq '1'}
                
        <tr>
-               <td style="vertical-align:top">
-                       <table width="100%">
+               <td style="vertical-align:top; width:50%; border-right:1px solid #A0A0A0">
+                       <table summary="" width="100%">
                         <tr>
                                <td>
-                                       {t}Modus{/t}{$staticAddress}
+                                       <LABEL for="goFonType">{t}Modus{/t}{$staticAddress}</LABEL>
                                </td>
                                <td >
-                                       <select size="1" name="goFonType" title="{t}Choose a phone type{/t}" style="width:200px;" {$goFonTypeUSED}>
+                                       <select size="1" id="goFonType" name="goFonType" title="{t}Choose a phone type{/t}" style="width:200px;" {$goFonTypeUSED}>
                                                {html_options options=$goFonTypes selected=$goFonType}
                                        </select>
                                </td>
                         </tr>
                        <tr>
                                <td >
-                                       {t}Default IP{/t}
+                                       <LABEL for="goFonDefaultIP">{t}Default IP{/t}</LABEL>
                                </td>
                                <td>
-                                       <input style="width:200px" name="goFonDefaultIP" value="{$goFonDefaultIP}" {$goFonDefaultIPUSED}>
+                                       <input id="goFonDefaultIP" style="width:200px" name="goFonDefaultIP" value="{$goFonDefaultIP}" {$goFonDefaultIPUSED}>
                                </td>
                        </tr>
                        <tr>
                                <td >
-                                       {t}Response timeout{/t}
+                                       <LABEL for="goFonQualify">{t}Response timeout{/t}</LABEL>
                                </td>
                                <td>
-                                       <input style="width:200px" name="goFonQualify" value="{$goFonQualify}" {$goFonQualifyUSED}>
+                                       <input id="goFonQualify" style="width:200px" name="goFonQualify" value="{$goFonQualify}" {$goFonQualifyUSED}>
                                </td>
                        </tr>
                        <tr>
                        </tr>
                        <tr>
                                <td>
-                                       {t}Authtype{/t}
+                                       <LABEL for="goFonAuth">{t}Authtype{/t}</LABEL>
                                </td>
                                <td>
-                                       <select size="1" name="goFonAuth" title="{t}Choose a phone type{/t}" style="width:200px;" {$goFonAuthUSED}>
+                                       <select size="1" id="goFonAuth" name="goFonAuth" title="{t}Choose a phone type{/t}" style="width:200px;" {$goFonAuthUSED}>
                                                {html_options options=$goFonAuths selected=$goFonAuth}
                                        </select>
                                </td>
                        </tr>
                        <tr>
                                <td>    
-                                        {t}Secret{/t}  
+                                        <LABEL for="goFonSecret">{t}Secret{/t}</LABEL>
                                </td>
                                <td>
-                                       <input style="width:200px" name="goFonSecret" value="{$goFonSecret}" {$goFonSecretUSED}>
+                                       <input id="goFonSecret" style="width:200px" name="goFonSecret" value="{$goFonSecret}" {$goFonSecretUSED}>
                                </td>
                        </tr>
 <!--                   <tr>
             </tr>
             <tr>
                 <td>
-                    {t}Account code{/t}
+                    <LABEL for="goFonAccountCode">{t}Account code{/t}</LABEL>
                 </td>
                 <td>
-                    <input style="width:200px" name="goFonAccountCode" value="{$goFonAccountCode}" {$goFonAccountCodeUSED}>
+                    <input id="goFonAccountCode" style="width:200px" name="goFonAccountCode" value="{$goFonAccountCode}" {$goFonAccountCodeUSED}>
                 </td>
             </tr>
             <tr>
                 <td>
-                    {t}Trunk lines{/t}
+                    <LABEL for="goFonTrunk">{t}Trunk lines{/t}</LABEL>
                 </td>
                 <td>
-                     <select size="1" name="goFonTrunk" title="{t}Choose a phone type{/t}" style="width:200px;" {$goFonTrunkUSED}>
+                     <select size="1" id="goFonTrunk" name="goFonTrunk" title="{t}Choose a phone type{/t}" {$goFonTrunkUSED}>
                         {html_options options=$goFonTrunks selected=$goFonTrunk}
                      </select>
                  </td>
                        </table>
                </td>
                <td valign="top" style="vertical-align:top">
-                        <table width="100%">
+                        <table summary="" width="100%">
                <tr>
                     <td style="vertical-align:top;">
-                        {t}Hosts that are allowed to connect{/t}<br>
-                        <select style="width:300px; height:80px;" name="goFonPermitS" size=15
+                        <LABEL for="goFonPermitS">{t}Hosts that are allowed to connect{/t}</LABEL><br>
+                        <select id="goFonPermitS" style="width:100%; height:80px;" name="goFonPermitS" size=15
                             multiple title="{t}List of alternative mail addresses{/t}">
                             {html_options values=$goFonPermit output=$goFonPermit}
-                            <option disabled></option>
+                            <option disabled>&nbsp;</option>
                         </select>
                         <br>
                             <input name="goFonPermitNew" size=30 align="middle" maxlength="65" value="">
-                        <input type=submit value="{t}Add{/t}" name="goFonPermitAdd"
-                        <input type=submit value="{t}Delete{/t}" name="goFonPermitDel"
+                        <input type=submit value="{t}Add{/t}" name="goFonPermitAdd">
+                        <input type=submit value="{t}Delete{/t}" name="goFonPermitDel">
                                                <br><br>
                     </td>
                 </tr>
                                <tr>
                     <td style="vertical-align:top;">
-                        {t}Hosts that are not allowed to connect{/t}<br>
-                        <select style="width:300px; height:80px;" name="goFonDenyS" size=15
+                       <LABEL for="goFonDenyS">{t}Hosts that are not allowed to connect{/t}</LABEL><br>
+                        <select id="goFonDenyS" style="width:100%; height:80px;" name="goFonDenyS" size=15
                             multiple title="{t}List of alternative mail addresses{/t}">
                             {html_options values=$goFonDeny output=$goFonDeny}
-                            <option disabled></option>
+                            <option disabled>&nbsp;</option>
                         </select>
                         <br>
                             <input name="goFonDenyNew" size=30 align="middle" maxlength="65" value="">
-                        <input type=submit value="{t}Add{/t}" name="goFonDenyAdd"
-                        <input type=submit value="{t}Delete{/t}" name="goFonDenyDel"
+                        <input type=submit value="{t}Add{/t}" name="goFonDenyAdd">
+                        <input type=submit value="{t}Delete{/t}" name="goFonDenyDel">
                     </td>
                 </table>
-               </td>
-    </td>
     </tr>
 </table>
 {/if}
 
 {if $selected_categorie eq '2'}
        <tr>
-               <td>
-                       <table width="100%">
+               <td style="width:50%">
+                       <table summary="" width="100%">
                                <tr>
                                        <td>
-                                               {t}MSN{/t}&nbsp;
-                                               <input style="width:200px" name="goFonMSN" value="{$goFonMSN}" {$goFonMSNUSED}>
+                                               <LABEL for="goFonMSN">{t}MSN{/t}</LABEL>&nbsp;
+                                               <input id="goFonMSN" style="width:200px" name="goFonMSN" value="{$goFonMSN}" {$goFonMSNUSED}>
                                        </td>
                                </tr>
                        </table>