Code

Updated group selector
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Mar 2010 15:03:45 +0000 (15:03 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Mar 2010 15:03:45 +0000 (15:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17408 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/fai/faiGroupHandle.tpl

index eb0ad7d71c68bd075999cfa4ea708c7989e3bc8c..41ca64036a1baab76f351d40643ed5b339517c29 100644 (file)
     {if $item.freezed}
      {image path="images/lists/locked.png"}
      {else}
-     
-     
      <input type='checkbox' name='{$mode}_{$key}'                      {if $item.selected} checked {/if}>
-     
     {/if}
    </td>
    <td>
-    {image path="
-    {$types.$key.IMG}" title="
-    {$types.$key.NAME}"}class='center'>
+    {image path="{$types.$key.IMG}" title="{$types.$key.NAME}"}
    </td>
    <td style='width:150px;'>
     {$types.$key.NAME}
@@ -48,9 +43,7 @@
     <input type='radio' name='{$mode}_selected' value='{$key}'               {if $item.selected} checked {/if}>
    </td>
    <td>
-    {image path="
-    {$types.$key.IMG}" title="
-    {$types.$key.NAME}"}class='center'>
+    {image path="{$types.$key.IMG}" title="{$types.$key.NAME}"}
    </td>
    <td style='width:150px;'>
     {$types.$key.NAME}
@@ -72,9 +65,7 @@
     <input type='checkbox' name='{$mode}_{$key}'                       {if $item.selected} checked {/if}>
    </td>
    <td>
-    {image path="
-    {$types.$key.IMG}" title="
-    {$types.$key.NAME}"}class='center'>
+    {image path="{$types.$key.IMG}" title="{$types.$key.NAME}"}
    </td>
    <td style='width:150px;'>
     {$types.$key.NAME}
  
 {/if}
 <br>
-<br>
 <input type='hidden' value='faiGroupHandle' name='faiGroupHandle'>
-<p class='seperator'>
+<hr>
+<div class="plugin-actions">
+ <button type='submit' name='faiGroupHandle_apply'>{msgPool type=applyButton}</button>&nbsp;
+ <button type='submit' name='faiGroupHandle_cancel'>{msgPool type=cancelButton}</button>
 </div>
-<div style='text-align:right; padding:5px'>
- <button type='submit' name='faiGroupHandle_apply'>
- {msgPool type=applyButton}</button>&nbsp;
- <button type='submit' name='faiGroupHandle_cancel'>
- {msgPool type=cancelButton}</button>
-</div>
\ No newline at end of file