Skip to content

Commit

Permalink
moved search samples to own row
Browse files Browse the repository at this point in the history
  • Loading branch information
regulator95 committed Aug 10, 2018
1 parent b8d92d0 commit 213a368
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,11 +390,13 @@ <h1>Submit Publication for {{sampleName}}</h1>
<td>
<table class="invisibleTable" summary="layout">
<tr>
<td>
<td colspan="2">
<textarea ng-model="publicationForm.sampleNamesStr" cols="60" rows="5" id="publicationForm.associatedSampleNames"></textarea>
<em>one name per line</em>
</td>
<td width="5">
</tr>
<tr>
<td style="width:100px;">
<button class="btn btn-primary" type="button" ng-click="showSearchSampleTable=true;searchMatchedSamples();">Search For Samples</button>
</td>
<td>
Expand All @@ -405,8 +407,8 @@ <h1>Submit Publication for {{sampleName}}</h1>
id="loaderImg" style="display: none" alt="load existing samples">
<label for="sampleFilter">Filter Samples</label>
<input type="text" id="sampleFilter" ng-model="sampleFilter"><br />
<select ng-hide="loader" ng-hide="matchSampleSearch" data-ng-model="localForm.matchedSampleSelect | filter:sampleFilter"
data-ng-options="option for option in sampleResults" ng-multiple="true" multiple id="matchedSampleSelect">
<select ng-hide="loader" ng-hide="matchSampleSearch" data-ng-model="localForm.matchedSampleSelect"
data-ng-options="option for option in sampleResults | filter:sampleFilter" ng-multiple="true" multiple id="matchedSampleSelect">
</select>
</td>
<td><label for="matchedSampleSelect">
Expand Down

0 comments on commit 213a368

Please sign in to comment.