summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cf344ac)
raw | patch | inline | side by side (parent: cf344ac)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 30 Mar 2010 15:03:45 +0000 (15:03 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/fai/admin/fai/faiGroupHandle.tpl b/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}
<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}
<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>
+ <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>
- <button type='submit' name='faiGroupHandle_cancel'>
- {msgPool type=cancelButton}</button>
-</div>
\ No newline at end of file