Code

Updated Template for terminals
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 23 Oct 2008 11:24:47 +0000 (11:24 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 23 Oct 2008 11:24:47 +0000 (11:24 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12768 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/terminal.tpl

index d45a7c34e64b926d19112c2a65f59365962016c4..606c8e74074a7244727abfa808f9cce193bdb561 100644 (file)
 
 {$netconfig}
 {/if}
-
-<table width="100%">
-<tr><td style="width:50%; border-right:1px solid #AAA">
-{if $fai_activated}
 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
-<h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
-<table summary="">
- <tr>
-  <td>
-{render acl=$gotoNtpServerACL}
-   <select size="1" name="saction" title="{t}Select action to execute for this terminal{/t}">
-    <option disabled>&nbsp;</option>
-    {html_options options=$actions}
-   </select>
-{/render}
-  </td>
-  <td>
-{render acl=$gotoNtpServerACL}
-   <input type=submit name="action" value="{t}Execute{/t}">
-{/render}
-  </td>
- </tr>
-</table>
-{/if}
-</td>
-<td>
-{if $member_of_ogroup}
-   <input type='submit' name='inheritAll' value='{t}Inherit all{/t}'>
-{/if}
-</td>
-</tr>
+<table width="100%">
+       <tr>
+               <td style="width:50%; border-right:1px solid #AAA">
+               {if $fai_activated}
+                       <h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
+                               <table summary="">
+                                       <tr>
+                                               <td>
+                                                       {render acl=$gotoNtpServerACL}
+                                                       <select size="1" name="saction" title="{t}Select action to execute for this terminal{/t}">
+                                                               <option disabled>&nbsp;</option>
+                                                               {html_options options=$actions}
+                                                       </select>
+                                                       {/render}
+                                               </td>
+                                               <td>
+                                                       {render acl=$gotoNtpServerACL}
+                                                       <input type=submit name="action" value="{t}Execute{/t}">
+                                                       {/render}
+                                               </td>
+                                       </tr>
+                               </table>
+                       {/if}
+               </td>
+               <td>
+                       {if $member_of_ogroup}
+                          <input type='submit' name='inheritAll' value='{t}Inherit all{/t}'>
+                       {/if}
+               </td>
+       </tr>
 </table>
 
 <input type="hidden" name="termgeneric_posted" value="1">