Code

Updated tempalte
[gosa.git] / plugins / admin / ogroups / termgroup.tpl
1 {t}All actions you choose here influence <b>all</b> machines in this object group. Be aware that rebooting machines may not make people happy who are currently working at these machines.{/t}
2 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
3 <h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
5 <table width="100%">
6         <tr>
7                 <td style='width:50%;'>
8                 <!-- Upper left -->
9                         <table summary="">
10                                 <tr>
11                                  <td>{t}Mode{/t}</td>
12                                  <td>
13                                   <select name="gotoMode" title="{t}Select terminal mode{/t}" {$gotoModeACL}>
14                                    {html_options options=$modes selected=$gotoMode_select}
15                                   </select>
16                                  </td>
17                                 </tr>
18                            </table>
19                 </td>
20                 <td style="vertical-align:top;border-left:1px solid #A0A0A0;">
21                 <!-- Upper right -->
22                                 
23                                 <table summary="">
24                                  <tr>
25                                   <td>
26                                    <select size="1" name="saction" {$actionACL} title="{t}Select action to execute for this terminal{/t}">
27                                         <option>&nbsp;</option>
28                                         {html_options options=$actions}
29                                    </select>
30                                   </td>
31                                   <td>
32                                    <input type=submit name="action" value="{t}Execute{/t}">
33                                   </td>
34                                  </tr>
35                                 </table>
36         
37                 </td>
38         </tr>
39         <tr>
40                 <td colspan=2>
41                         <p class="seperator">&nbsp;</p>
42                 </td>
43         </tr>
44         <tr>
45                 <td>
46                 <!-- Bottom left -->                    
48                            <table width="100%">
49                                 <tr>
50                                  <td colspan="2">
51                                         <input type="checkbox" value="1" name="inheritTimeServer"
52                                                 {if $inheritTimeServer } checked {/if}
53                                                 onClick="javascript:
54                                                                 changeState('gotoNtpServerSelected');
55                                                                 changeState('gotoNtpServers');
56                                                                 changeState('addNtpServer');
57                                                                 changeState('delNtpServer');">{t}Inherit time server attributes{/t}
58                                  </td>
59                                 </tr>
60                                 <tr>
61                                  <td colspan="2" style='padding-left:14px;padding-top:5px;'><LABEL for="gotoNtpServerSelected">{t}NTP server{/t}</LABEL><br>
62                                   <select name="gotoNtpServerSelected[]" id="gotoNtpServerSelected" multiple size=5 style="width:100%;"
63                                                 title="{t}Choose server to use for synchronizing time{/t}" {$gotoNtpServerACL} {if $inheritTimeServer} disabled {/if}>
64                                    {html_options options=$gotoNtpServer_select}
65                                   </select>
66                                  <br>
67                                   <select name="gotoNtpServers" id="gotoNtpServers" {$gotoNtpServerACL} {if $inheritTimeServer} disabled {/if} >
68                                    {html_options output=$gotoNtpServers values=$gotoNtpServers}
69                                   </select>
70                                         <input type="submit" name="addNtpServer" value="{t}Add{/t}"     id="addNtpServer" {$gotoNtpServerACL}
71                                          {if $inheritTimeServer} disabled {/if}>
72                                         <input type="submit" name="delNtpServer" value="{t}Delete{/t}"  id="delNtpServer" {$gotoNtpServerACL}
73                                          {if $inheritTimeServer} disabled {/if}>
74                                  </td>
75                                 </tr>
76                            </table>
79                 </td>
80                 <td style="vertical-align:top;border-left:1px solid #A0A0A0;">
81                 <!-- Bottom right -->                   
82                                 <table>
83                                 <tr>
84                                  <td><LABEL for="gotoSyslogServer">{t}Syslog server{/t}</LABEL></td>
85                                  <td>
86                                   <select id="gotoSyslogServer" name="gotoSyslogServer" title="{t}Choose server to use for logging{/t}" {$gotoSyslogServerACL}>
87                                    {html_options values=$syslogservers output=$syslogservers selected=$gotoSyslogServer_select}
88                                   </select>
89                                  </td>
90                                 </tr>
91                                 </table>
92                 </td>
93         </tr>
94 </table>
95 <input name="workgeneric_posted" value="1" type="hidden">