Code

updated templates
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 16:58:48 +0000 (16:58 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 16:58:48 +0000 (16:58 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16848 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofon/admin/systems/gofon/phonesettings.tpl

index d85842685e1ab07c4f51d0e66026873f373722cc..72b7708c69b5ba9b2a81eac6e4406019b3a3da9c 100644 (file)
@@ -19,7 +19,8 @@
        </tr>
 {if $selected_categorie eq '0'}
        <tr>
-               <td style="width:50%; border-right:1px solid #A0A0A0">
+               <td style='width:50%; ' class='right-border'>
+
                        <table summary="" border=0>
                         <tr>
                                <td>
@@ -81,7 +82,8 @@
 {if $selected_categorie eq '1'}
                
        <tr>
-               <td style="vertical-align:top; width:50%; border-right:1px solid #A0A0A0">
+               <td style='width:50%; ' class='right-border'>
+
                        <table summary="" width="100%">
                         <tr>
                                <td>
 
                        </table>
                </td>
-               <td valign="top" style="vertical-align:top">
+               <td>
+
                         <table summary="" width="100%">
                <tr>
-                    <td style="vertical-align:top;">
+                    <td>
+
                         <LABEL for="goFonPermitS">{t}Hosts that are allowed to connect{/t}</LABEL><br>
 {render acl=$goFonPermitACL}
                         <select id="goFonPermitS" style="width:100%; height:80px;" name="goFonPermitS" size=15
                     </td>
                 </tr>
                                <tr>
-                    <td style="vertical-align:top;">
+                    <td>
+
                        <LABEL for="goFonDenyS">{t}Hosts that are not allowed to connect{/t}</LABEL><br>
 {render acl=$goFonDenyACL}
                         <select id="goFonDenyS" style="width:100%; height:80px;" name="goFonDenyS" size=15