summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 421606f)
raw | patch | inline | side by side (parent: 421606f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 11:14:04 +0000 (11:14 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 11:14:04 +0000 (11:14 +0000) |
plugins/admin/applications/generic.tpl | patch | blob | history | |
plugins/admin/applications/headpage.tpl | patch | blob | history |
index 19e82f90ee92cfe3cf5dade309cfb258bdf2698e..32d48942979c2863bc9491a84c342f6b39224154 100644 (file)
<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> {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> {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> {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> {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>