summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b4a2c73)
raw | patch | inline | side by side (parent: b4a2c73)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Oct 2005 13:33:00 +0000 (13:33 +0000) | ||
committer | cajus <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 | patch | blob | history | |
plugins/admin/fai/faiPackage.tpl | patch | blob | history |
diff --git a/plugins/admin/fai/class_faiPackageEntry.inc b/plugins/admin/fai/class_faiPackageEntry.inc
index 2693af1a7f74a09a62e626d2c793a6dbe799bb4f..76722a2e107b6c2e8d3fa513e12fed2f517a36b8 100644 (file)
$CHKS .="<td><input type='checkbox' value='1' name='CAT".$cat."' onclick='document.mainform.submit()'> ".$cat." </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>