summaryrefslogtreecommitdiffstats
path: root/web/html/pkgreq.php
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2017-02-07 08:44:14 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2017-02-08 19:18:27 +0100
commit403241baa34c75ed4942926cf667094f6036b773 (patch)
tree8cf949733e3a75b3e1782f517ca79f89e7297379 /web/html/pkgreq.php
parent05007d8b1a0a9c0b8371a7f5a0bcf5e8d240956a (diff)
downloadaur-403241baa34c75ed4942926cf667094f6036b773.tar.gz
aur-403241baa34c75ed4942926cf667094f6036b773.tar.xz
pkgreq_results.php: Add a flag to hide headers
Introduce a new boolean flag that can be used to disable extended headers, pagination and forms. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html/pkgreq.php')
-rw-r--r--web/html/pkgreq.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/pkgreq.php b/web/html/pkgreq.php
index e0ef6cfd..f981c25d 100644
--- a/web/html/pkgreq.php
+++ b/web/html/pkgreq.php
@@ -78,6 +78,7 @@ if (isset($base_id)) {
html_header(__("Requests"));
echo '<div id="pkglist-results" class="box">';
+ $show_headers = true;
include('pkgreq_results.php');
echo '</div>';
}