Return-Path: X-Original-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7BD81F036 for ; Mon, 1 Apr 2013 14:27:27 +0000 (UTC) Received: (qmail 32969 invoked by uid 500); 1 Apr 2013 14:27:26 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 32875 invoked by uid 500); 1 Apr 2013 14:27:26 -0000 Mailing-List: contact allura-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-commits@incubator.apache.org Received: (qmail 29190 invoked by uid 99); 1 Apr 2013 14:27:21 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Apr 2013 14:27:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id ECEC48350FC; Mon, 1 Apr 2013 14:27:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: johnsca@apache.org To: allura-commits@incubator.apache.org Date: Mon, 01 Apr 2013 14:27:25 -0000 Message-Id: <507b1d54ce344c89aa50936babb29cdc@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [06/40] git commit: [#2835] ticket:287 Add search comments checkbox [#2835] ticket:287 Add search comments checkbox Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/b7f967db Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/b7f967db Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/b7f967db Branch: refs/heads/cj/5963 Commit: b7f967dbca7095ba78df3110f44fc1f74ea1a4af Parents: aaa1e45 Author: Igor Bondarenko Authored: Tue Mar 5 12:06:30 2013 +0000 Committer: Dave Brondsema Committed: Tue Mar 26 20:57:34 2013 +0000 ---------------------------------------------------------------------- .../allura/templates/widgets/search_results.html | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/b7f967db/Allura/allura/templates/widgets/search_results.html ---------------------------------------------------------------------- diff --git a/Allura/allura/templates/widgets/search_results.html b/Allura/allura/templates/widgets/search_results.html index bc1cfdc..6700c48 100644 --- a/Allura/allura/templates/widgets/search_results.html +++ b/Allura/allura/templates/widgets/search_results.html @@ -11,15 +11,20 @@ Help -
+
{% set search_project = request.GET['project'] == '1' %}
-
- Search history? +
+ {% if not search_comments_disable %} + + + {% endif %} + +