summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 57db1ef)
raw | patch | inline | side by side (parent: 57db1ef)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 May 2006 07:42:46 +0000 (07:42 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 May 2006 07:42:46 +0000 (07:42 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3408 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/ogroups/termgroup.tpl | patch | blob | history |
index 0c109f0b28c329f16d3a6408d1d920e613b6dd58..8d24d6c91bff33e2e1b3d3053d39a70eda58089a 100644 (file)
-{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;"> </p>
-<h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
+<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 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>
- </table>
- </td>
- <td style="vertical-align:top;border-left:1px solid #A0A0A0;">
- <!-- Upper right -->
-
- <table summary="">
- <tr>
- <td>
- <select size="1" name="saction" {$actionACL} title="{t}Select action to execute for this terminal{/t}">
- <option> </option>
- {html_options options=$actions}
- </select>
- </td>
- <td>
- <input type=submit name="action" value="{t}Execute{/t}">
- </td>
- </tr>
- </table>
-
- </td>
- </tr>
- <tr>
- <td colspan=2>
- <p class="seperator"> </p>
- </td>
- </tr>
- <tr>
- <td>
- <!-- Bottom left -->
-
<table width="100%">
<tr>
- <td colspan="2">
- <input type="checkbox" value="1" name="inheritTimeServer"
- {if $inheritTimeServer } checked {/if}
- onClick="javascript:
- changeState('gotoNtpServerSelected');
- changeState('gotoNtpServers');
- changeState('addNtpServer');
- changeState('delNtpServer');">{t}Inherit time server attributes{/t}
- </td>
- </tr>
- <tr>
- <td colspan="2" style='padding-left:14px;padding-top:5px;'><LABEL for="gotoNtpServerSelected">{t}NTP server{/t}</LABEL><br>
+ <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}
</td>
<td style="vertical-align:top;border-left:1px solid #A0A0A0;">
- <!-- Bottom right -->
- <table>
+ <!-- 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"> </td></tr>
<tr>
<td><LABEL for="gotoSyslogServer">{t}Syslog server{/t}</LABEL></td>
<td>
</table>
</td>
</tr>
+ <tr>
+ <td colspan=2>
+ <p class="seperator"> </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> </option>
+ {html_options options=$actions}
+ </select>
+ </td>
+ <td>
+ <input type=submit name="action" value="{t}Execute{/t}">
+ </td>
+ </tr>
+ </table>
+