Code

Fixed template style for FAI-Templates.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 22 Jun 2009 13:01:20 +0000 (13:01 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 22 Jun 2009 13:01:20 +0000 (13:01 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13758 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/fai/faiTemplateEntry.tpl

index 5845ffe9a1e009e1357c9fa11bd28b8f62868100..789dac439c54939cdc64178f6630d9c684d496fe 100644 (file)
@@ -3,38 +3,49 @@
 <h2><img class="middle" alt="" src="images/forward.png" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
 <table width="100%" summary="">
 <tr>
-       <td width="50%">
-               <table>
+  <td style="vertical-align:top;width:50%;border-right:1px solid #B0B0B0; padding-right:10px;">
+               <table style='width:100%;'>
                  <tr>
                    <td>
                {t}File name{/t}{$must}&nbsp;
                    </td>
-                   <td>
+                   <td style='width:100%;'>
 {render acl=$cnACL}
-               <input value="{$templateFile}" name="templateFile" size="45" maxlength="80">&nbsp;&nbsp;
+                     <input style='width:100%;' value="{$templateFile}" 
+            name="templateFile" maxlength="80">
 {/render}
                    </td>
-                  </tr>
+           </tr>
                  <tr>
-                       <td>
-                               <LABEL for="templatePath">
-                                       {t}Destination path{/t}{$must}&nbsp;
-                               </LABEL>
-                               </td>
-                       <td>
+                         <td>
+                                 <LABEL for="templatePath">
+                                       {t}Destination path{/t}{$must}&nbsp;
+                                 </LABEL>
+                         </td>
+                         <td>
 {render acl=$FAItemplatePathACL}
-                               <input type="text" name="templatePath" value="{$templatePath}" id="templatePath" size="45">
+                                 <input style='width:100%;' type="text" name="templatePath" 
+            value="{$templatePath}" id="templatePath" >
 {/render}
                                </td>
-                 </tr>
+      </tr>
                </table>
        </td>
-       <td>
-               {t}Description{/t}&nbsp;
+  <td style='vertical-align:top;'>
+               <table style='width:100%;'>
+      <tr>
+               <td style='vertical-align:top;'>
+          {t}Description{/t}
+        </td>
+        <td style='width:100%;'>
 {render acl=$descriptionACL}
-               <input size="45" maxlength="80" value="{$description}" name="description">
+                     <input  style='width:100%;' maxlength="80" 
+            value="{$description}" name="description">
 {/render}
-       </td>
+             </td>
+      </tr>
+    </table>
+  </td>
 </tr>
 </table>