Code

Added printer patch
[gosa.git] / plugins / admin / fai / faiHookEntry.tpl
index d5fb08d34103ea6e67280f5b988a45de3e5c1885..ad25455ce0f51fa7594c614c8323b29df3c78ce4 100644 (file)
@@ -2,14 +2,14 @@
 <table width="100%" summary="">
        <tr>
                <td valign="top" width="50%">
-                       <h2><img alt="" src="images/house.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
-                               <table>
+                       <h2><img class="center" alt="" src="images/forward.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
+                               <table summary="">
                                        <tr>
                                                <td>
                                                        {t}Name{/t}{$must}&nbsp;
                                                </td>
                                                <td>
-                                                       <input value="{$cn}" name="cn">
+                                                       <input value="{$cn}" size="45" name="cn" {$cnACL}>
                                                </td>
                                        </tr>
                                        <tr>
@@ -17,7 +17,7 @@
                                                        {t}Description{/t}&nbsp;
                                                </td>
                                                <td>
-                                                       <input value="{$description}" name="description">
+                                                       <input value="{$description}" size="45" name="description" {$descriptionACL}>
                                                </td>
                                        </tr>
                                </table>
                <td style="border-left: 1px solid rgb(160, 160, 160);">
            &nbsp;
         </td>
-               <td>
-                               <h2><img alt="" src="images/fai_hook.png" align="middle" title="{t}Hook attributes{/t}">&nbsp;{t}Hook attributes{/t}</h2>
-                               <table width="100%">
+               <td style="vertical-align:top">
+                               <h2><img class="center" alt="" src="images/fai_hook.png" align="middle" title="{t}Hook attributes{/t}">&nbsp;{t}Hook attributes{/t}</h2>
+                               <table width="100%" summary="">
                                        <tr>
                                                <td>
                                                        <LABEL for="FAItask">
                                                        {t}Task{/t}&nbsp;
                                                        </LABEL>
-                                                       <select name="FAItask" title="{t}Choose a FAI task to hook{/t}">
+                                                       <select name="FAItask" title="{t}Choose an existing FAI task{/t}" {$FAItaskACL}>
                                                                {html_options values=$tasks output=$tasks selected=$FAItask}
                                                        </select>
                                                </td>
 
 
 <p class="seperator">&nbsp;</p>
-<h2><img alt="" src="images/fai_hook.png" align="middle" title="{t}Hook attributes{/t}">&nbsp;
+<h2><img class="center" alt="" src="images/fai_hook.png" align="middle" title="{t}Hook attributes{/t}">&nbsp;
     <LABEL for="FAIscript">
         {t}Script{/t}
     </LABEL>
     </h2>
-<table width="99%">
+<table width="99%" summary="">
     <tr>
         <td>
-            <textarea name="FAIscript" style="width:100%;height:300px;" id="FAIscript">{$FAIscript}</textarea>
+            <textarea name="FAIscript" style="width:100%;height:300px;" id="FAIscript" >{$FAIscript}</textarea>
         </td>
     </tr>
 </table>
 <br>
 <div>
-    <input type="file" name="ImportFile">&nbsp;
-    <input type="submit" name="ImportUpload" value="{t}Import script{/t}">
+    <input type="file" name="ImportFile" {$FAIscriptACL}>&nbsp;
+    <input type="submit" name="ImportUpload" value="{t}Import script{/t}" {$FAIscriptACL}>
+       {$DownMe}
 </div>
 
 <p class="seperator">&nbsp;</p>
 <br>
 <div style="align:right;" align="right">
-       <input type="submit" value="{t}Apply{/t}"       name="SaveSubObject">&nbsp;
+       <input type="submit" value="{t}Apply{/t}"       name="SaveSubObject" {$cnACL}>&nbsp;
        <input type="submit" value="{t}Cancel{/t}"      name="CancelSubObject">
 </div>
 <!-- Place cursor -->