summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0179e81)
raw | patch | inline | side by side (parent: 0179e81)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 Mar 2008 06:13:47 +0000 (06:13 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 Mar 2008 06:13:47 +0000 (06:13 +0000) |
-Readded automatic reload for checkboxes
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10047 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10047 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/ogroups/ogroup_objects.tpl | patch | blob | history |
diff --git a/gosa-core/plugins/admin/ogroups/ogroup_objects.tpl b/gosa-core/plugins/admin/ogroups/ogroup_objects.tpl
index 1625b3e327199db56c5d114239a113654431a89c..d9cdb3eff2becf05bf42b2f2baaa6042cdc5c1ad 100644 (file)
</table>
<p class="contentboxb" style="border-top:1px solid #B0B0B0; background-color:#F8F8F8">
{foreach from=$checkboxes item=item key=key}
- <input type='checkbox' {if $item.C} checked {/if} class="center"
+ <input type='checkbox' {if $item.C} checked {/if} class="center" onClick="document.mainform.submit();"
name="{$key}" value="1" title="{$item.T}">{$item.L}<br>
{/foreach}
</p>