Code

Updated ogroup add listing
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 28 Mar 2008 06:13:47 +0000 (06:13 +0000)
committerhickert <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

gosa-core/plugins/admin/ogroups/ogroup_objects.tpl

index 1625b3e327199db56c5d114239a113654431a89c..d9cdb3eff2becf05bf42b2f2baaa6042cdc5c1ad 100644 (file)
@@ -25,7 +25,7 @@
      </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>