Skip to content

Commit

Permalink
modified search sample table to be cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
regulator95 committed Aug 10, 2018
1 parent 213a368 commit 1990d96
Showing 1 changed file with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,18 +388,22 @@ <h1>Submit Publication for {{sampleName}}</h1>
<label for="publicationForm.associatedSampleNames">Sample Name</label>
</td>
<td>
<textarea ng-model="publicationForm.sampleNamesStr" cols="60" rows="5" id="publicationForm.associatedSampleNames"></textarea>
<em>one name per line</em>
</td>
</tr>
<tr>
<td colspan="2">
<table class="invisibleTable" summary="layout">
<tr>
<td colspan="2">
<textarea ng-model="publicationForm.sampleNamesStr" cols="60" rows="5" id="publicationForm.associatedSampleNames"></textarea>
<em>one name per line</em>
</td>


</tr>
<tr>
<td style="width:100px;">
<td valign="top">
<button class="btn btn-primary" type="button" ng-click="showSearchSampleTable=true;searchMatchedSamples();">Search For Samples</button>
</td>
<td>
<td valign="top">
<table class="invisibleTable" summary="layout" ng-show="showSearchSampleTable">
<tr>
<td>
Expand Down

0 comments on commit 1990d96

Please sign in to comment.