Code

Some page reload fixes,
[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}Following releases are available{/t}</LABEL></b>
22         </td>
23         <td>
24                 <select name="FAIdebianReleaseS" title="{t}Release{/t}">
25                         {html_options options=$releases values=$releaseKeys selected=$release}
26                 </select>
27         </td>
28 </tr>
29 <tr>
30         <td height="30" style="vertical-align:top">
31         <b>{t}Sections for this release{/t}</b>
32         </td>
33         <td>
34                 {$sections} 
35                 <input type="submit" value="{t}set{/t}" name="SetRepository">
36         </td>
37 </tr>
38 </table>
39 <input type="hidden" name="YesItIsPostedPackages" value="1">
40 <p class="seperator">&nbsp;
41 </p>
43 <div align="right" style="align:right;">
44     <input name="SaveObjectNew" value="{t}Continue{/t}" type="submit" {$goon}>
45     <input name="edit_cancel" value="{t}Cancel{/t}" type="submit">
46 </div>