Code

Fixed missing images problem in group headpage
[gosa.git] / plugins / admin / fai / faiPackageNew.tpl
index f4d007908e70a8aceb63416cc9662f06ef034c05..3e54019e4a6142977e6307007bf6a7240ee3fa21 100644 (file)
@@ -5,7 +5,7 @@
 <p class="seperator">
 {t}To add packages to your package list you have to setup the repository settings first.{/t}
 <br>
-{t}Packages may be stored on different servers called mirrors. These mirrors have different types of releases (for example woody/sarge), which finaly contain packages sorted by section.{/t}
+{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}
 <br>
 <br>
 {t}Section and release can't be changed in future dialogs, but the mirror can be changed by editing the entry.{/t}
@@ -14,7 +14,7 @@
 </p>
 <br>
 <p class="seperator"><b>
-{t}First select the prefered release then the section and finally the mirror.{/t}</b>
+{t}First select the preferred release, then the section and finally the mirror.{/t}</b>
 <br>
 <br>
 </p>
@@ -22,7 +22,7 @@
 <tr>
        <td height="30">
                <h2>
-                       <LABEL for="release">{t}Following releases are available{/t}</LABEL> 
+                       <LABEL for="release">{t}Following releases are available{/t}</LABEL>: 
                </h2>
        </td>
        <td>
                </select>
        </td>
 </tr>
+{if $DisRelease neq false}
 <tr>
        <td height="30">
-        <h2>{t}Sections for this release{/t} : </h2> 
+        <h2>{t}Sections for this release{/t}: </h2> 
                
        </td>
        <td>
                {$sections} 
        </td>
 </tr>
+{/if}
+{if $DisSection neq false}
 <tr>
        <td height="30">
-               <h2><LABEL for="mirror">{t}Matching mirrors{/t}</LABEL> : </h2>
+               <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>
-               <input type="submit" value="{t}set{/t}" name="SetRepository">
        </td>
 </tr>
+{/if}
 </table>
+{if $ContinueACL neq ""}
+<input type="submit" value="{t}set{/t}" name="SetRepository">
+{/if}
 <p class="seperator">&nbsp;
 </p>
 
@@ -59,5 +65,4 @@
     <input name="SaveObjectNew" value="{t}Continue{/t}" type="submit" {$ContinueACL}>
     <input name="edit_cancel" value="{t}Cancel{/t}" type="submit">
 </div>
-<input type="hidden" name="ignore">