diff options
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/pkg_search_form.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/template/pkg_search_form.php b/web/template/pkg_search_form.php index 012b1bd2..f5163f3b 100644 --- a/web/template/pkg_search_form.php +++ b/web/template/pkg_search_form.php @@ -120,6 +120,14 @@ ?> </select> </li> + <li> + <label><?php echo __('Out of Date'); ?></label> + <?php if (isset($_GET['outdated'])): ?> + <input type="checkbox" name="outdated" checked /> + <?php else: ?> + <input type="checkbox" name="outdated" /> + <?php endif; ?> + </li> </ul> </div> <?php endif; ?> |