Skip to content

Commit

Permalink
Changed watermark of the search field in the header. Pointed the "Use…
Browse files Browse the repository at this point in the history
…r Guides" link to a test landing page for dev/testing purposes.
  • Loading branch information
mheppler committed Mar 3, 2014
1 parent d0b329c commit 6393923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/dataverse_header.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<form class="navbar-form navbar-left" role="search" style="display:none;">
<div class="form-group">
<label class="sr-only" for="navbarsearch">Search</label>
<input id="navbarsearch" type="text" class="form-control" size="40" value="" placeholder="Search the entire app..." />
<input id="navbarsearch" type="text" class="form-control" size="40" value="" placeholder="Search all Dataverses..." />
</div>
<button type="submit" class="btn btn-default" onclick="window.location='/?q=' + document.getElementById('navbarsearch').value; return false;">Find</button>
</form>
Expand All @@ -54,7 +54,7 @@
</a>
<ul class="dropdown-menu">
<li>
<h:outputLink value="http://www.thedata.org/support" target="_blank">
<h:outputLink value="http://www.thedata.org/support-test" target="_blank">
<h:outputText value="Report Bugs + Community" />
</h:outputLink>
</li>
Expand Down

0 comments on commit 6393923

Please sign in to comment.