Code

Fixed labeledURI / Uri problem
[gosa.git] / plugins / admin / fai / faiVariable.tpl
index c0525689f0657393dd23d62179bd1c6f19ca0c36..d7ef90216c24d01044a2b06a9d1794ac17d9c29a 100644 (file)
@@ -1,4 +1,4 @@
-<table width="100%">
+<table summary="" width="100%">
        <tr>
                <td width="50%" valign="top">
                                <h2><img class="center" alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
@@ -10,7 +10,7 @@
                                                        </LABEL>
                                                </td>
                                                <td>
-                                                       <input value="{$cn}" size="45" maxsize="80" disabled id="cn">
+                                                       <input value="{$cn}" size="45" maxlength="80" disabled id="cn">
                                                </td>
                                        </tr>
                                        <tr>
@@ -20,7 +20,7 @@
                                                        </LABEL>
                                                </td>
                                                <td>
-                                                       <input size="45" maxsize="80" value="{$description}" {$description} name="description" id="description">
+                                                       <input size="45" maxlength="80" value="{$description}" name="description" id="description">
                                                </td>
                                        </tr>
                                </table>
                                                {t}List of assigned variables{/t}
                                        </LABEL>
                                </h2>
-                               <table width="100%">
+                               <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}">