Code

Removed duplicated save_object
[gosa.git] / plugins / admin / fai / faiScriptEntry.tpl
index cc1eee23c77314c8e872ec9295e3792e4a40968f..ab9c5c15227e746bc6d27decb919533e9354f36a 100644 (file)
@@ -9,7 +9,7 @@
                                                        {t}Name{/t}{$must} 
                                                </td>
                                                <td>
-                                                       <input value="{$cn}" size="45" maxlength="80" name="cn">
+                                                       <input value="{$cn}" size="45" maxlength="80" name="cn"  {$cnACL}>
                                                </td>
                                        </tr>
                                        <tr>
@@ -17,7 +17,7 @@
                                                        {t}Description{/t}&nbsp;
                                                </td>
                                                <td>
-                                                       <input size="45" maxlength="80" value="{$description}" name="description">
+                                                       <input size="45" maxlength="80" value="{$description}" name="description" {$descriptionACL}>
                                                </td>
                                        </tr>
                                </table>
@@ -35,8 +35,8 @@
                                                        </LABEL>
                                                </td>
                                                <td>
-                                                   <select name="FAIpriority" title="{t}Choose a priority{/t}">
-                                               {html_options values=$FAIprioritys output=$FAIprioritys selected=$FAIpriority}
+                                                   <select name="FAIpriority" title="{t}Choose a priority{/t}" {$FAIpriorityACL}>
+                                               {html_options options=$FAIprioritys selected=$FAIpriority}
                                        </select>
                                                </td>
                                        </tr>
 <table summary="" width="99%">
     <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>
 <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 -->