Code

Added LAST class as ever used class,
[gosa.git] / plugins / admin / fai / faiPackageEntry.tpl
index 7f355ad90fe9583c850784541fd7b994f9a8c529..dcd448596db472dcfc968a0a596256854d729bd9 100644 (file)
                </div>
                <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
                {$failist}
-               <input type=hidden name="edit_helper">
+               <input type="hidden" name="edit_helper">
                </div>
        </td>
        <td style="vertical-align:top;">
-               <div class="contentboxh">
+               <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
                <p class="contentboxh">
                                <img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}
                        </p>
                </div>
-               <div class="contentboxb">
-                       <p class="contentboxb">
-                       {t}This menu allows you to select multiple packages to add them to the currently edited package list.{/t}
-                       </p>
+               <div class="contentboxb" style="padding:4px;">
+                       {t}This menu allows you to select multiple packages to add them to the currently edited package list.{/t}
                </div>
                <br>
                <div class="contentboxh">
                                {t}Filters{/t}
                        </p>
                </div>
-               <div class="contentboxb">
-               <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
-                       {$alphabet}
-               </table>
-               </div>
                <div class="contentboxb"> 
                        {$CHKS}
                </div>
                <table summary=""  style="width:100%;">
                        <tr>
                                <td>
-                                       <LABEL for "regex">
-                                                       <img alt="{t}Display objects matching{/t}" src="{$search_image}" align=middle title='{t}Display objects matching{/t}'>
-                                               </LABEL>
+                                               <img alt="{t}Display objects matching{/t}" src="{$search_image}" align=middle title='{t}Display objects matching{/t}'>
                                </td>
                                <td width="99%">
                                        <input type='text' name='searchStrPKG' maxlength='40' style='width:99%' value='{$searchStrPKG}' id='filter' 
-                                            title='{t}Regular expression for matching object names{/t}' onChange="mainform.submit()">
+                                            title='{t}Regular expression for matching object names{/t}' onClick="mainform.filter.value='';" onChange="mainform.submit()">
                                </td>
                        </tr>
                </table>
 </tr>
 </table>
 <div align="right" style="align:right;">
-       <input name="SaveSubObject" value="{t}Apply{/t}" type="submit">
-       <input name="CancelSubObject" value="{t}Cancel{/t}" type="submit">
+       <input id="SaveSubObject" name="SaveSubObject" value="{t}Apply{/t}" type="submit">
+       <input id="CancelSubObject" name="CancelSubObject" value="{t}Cancel{/t}" type="submit">
 </div>
 <input type="hidden" name="ignore">
 <!-- Place cursor -->
 <script language="JavaScript" type="text/javascript">
   <!-- // First input field on page
-  document.mainform.cn.focus();
+  document.mainform.filter.focus();
   -->
 </script>