You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/03/26 22:02:52 UTC

[18/22] git commit: [#2835] ticket:303 Comment out help button

[#2835] ticket:303 Comment out help button


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/975b2093
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/975b2093
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/975b2093

Branch: refs/heads/master
Commit: 975b2093be08a993d17f55c9cdb246cb73d20ee6
Parents: fa1d3af
Author: Igor Bondarenko <je...@gmail.com>
Authored: Fri Mar 15 08:47:22 2013 +0000
Committer: Dave Brondsema <db...@geek.net>
Committed: Tue Mar 26 20:57:38 2013 +0000

----------------------------------------------------------------------
 .../allura/templates/widgets/search_results.html   |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/975b2093/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 997b5ec..b5b0c5a 100644
--- a/Allura/allura/templates/widgets/search_results.html
+++ b/Allura/allura/templates/widgets/search_results.html
@@ -6,10 +6,12 @@
     <input type="submit" value="Search">
   </div>
   <div class="grid-6">
+    {# TODO: when help text provided, show button
     <a href="#" class="btn search_help_modal">
       <b data-icon="{{g.icons['help'].char}}" class="ico {{g.icons['help'].css}}"></b>
       Help
     </a>
+    #}
   </div>
   <div class="grid-10">
     {% set search_project = request.GET['project'] == '1' %}