Code

Updated divlists.
[gosa.git] / plugins / admin / fai / faiHookEntry.tpl
index 8607540d3a9dc912d527d3208f9c80836f8b02c1..2ab571413e707cbe16306a6c1e2124a91809e25f 100644 (file)
@@ -3,13 +3,15 @@
        <tr>
                <td valign="top" width="50%">
                        <h2><img class="center" alt="" src="images/forward.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
-                               <table>
+                               <table summary="">
                                        <tr>
                                                <td>
                                                        {t}Name{/t}{$must}&nbsp;
                                                </td>
                                                <td>
-                                                       <input value="{$cn}" size="45" maxsize="80" name="cn">
+{render acl=$cnACL}
+                                                       <input value="{$cn}" size="45" name="cn">
+{/render}
                                                </td>
                                        </tr>
                                        <tr>
@@ -17,7 +19,9 @@
                                                        {t}Description{/t}&nbsp;
                                                </td>
                                                <td>
-                                                       <input value="{$description}" size="45" maxsize="80" name="description">
+{render acl=$descriptionACL}
+                                                       <input value="{$description}" size="45" name="description">
+{/render}
                                                </td>
                                        </tr>
                                </table>
         </td>
                <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%">
+                               <table width="100%" summary="">
                                        <tr>
                                                <td>
                                                        <LABEL for="FAItask">
                                                        {t}Task{/t}&nbsp;
                                                        </LABEL>
+{render acl=$FAItaskACL}
                                                        <select name="FAItask" title="{t}Choose an existing FAI task{/t}">
                                                                {html_options values=$tasks output=$tasks selected=$FAItask}
                                                        </select>
+{/render}
                                                </td>
                                        </tr>
                                </table>
         {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>
+{render acl=$FAIscriptACL}
+            <textarea name="FAIscript" style="width:100%;height:300px;" id="FAIscript" >{$FAIscript}</textarea>
+{/render}
         </td>
     </tr>
 </table>
 <br>
 <div>
+{render acl=$FAIscriptACL}
     <input type="file" name="ImportFile">&nbsp;
-    <input type="submit" name="ImportUpload" value="{t}Import script{/t}">
+{/render}
+{render acl=$FAIscriptACL}
+    <input type="submit" name="ImportUpload" value="{t}Import script{/t}" >
+{/render}
+{render acl=$FAIscriptACL}
+       {$DownMe}
+{/render}
 </div>
 
 <p class="seperator">&nbsp;</p>