summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2015-10-24 18:04:26 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-10-24 18:04:26 +0200
commitd7cba28ad2a6ad30219784349b8d327d84dd3dc3 (patch)
treecf1e2e5152bc42ec78a3147c1c891fdef35cf813
parenta2cbc7f646a54cc2c19adc5f76a2ba1003e25c3c (diff)
Disable mass unflagging
This currently does not work. Disable it until we have proper support for flagging multiple packages on the flag page. Fixes FS#46780. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r--web/template/pkg_search_results.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php
index cce533c..3046c25 100644
--- a/web/template/pkg_search_results.php
+++ b/web/template/pkg_search_results.php
@@ -109,7 +109,6 @@ if (!$result): ?>
<p>
<select name="action">
<option><?= __("Actions") ?></option>
- <option value="do_Flag"><?= __("Flag Out-of-date") ?></option>
<option value="do_UnFlag"><?= __("Unflag Out-of-date") ?></option>
<option value="do_Adopt"><?= __("Adopt Packages") ?></option>
<option value="do_Disown"><?= __("Disown Packages") ?></option>