Code

Fixed problem with fai Hook entry
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 May 2006 07:45:17 +0000 (07:45 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 May 2006 07:45:17 +0000 (07:45 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3252 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/fai/faiHookEntry.tpl

index 2c3279bb60e39cd843c994d03f61345edd376bc5..ad25455ce0f51fa7594c614c8323b29df3c78ce4 100644 (file)
@@ -34,7 +34,7 @@
                                                        {t}Task{/t}&nbsp;
                                                        </LABEL>
                                                        <select name="FAItask" title="{t}Choose an existing FAI task{/t}" {$FAItaskACL}>
-                                                               {html_options options=$tasks selected=$FAItask}
+                                                               {html_options values=$tasks output=$tasks selected=$FAItask}
                                                        </select>
                                                </td>
                                        </tr>