Code

Removed a couple of normalize_preg calls
[gosa.git] / gosa-plugins / goto / admin / applications / release_select.tpl
index d864cebcf5243f4176582740bbc3ebcd0a2f3914..4a8cee26830f2293e1ba6066ba2ae9974a10e61e 100644 (file)
@@ -6,8 +6,8 @@
   <tr>
    <td>
     {t}Current release{/t}&nbsp;
-    <select name="selectedRelease" onChange="document.mainform.submit();">
-     {html_options options=$releases selected=$selectedRelease}
+    <select name="app_release" onChange="document.mainform.submit();">
+        {html_options output=$app_releases values=$app_releases selected=$app_release}
     </select>
    </td>
   </tr>