Code

Add an empty line to an empty list
[gosa.git] / plugins / admin / applications / generic.tpl
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>
31  
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    &nbsp;
44   </td>
45   <td style="vertical-align:top;">
46     <LABEL for="picture_file">{t}Icon{/t}</LABEL>
47     <br>
48     <img alt="" src="getbin.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;">&nbsp;</p>
58 <h2><img src="images/lamp.png" alt="{t}Options{/t}" align="center">&nbsp;{t}Options{/t}</h2>
59 <table summary="" style="width:100%;">
60   <tr>
61     <td style="width:50%;border-right:1px solid #B0B0B0">
62       <input type=checkbox name="exec_for_groupmembers" value="1" {$gosaApplicationFlagsACL} {$exec_for_groupmembers}>{t}Only executable for members{/t}
63       <br>
64       <input type=checkbox name="overwrite_config" value="1" {$gosaApplicationFlagsACL} {$overwrite_config}>{t}Replace user configuration on startup{/t}
65     </td>
66     <td>
67       <input type=checkbox name="place_on_desktop" value="1" {$gosaApplicationFlagsACL} {$place_on_desktop}>
68       {t}Place icon on members desktop{/t}
69       <br>
70       <input type=checkbox name="place_in_startmenu" value="1" {$gosaApplicationFlagsACL} {$place_in_startmenu}>
71       {t}Place entry in members startmenu{/t}
72     </td>
73   </tr>
74 </table>
76 <p class="plugbottom" style="height:4px; margin-bottom:0px;">&nbsp;</p>
78 <table width="99%">
79         <tr>
80                 <td>
81                         <h2><img src="images/fai_script.png" alt="{t}Script{/t}" align="center">&nbsp;{t}Script{/t}</h2>
82                         <textarea name="gotoLogonScript" style='width:99%;height:220px;'>{$gotoLogonScript}</textarea>
83                         <input type="file" name="ScriptFile" value="{t}Import{/t}">
84                         <input type="submit" name="upLoad" value="{t}Upload{/t}">
85                 </td>
86         </tr>
87 </table>
89 <div style="height:20px;"></div>
91 <!-- Place cursor -->
92 <script language="JavaScript" type="text/javascript">
93   <!-- // First input field on page
94   document.mainform.cn.focus();
95   -->
96 </script>