Code

Removed mirror from faiPackage
[gosa.git] / plugins / admin / fai / faiPackageNew.tpl
1 <div style="font-size: 18px;">
2     {t}Repository settings{/t}
3 </div>
4 <br>
5 <p class="seperator">
6 {t}To add packages to your package list you have to setup the repository settings first.{/t}
7 <br>
8 {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}
9 <br>
10 <br>
11 {t}Section and release can't be changed in future dialogs, but the mirror can be changed by editing the entry.{/t}
12 <br>
13 <br>
14 </p>
15 <br>
16 <p class="seperator"><b>
17 {t}First select the preferred release, then the section and finally the mirror.{/t}</b>
18 <br>
19 <br>
20 </p>
21 <table>
22 <tr>
23         <td height="30">
24                 <h2>
25                         <LABEL for="release">{t}Following releases are available{/t}</LABEL>: 
26                 </h2>
27         </td>
28         <td>
29                 <select name="FAIdebianReleaseS" title="{t}Release{/t}">
30                         {html_options options=$releases values=$releaseKeys selected=$release}
31                 </select>
32         </td>
33 </tr>
34 <tr>
35         <td height="30">
36         <h2>{t}Sections for this release{/t}: </h2> 
37                 
38         </td>
39         <td>
40                 {$sections} 
41                 <input type="submit" value="{t}set{/t}" name="SetRepository">
42         </td>
43 </tr>
44 </table>
45 <p class="seperator">&nbsp;
46 </p>
48 <div align="right" style="align:right;">
49     <input name="SaveObjectNew" value="{t}Continue{/t}" type="submit" {$goon}>
50     <input name="edit_cancel" value="{t}Cancel{/t}" type="submit">
51 </div>