Code

Fixed mirror selection order
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 6 Oct 2005 13:33:00 +0000 (13:33 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 6 Oct 2005 13:33:00 +0000 (13:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1515 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/fai/class_faiPackageEntry.inc
plugins/admin/fai/faiPackage.tpl

index 2693af1a7f74a09a62e626d2c793a6dbe799bb4f..76722a2e107b6c2e8d3fa513e12fed2f517a36b8 100644 (file)
@@ -77,7 +77,7 @@ class faiPackageEntry extends plugin
         $CHKS .="<td><input type='checkbox' value='1' name='CAT".$cat."' onclick='document.mainform.submit()'>&nbsp;".$cat."&nbsp;</td>";
       }
     }
-    $CHKS .= "<br><input type='submit' name='refresh0' value='"._("refresh")."'> </td></tr></table>";
+    $CHKS .= "</td></tr></table>";
 
     $packages = array();
     foreach($this->categories as $cat => $use){
index 074601a2810cfb0ce8279f65f17688912ae41714..78b738f80cf31ec5474f243d792be0dc18a6dab1 100644 (file)
                                <table summary="" cellspacing="4">
                                        <tr>
                                                <td>
-                                                       <LABEL for="section">
-                                                       {t}Section{/t}
+                                                       <LABEL for="release">
+                                                       {t}Release{/t}
                                                        </LABEL>
                                                </td>
                                                <td>
-                                                       <select name="FAIdebianSection" title="{t}section{/t}" {SsectionACL}>
-                                                               {html_options options=$sections selected=$section}
+                                                       <select name="FAIdebianRelease" title="{t}release{/t}" {$ReleaseACL}>
+                                                               {html_options options=$releases selected=$release}
                                                        </select>
-                                                       <input type="submit" value="{t}refresh{/t}" name="SetSection">
+                                                       <input type="submit" value="{t}refresh{/t}" name="SetRelease">
                                                </td>
                                        </tr>
                                        <tr>
                                                <td>
-                                                       <LABEL for="release">
-                                                       {t}Release{/t}
+                                                       <LABEL for="section">
+                                                       {t}Section{/t}
                                                        </LABEL>
                                                </td>
                                                <td>
-                                                       <select name="FAIdebianRelease" title="{t}release{/t}" {$ReleaseACL}>
-                                                               {html_options options=$releases selected=$release}
+                                                       <select name="FAIdebianSection" title="{t}section{/t}" {SsectionACL}>
+                                                               {html_options options=$sections selected=$section}
                                                        </select>
-                                                       <input type="submit" value="{t}refresh{/t}" name="SetRelease">
+                                                       <input type="submit" value="{t}refresh{/t}" name="SetSection">
                                                </td>
                                        </tr>
                                        <tr>