Code

Fixed labeledURI / Uri problem
[gosa.git] / plugins / admin / fai / faiVariable.tpl
index 3f5fdbed3a776b44fa2929339fe62446fac6fb22..d7ef90216c24d01044a2b06a9d1794ac17d9c29a 100644 (file)
@@ -20,7 +20,7 @@
                                                        </LABEL>
                                                </td>
                                                <td>
-                                                       <input size="45" maxlength="80" value="{$description}" {$description} name="description" id="description">
+                                                       <input size="45" maxlength="80" value="{$description}" name="description" id="description">
                                                </td>
                                        </tr>
                                </table>
@@ -37,7 +37,7 @@
                                <table summary="" width="100%">
                                <tr>
                                        <td>
-                                               <select name="SubObject" title="{t}Choose a variable to delete or edit{/t}" style="width:100%;" size="20" id="SubObject">
+                                               <select name="SubObject[]" multiple  title="{t}Choose a variable 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}">