Code

Removed mirror from faiPackage
[gosa.git] / plugins / admin / fai / faiPackageNew.tpl
index 3e54019e4a6142977e6307007bf6a7240ee3fa21..2325d330434887fef2b67c44b649d558da52db24 100644 (file)
                </h2>
        </td>
        <td>
-               <select name="FAIdebianReleaseS" title="{t}Release{/t}" {$ReleaseACL}>
-                       {html_options options=$releases selected=$release}
+               <select name="FAIdebianReleaseS" title="{t}Release{/t}">
+                       {html_options options=$releases values=$releaseKeys selected=$release}
                </select>
        </td>
 </tr>
-{if $DisRelease neq false}
 <tr>
        <td height="30">
         <h2>{t}Sections for this release{/t}: </h2> 
        </td>
        <td>
                {$sections} 
+               <input type="submit" value="{t}set{/t}" name="SetRepository">
        </td>
 </tr>
-{/if}
-{if $DisSection neq false}
-<tr>
-       <td height="30">
-               <h2><LABEL for="mirror">{t}Matching mirrors{/t}</LABEL>: </h2>
-       </td>
-       <td>
-               <select name="FAIdebianMirrorS" title="{t}mirror{/t}" {$MirrorACL}>
-                       {html_options options=$mirrors selected=$mirror}
-               </select>
-       </td>
-</tr>
-{/if}
 </table>
-{if $ContinueACL neq ""}
-<input type="submit" value="{t}set{/t}" name="SetRepository">
-{/if}
 <p class="seperator">&nbsp;
 </p>
 
 <div align="right" style="align:right;">
-    <input name="SaveObjectNew" value="{t}Continue{/t}" type="submit" {$ContinueACL}>
+    <input name="SaveObjectNew" value="{t}Continue{/t}" type="submit" {$goon}>
     <input name="edit_cancel" value="{t}Cancel{/t}" type="submit">
 </div>