1 <table summary="" style="width:100%;">
2 <tr>
3 <td style="width:50%;">
5 <table summary="">
6 <tr>
7 <td><LABEL for="cn">{t}Application name{/t}{$must}</LABEL></td>
8 <td><input id="cn" name="cn" size=25 maxlength=60 value="{$cn}" title="{t}Application name{/t}"></td>
9 </tr>
11 <tr>
12 <td><LABEL for="gosaApplicationExecute">{t}Execute{/t}{$must}</LABEL></td>
13 <td>
14 <input id="gosaApplicationExecute" name="gosaApplicationExecute" size=35 maxlength=60 {$gosaApplicationExecuteACL} value="{$gosaApplicationExecute}" title="{t}Path and/or binary name of application{/t}">
15 </td>
16 </tr>
17 <tr>
18 <td><LABEL for="gosaApplicationName">{t}Display name{/t}</LABEL></td>
19 <td>
20 <input id="gosaApplicationName" name="gosaApplicationName" size=35 maxlength=60 {$gosaApplicationNameACL} value="{$gosaApplicationName}" title="{t}Application name to be displayed (i.e. below icons){/t}">
21 </td>
22 </tr>
23 <tr>
24 <td><LABEL for="description">{t}Description{/t}</LABEL></td>
25 <td>
26 <input id="description" name="description" size=35 maxlength=60 {$descriptionACL} value="{$description}">
27 </td>
28 </tr>
30 <tr><td colspan=2><div style="height:15px;"></div></td></tr>
32 <tr>
33 <td><LABEL for="base">{t}Base{/t}{$must}</LABEL></td>
34 <td>
35 <select size="1" id="base" name="base" title="{t}Choose subtree to place application in{/t}">
36 {html_options options=$bases selected=$base_select}
37 </select>
38 </td>
39 </tr>
40 </table>
41 </td>
42 <td style="border-left:1px solid #A0A0A0">
43
44 </td>
45 <td style="vertical-align:top;">
46 <LABEL for="picture_file">{t}Icon{/t}</LABEL>
47 <br>
48 <img alt="" src="getpic.php?rand={$rand}" border=1 style="width:48px; height:48; background-color:white; vertical-align:bottom;">
49 <input type="hidden" name="MAX_FILE_SIZE" value="100000">
50 <input name="picture_file" type="file" size="20" maxlength="255" accept="image/*.png" id="picture_file">
51 <input type="submit" name="update" value="{t}Update{/t}" title="{t}Reload picture from LDAP{/t}">
52 </td>
53 </tr>
54 </table>
56 <p class="plugbottom" style="height:4px; margin-bottom:0px;"> </p>
58 <table summary="" style="width:100%;">
59 <tr>
60 <td>
61 <input type=checkbox name="exec_for_groupmembers" value="1" {$gosaApplicationFlagsACL} {$exec_for_groupmembers}>{t}Only executable for members{/t}
62 <br>
63 <input type=checkbox name="overwrite_config" value="1" {$gosaApplicationFlagsACL} {$overwrite_config}>{t}Replace user configuration on startup{/t}
64 </td>
65 <td>
66 <input type=checkbox name="place_on_desktop" value="1" {$gosaApplicationFlagsACL} {$place_on_desktop}>
67 {t}Place icon on members desktop{/t}
68 <br>
69 <input type=checkbox name="place_in_startmenu" value="1" {$gosaApplicationFlagsACL} {$place_in_startmenu}>
70 {t}Place entry in members startmenu{/t}
71 </td>
72 </tr>
73 </table>
75 <div style="height:20px;"></div>
77 <!-- Place cursor -->
78 <script language="JavaScript" type="text/javascript">
79 <!-- // First input field on page
80 document.mainform.cn.focus();
81 -->
82 </script>