Skip to content

Commit

Permalink
PIXI-123: Fix issue with UI overlap in search UI (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
andylassiter authored Feb 8, 2024
1 parent 9312976 commit 148e3b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
<input size="20" type="text" name="xnat:subjectData.COMBO0"
value="$!search.getWebFormValue("xnat:subjectData.COMBO0")" maxlength="100">
</td>
</tr>
<tr>
<td>
<h5>Species:</h5>
<select name="xnat:subjectData.SPECIES_equals" id="ct_quick_search_pixi_species_select">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
<input size="20" type="text" name="xnat:subjectData.COMBO0"
value="$!search.getWebFormValue("xnat:subjectData.COMBO0")" maxlength="100">
</td>
</tr>
<tr>
<td>
<h5>Species:</h5>
<select name="xnat:subjectData.SPECIES_equals" id="mr_quick_search_pixi_species_select">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
<input size="20" type="text" name="xnat:subjectData.COMBO0"
value="$!search.getWebFormValue("xnat:subjectData.COMBO0")" maxlength="100">
</td>
</tr>
<tr>
<td>
<h5>Species:</h5>
<select name="xnat:subjectData.SPECIES_equals" id="pet_quick_search_pixi_species_select">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@
<input size="20" type="text" name="xnat:subjectData.COMBO0"
value="$!search.getWebFormValue("xnat:subjectData.COMBO0")" maxlength="100">
</td>
</tr>
<tr>
<td>
<h5>Species:</h5>
<select name="xnat:subjectData.SPECIES_equals" id="quick_search_pixi_species_select">
Expand Down

0 comments on commit 148e3b1

Please sign in to comment.