Code

application in html 4.01
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 May 2005 11:14:04 +0000 (11:14 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 May 2005 11:14:04 +0000 (11:14 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@441 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/applications/generic.tpl
plugins/admin/applications/headpage.tpl

index 19e82f90ee92cfe3cf5dade309cfb258bdf2698e..32d48942979c2863bc9491a84c342f6b39224154 100644 (file)
@@ -66,7 +66,7 @@
       <input type=checkbox name="place_on_desktop" value="1" {$gosaApplicationFlagsACL} {$place_on_desktop}>
       {t}Place icon on members desktop{/t}
       <br>
-      <input type=checkbox name="place_in_startmenu" value="1" $gosaApplicationFlagsACL} {$place_in_startmenu}>
+      <input type=checkbox name="place_in_startmenu" value="1" {$gosaApplicationFlagsACL} {$place_in_startmenu}>
       {t}Place entry in members startmenu{/t}
     </td>
   </tr>
index edd2cbfdd3c2b38862b92ee495423504ed2597b5..346f10f4f3f37076d6aeb3eb5798b27eacf75b21 100644 (file)
     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
    </div>
    <div class="contentboxb">
-    <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
-     <table style="width:100%;">
+     <table style="width:100%;border-top:1px solid #B0B0B0;">
       {$alphabet}
      </table>
-    </p>
-    <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
-    <table width="100%"><tr><td><img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display applications of department{/t}</td>
-    <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
-      {html_options options=$deplist selected=$depselect}
-    </select></td></tr></table>
-    </p>
-    <p class="contentboxb" style="border-top:1px solid #B0B0B0">
-    <table width="100%"><tr><td><img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display applications matching{/t}</td>
-    <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching application names{/t}' onChange="mainform.submit()"></td></tr></table>
-    </p>
+    <table style="width:100%;border-top:1px solid #B0B0B0;">
+               <tr>
+                       <td>
+                               <img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display applications of department{/t}
+                       </td>
+                   <td>
+                               <select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
+                                 {html_options options=$deplist selected=$depselect}
+                               </select>
+                       </td>
+               </tr>
+       </table>
+    <table style="width:100%;border-top:1px solid #B0B0B0;">
+               <tr>
+                       <td>
+                               <img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display applications matching{/t}
+                       </td>
+               <td>
+                               <input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching application names{/t}' onChange="mainform.submit()">
+                       </td>
+               </tr>
+       </table>
     {$apply}
    </div>
   </td>