summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3ee1d48)
raw | patch | inline | side by side (parent: 3ee1d48)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 23 Mar 2010 07:44:07 +0000 (07:44 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 23 Mar 2010 07:44:07 +0000 (07:44 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17002 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/workstation.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/workstation.tpl b/gosa-plugins/goto/admin/systems/goto/workstation.tpl
index 59e6a3de777124bda26f93285dd3947adadbf1b6..e97a0a4f805b2dbfa0af7a4e3ad6b4d06408d85a 100644 (file)
<h3>{t}Properties{/t}</h3>
-<table summary="" style="width:100%;">
+<table summary="{t}Properties{/t}" style="width:100%;">
<tr>
<td style='width:50%; '>
- <table summary="">
+ <table summary="{t}Properties{/t}">
<tr>
{if $cn eq 'wdefault'}
<td colspan=2>{t}Workstation template{/t}</td>
</tr>
</table>
<hr>
- <table width="100%">
+ <table width="100%" summary="{t}NTP server{/t}">
<tr>
<td colspan="2">
{if $member_of_ogroup}
<hr>
{if $fai_activated}
-<h3>{t}Action{/t}</h3>
-<table width="100%">
-<tr><td style='width:50%' class='right-border'>
-
-<table summary="">
- <tr>
- <td>
-{render acl=$FAIstateACL}
- <select size="1" name="saction" title="{t}Select action to execute for this terminal{/t}">
- <option> </option>
- {html_options options=$actions}
- </select>
-{/render}
- </td>
- <td>
-{if $currently_installing}
-{render acl=r}
- <button type='submit' name='action'>{t}Execute{/t}</button>
-
-{/render}
-{else}
-{render acl=$FAIstateACL}
- <button type='submit' name='action'>{t}Execute{/t}</button>
-
-{/render}
-{/if}
- </td>
- </tr>
-</table>
+ <h3>{t}Action{/t}</h3>
+ {render acl=$FAIstateACL}
+ <select size="1" name="saction" title="{t}Select action to execute for this terminal{/t}">
+ <option> </option>
+ {html_options options=$actions}
+ </select>
+ {/render}
+ {if $currently_installing}
+ {render acl=r}
+ <button type='submit' name='action'>{t}Execute{/t}</button>
+ {/render}
+ {else}
+ {render acl=$FAIstateACL}
+ <button type='submit' name='action'>{t}Execute{/t}</button>
+ {/render}
+ {/if}
{/if}
-</td>
-<td>
+
{if $member_of_ogroup}
<button type='submit' name='inheritAll'>{t}Inherit all values from group{/t}</button>
-
{/if}
-</td>
-</tr></table>
+
<input type="hidden" name="workgeneric_posted" value="1">
{if $cn eq 'wdefault'}
<!-- Place cursor -->