Code

Updated table summary
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 25 Mar 2010 09:57:20 +0000 (09:57 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 25 Mar 2010 09:57:20 +0000 (09:57 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17269 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/server.tpl

index 21f043d633e3ace822f82f3e54a6798162526301..2304fcf4e5d0ffc236ff761f77790fd03eff4e30 100644 (file)
@@ -1,9 +1,9 @@
-<table summary="" width="100%">
+<table summary="{t}Server{/t}" width="100%">
  <tr>
   <td style='width:50%;'>
 
   <h3>{t}Generic{/t}</h3>
-       <table summary="">
+       <table summary="{t}Server settings{/t}">
         <tr>
          <td><LABEL for="cn">{t}Server name{/t}</LABEL>{$must}</td>
          <td>
 {$netconfig}
 
 {if $fai_activated}
-<hr>
+  <hr>
 
-<h3>{t}Action{/t}</h3>
-<table summary="">
- <tr>
-  <td>
+  <h3>{t}Action{/t}</h3>
 
-{if $currently_installing}
-       <i>{t}System installation in progress, the FAI state cannot be changed right now.{/t}</i>
-{else}
-{render acl=$FAIstateACL}
-   <select size="1" name="saction" title="{t}Select action to execute for this server{/t}">
-    <option>&nbsp;</option>
-    {html_options options=$actions}
-   </select>
-{/render}
-  </td>
-  <td>
-{render acl=$FAIstateACL}
-   <button type='submit' name='action'>{t}Execute{/t}</button>
+  {if $currently_installing}
+    <i>{t}System installation in progress, the FAI state cannot be changed right now.{/t}</i>
+  {else}
+    {render acl=$FAIstateACL}
+       <select size="1" name="saction" title="{t}Select action to execute for this server{/t}">
+        <option>&nbsp;</option>
+        {html_options options=$actions}
+       </select>
+    {/render}
+    {render acl=$FAIstateACL}
+       <button type='submit' name='action'>{t}Execute{/t}</button>
 
-{/render}
-  </td>
- </tr>
-{/if}
-</table>
+    {/render}
+  {/if}
 {/if}
 
 <!-- Place cursor -->