Code

Changed layout a bit
[gosa.git] / plugins / admin / ogroups / termgroup.tpl
1 <br>
2 <b>{t}Warning{/t}:</b> {t}Actions you choose here influence all systems in this object group. Additionally, all values editable here can be inherited by the clients assigned to this object group.{/t}
3 <br>
4 <br>
5 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
6 <h2><img class="center" alt="" align="middle" src="images/select_terminal.png"> {t}Generic{/t}</h2>
8 <table width="100%">
9         <tr>
10                 <td style='width:50%;'>
11                 <!-- Upper left -->
12                            <table width="100%">
13                                 <tr>
14                                  <td colspan="2" style='padding-top:5px;'><LABEL for="gotoNtpServerSelected">{t}NTP server{/t}</LABEL><br>
15                                   <select name="gotoNtpServerSelected[]" id="gotoNtpServerSelected" multiple size=5 style="width:100%;"
16                                                 title="{t}Choose server to use for synchronizing time{/t}" {$gotoNtpServerACL} {if $inheritTimeServer} disabled {/if}>
17                                    {html_options options=$gotoNtpServer_select}
18                                   </select>
19                                  <br>
20                                   <select name="gotoNtpServers" id="gotoNtpServers" {$gotoNtpServerACL} {if $inheritTimeServer} disabled {/if} >
21                                    {html_options output=$gotoNtpServers values=$gotoNtpServers}
22                                   </select>
23                                         <input type="submit" name="addNtpServer" value="{t}Add{/t}"     id="addNtpServer" {$gotoNtpServerACL}
24                                          {if $inheritTimeServer} disabled {/if}>
25                                         <input type="submit" name="delNtpServer" value="{t}Delete{/t}"  id="delNtpServer" {$gotoNtpServerACL}
26                                          {if $inheritTimeServer} disabled {/if}>
27                                  </td>
28                                 </tr>
29                            </table>
32                 </td>
33                 <td style="vertical-align:top;border-left:1px solid #A0A0A0;">
34                 <!-- Upper right -->
35                                 
36                         <table summary="">
37                                 <tr>
38                                  <td>{t}Mode{/t}</td>
39                                  <td>
40                                   <select name="gotoMode" title="{t}Select terminal mode{/t}" {$gotoModeACL}>
41                                    {html_options options=$modes selected=$gotoMode_select}
42                                   </select>
43                                  </td>
44                                 </tr>
45                                 <tr><td colspan="2">&nbsp;</td></tr>
46                                 <tr>
47                                  <td><LABEL for="gotoSyslogServer">{t}Syslog server{/t}</LABEL></td>
48                                  <td>
49                                   <select id="gotoSyslogServer" name="gotoSyslogServer" title="{t}Choose server to use for logging{/t}" {$gotoSyslogServerACL}>
50                                    {html_options values=$syslogservers output=$syslogservers selected=$gotoSyslogServer_select}
51                                   </select>
52                                  </td>
53                                 </tr>
54                                 </table>
55                 </td>
56         </tr>
57         <tr>
58                 <td colspan=2>
59                         <p class="seperator">&nbsp;</p>
60                 </td>
61         </tr>
62         <tr>
63                 <td>
64                 <!-- Bottom left -->                    
66                 </td>
67                 <td style="vertical-align:top;border-left:1px solid #A0A0A0;">
68                 <!-- Bottom right -->                   
69                 </td>
70         </tr>
71 </table>
72 <input name="workgeneric_posted" value="1" type="hidden">
75 <h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
76                                 <table summary="">
77                                  <tr>
78                                   <td>
79                                    <select size="1" name="saction" {$actionACL} title="{t}Select action to execute for this terminal{/t}">
80                                         <option>&nbsp;</option>
81                                         {html_options options=$actions}
82                                    </select>
83                                   </td>
84                                   <td>
85                                    <input type=submit name="action" value="{t}Execute{/t}">
86                                   </td>
87                                  </tr>
88                                 </table>
89