Code

Fixed problem with the release chooser
[gosa.git] / plugins / admin / fai / faiPackageNew.tpl
1 <h1>{t}Repository settings{/t}</h1>
2 <p class="seperator">
3 {t}To add packages to your package list you have to setup the repository settings first.{/t}
4 <br>
5 {t}Packages are usually stored on different servers called mirrors. These mirrors have different types of releases (for example woody/sarge/etch), which finally contain packages sorted by section.{/t}
6 <br>
7 <br>
8 {t}Section and release can't be changed in future dialogs, but the mirror can be changed by editing the entry.{/t}
9 <br>
10 <br>
11 </p>
12 <br>
13 <p class="seperator"><b>
14 {t}First select the preferred release, then the section and finally the mirror.{/t}</b>
15 <br>
16 <br>
17 </p>
18 <table summary="">
19 <tr>
20         <td height="30">
21                 <b><LABEL for="release">{t}Release{/t}</LABEL></b>
22         </td>
23         <td>
24                 <select name="FAIdebianReleaseS" title="{t}Release{/t}" onChange='document.mainform.submit();'>
25                         {if $sections eq ""}
26                         <option value="">{t}please choose a release...{/t}</option>
27                         {/if}
28                         {html_options options=$releases selected=$release}
29                 </select>
30                 &nbsp;
31                 <input type="submit" value="{t}Refresh{/t}" name="SetRepository">
32         </td>
33 </tr>
34 {if $sections ne ""}
35 <tr>
36         <td style="vertical-align:top">
37         <b>{t}Sections for this release{/t}</b>
38         </td>
39         <td style="vertical-align:top">
40                 {$sections} 
41         </td>
42 </tr>
43 {/if}
44 </table>
45 <input type="hidden" name="YesItIsPostedPackages" value="1">
46 <p class="seperator" style="margin-bottom:5px">&nbsp;
47 </p>
49 <div align="right" style="align:right;">
50     <input name="SaveObjectNew" value="{t}Continue{/t}" type="submit" {if $sections eq ""}disabled{/if}>
51     <input name="edit_cancel" value="{t}Cancel{/t}" type="submit">
52 </div>