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 73491F4A3 for ; Tue, 26 Mar 2013 21:02:36 +0000 (UTC) Received: (qmail 39158 invoked by uid 500); 26 Mar 2013 21:02:36 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 39109 invoked by uid 500); 26 Mar 2013 21:02:36 -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 39035 invoked by uid 99); 26 Mar 2013 21:02:36 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Mar 2013 21:02:36 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 03BA1821289; Tue, 26 Mar 2013 21:02:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: brondsem@apache.org To: allura-commits@incubator.apache.org Date: Tue, 26 Mar 2013 21:02:39 -0000 Message-Id: <05f06e58f8334594a6ff0bdb030879d3@git.apache.org> In-Reply-To: <91f26df72fc74d3fae9dd280225d0c34@git.apache.org> References: <91f26df72fc74d3fae9dd280225d0c34@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/22] git commit: [#2835] ticket:287 Use radiobuttons for searching app/project [#2835] ticket:287 Use radiobuttons for searching app/project Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/aaa1e453 Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/aaa1e453 Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/aaa1e453 Branch: refs/heads/master Commit: aaa1e453a5c3533c316d0d37416d8a2459d042b3 Parents: 4ab5bda Author: Igor Bondarenko Authored: Tue Mar 5 11:59:28 2013 +0000 Committer: Dave Brondsema Committed: Tue Mar 26 20:57:34 2013 +0000 ---------------------------------------------------------------------- .../allura/templates/widgets/search_results.html | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/aaa1e453/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 d6811a6..bc1cfdc 100644 --- a/Allura/allura/templates/widgets/search_results.html +++ b/Allura/allura/templates/widgets/search_results.html @@ -11,12 +11,12 @@ Help - - -
- - + {% set search_project = request.GET['project'] == '1' %} + + + +
Search history?