Code

Updated dn display to not break at spaces
[gosa.git] / plugins / admin / fai / faiTemplate.tpl
index e97b520698d117af89436e9f10052adc1bde8b4a..11111ea035b0b377b421c94fdf8424a9c1ad6974 100644 (file)
@@ -20,7 +20,7 @@
                                                        </LABEL>
                                                </td>
                                                <td>
-                                                       <input value="{$description}" size="45" maxlength="80" {$description} name="description" id="description">
+                                                       <input value="{$description}" size="45" maxlength="80" {$description} name="description" id="description" {$descriptionACL}>
                                                </td>
                                        </tr>
                                </table>
                                                {t}List of template files{/t}
                                        </LABEL>
                                </h2>
-                               <table summary="" width="100%">
-                               <tr>
-                                       <td>
-                                               <select name="SubObject[]" multiple title="{t}Choose a template to delete or edit{/t}" style="width:100%;" size="20" id="SubObject">
-                                                       {html_options values=$SubObjectKeys output=$SubObjects}
-                                               </select><br>
-                                               <input type="submit" name="AddSubObject"     value="{t}Add{/t}"         title="{t}Add{/t}">
-                                               <input type="submit" name="EditSubObject"    value="{t}Edit{/t}"    title="{t}Edit{/t}">
-                                               <input type="submit" name="DelSubObject"     value="{t}Delete{/t}"  title="{t}Delete{/t}">
-                                       </td>
-                               </tr>
-                               </table>
+                       {$Entry_divlist}
+                               <input type="submit" name="AddSubObject"     value="{t}Add{/t}"         title="{t}Add{/t}" {$cnACL}>
                </td>
        </tr>
 </table>