summaryrefslogtreecommitdiffstats
path: root/rpm.php
diff options
context:
space:
mode:
authorJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-05-25 07:51:33 +0200
committerJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-05-25 07:51:33 +0200
commit8f6f256d8538e9ae9dde38fa38ed11b3c6c3e9cb (patch)
tree9d1f2a24c7e6341fba86da91ebb385a11e1ffaff /rpm.php
parentb76086add9ffb0cbd9ddf54955df51db436ed07a (diff)
There are no text filter ; styling table legend
Diffstat (limited to 'rpm.php')
-rw-r--r--rpm.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/rpm.php b/rpm.php
index 7c42c3c..54eeda8 100644
--- a/rpm.php
+++ b/rpm.php
@@ -161,7 +161,7 @@ include '_header.php';
<fieldset>
<legend>Filter <?php echo strtoupper($type); ?> packages</legend>
<input type="hidden" name='type' value="<?php echo $type; ?>" />
- <label for="what">Where to search: </label>
+ <label for="what">Criteria: </label>
<select name="what" id="what">
<optgroup label="Pakages">
<option value="%fedora"<?php if ($what=='%fedora') echo " selected=\"selected\""; ?>>In fedora</option>
@@ -188,9 +188,7 @@ try {
}
?>
</optgroup>
- </select><br/>
- <label for="rpmf">Criteria: </label>
- <input type="text" name="rpmf" id="rpmf" size="20" />
+ </select>
<input type="submit" value="Filter" />
</fieldset>
</form>