From 3985b200b0c45430523cef8eb0a3db43a8945861 Mon Sep 17 00:00:00 2001 From: Justin Cleveland <clevelandj@wustl.edu> Date: Tue, 12 Jul 2016 13:00:00 -0500 Subject: [PATCH] XNAT-3855 - Remove duplicate check boxes from MR and subject search screens --- .../xnat-templates/screens/XDATScreen_search_wizard2.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/xnat-templates/screens/XDATScreen_search_wizard2.vm b/src/main/webapp/xnat-templates/screens/XDATScreen_search_wizard2.vm index 8a41e47b..64020385 100644 --- a/src/main/webapp/xnat-templates/screens/XDATScreen_search_wizard2.vm +++ b/src/main/webapp/xnat-templates/screens/XDATScreen_search_wizard2.vm @@ -57,13 +57,13 @@ <p>Define the constraints which will determine which rows show up in your search results.</p> - <p style="margin-bottom:20px;"> + <!-- p style="margin-bottom:20px;"> You must also select a search method (this affects all tabs below): <label class="search-method-label" style="border-right:1px solid #ccc;"> <input type="checkbox" class="search-method by-criteria" value="by-criteria"> By Specific Criteria</label> <label class="search-method-label"> <input type="checkbox" class="search-method by-id" value="by-id"> By Exact ID</label> - </p> + </p --> <div id="super_search" class="yui-navset" style="max-width:800px !important;margin-top:30px;margin-left:-40px;"> <ul class="yui-nav" style=""> -- GitLab