Code

Added grey restore vutton to top of divlist
[gosa.git] / plugins / admin / ogroups / termgroup.tpl
index ed3c529d7b6c5df0c7ebc8c65cd0771e8ddb42f9..009d9a51fdc08128c49de9a7d815d72fddeaf8e8 100644 (file)
@@ -1,17 +1,93 @@
-{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}
+<br>
+<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}
+<br>
+<br>
 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
-<h2><img alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
-<table summary="">
- <tr>
-  <td>
-   <select size="1" name="saction" {$actionACL} title="{t}Select action to execute for this   group of terminals{/t}">
-    <option></option>
-    {html_options options=$actions}
-   </select>
-  </td>
-  <td>
-   <input type=submit name="action" value="{t}Execute{/t}">
-  </td>
- </tr>
+<h2><img class="center" alt="" align="middle" src="images/select_terminal.png"> {t}Generic{/t}</h2>
+
+<table width="100%">
+       <tr>
+               <td style='width:50%;'>
+               <!-- Upper left -->
+                          <table width="100%">
+                               <tr>
+                                <td colspan="2" style='padding-top:5px;'><LABEL for="gotoNtpServerSelected">{t}NTP server{/t}</LABEL><br>
+                                 <select name="gotoNtpServerSelected[]" id="gotoNtpServerSelected" multiple size=5 style="width:100%;"
+                                               title="{t}Choose server to use for synchronizing time{/t}" {$gotoNtpServerACL} {if $inheritTimeServer} disabled {/if}>
+                                  {html_options options=$gotoNtpServer_select}
+                                 </select>
+                                <br>
+                                 <select name="gotoNtpServers" id="gotoNtpServers" {$gotoNtpServerACL} {if $inheritTimeServer} disabled {/if} >
+                                  {html_options output=$gotoNtpServers values=$gotoNtpServers}
+                                 </select>
+                                       <input type="submit" name="addNtpServer" value="{t}Add{/t}"     id="addNtpServer" {$gotoNtpServerACL}
+                                        {if ($inheritTimeServer) || (!$gotoNtpServers)} disabled {/if}>
+                                       <input type="submit" name="delNtpServer" value="{t}Delete{/t}"  id="delNtpServer" {$gotoNtpServerACL}
+                                        {if ($inheritTimeServer) || (!$gotoNtpServer_select)} disabled {/if} >
+                                </td>
+                               </tr>
+                          </table>
+
+
+               </td>
+               <td style="vertical-align:top;border-left:1px solid #A0A0A0;">
+               <!-- Upper right -->
+                               
+                       <table summary="">
+                               <tr>
+                                <td>{t}Mode{/t}</td>
+                                <td>
+                                 <select name="gotoMode" title="{t}Select terminal mode{/t}" {$gotoModeACL}>
+                                  {html_options options=$modes selected=$gotoMode_select}
+                                 </select>
+                                </td>
+                               </tr>
+                               <tr><td colspan="2">&nbsp;</td></tr>
+                               <tr>
+                                <td><LABEL for="gotoSyslogServer">{t}Syslog server{/t}</LABEL></td>
+                                <td>
+                                 <select id="gotoSyslogServer" name="gotoSyslogServer" title="{t}Choose server to use for logging{/t}" {$gotoSyslogServerACL}>
+                                  {html_options values=$syslogservers output=$syslogservers selected=$gotoSyslogServer_select}
+                                 </select>
+                                </td>
+                               </tr>
+                               </table>
+               </td>
+       </tr>
+       <tr>
+               <td colspan=2>
+                       <p class="seperator">&nbsp;</p>
+               </td>
+       </tr>
+       <tr>
+               <td>
+               <!-- Bottom left -->                    
+
+               </td>
+               <td style="vertical-align:top;border-left:1px solid #A0A0A0;">
+               <!-- Bottom right -->                   
+               </td>
+       </tr>
 </table>
+<input name="workgeneric_posted" value="1" type="hidden">
+
+
+<h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
+                               <table summary="">
+                                <tr>
+                                 <td>
+                                  <select size="1" name="saction" {$actionACL} title="{t}Select action to execute for this terminal{/t}">
+                                       <option>&nbsp;</option>
+                                       {html_options options=$actions}
+                                  </select>
+                                 </td>
+                                 <td>
+                                  <input type=submit name="action" value="{t}Execute{/t}">
+                                 </td>
+                                </tr>
+                               </table>
+       
+
+
+