LT-371: Remove placeholders on study list filters
This commit is contained in:
parent
cea11611ed
commit
849ca2d488
@ -23,8 +23,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<input type="text"
|
<input type="text"
|
||||||
class="form-control studylist-search"
|
class="form-control studylist-search"
|
||||||
id="patientName"
|
id="patientName">
|
||||||
placeholder="Patient Name">
|
|
||||||
</th>
|
</th>
|
||||||
<th class="patientId">
|
<th class="patientId">
|
||||||
<div id="_patientId" class="sortingCell">
|
<div id="_patientId" class="sortingCell">
|
||||||
@ -33,8 +32,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<input type="text"
|
<input type="text"
|
||||||
class="form-control studylist-search"
|
class="form-control studylist-search"
|
||||||
id="patientId"
|
id="patientId">
|
||||||
placeholder="MRN">
|
|
||||||
</th>
|
</th>
|
||||||
<th class="accessionNumber">
|
<th class="accessionNumber">
|
||||||
<div id="_accessionNumber" class="sortingCell ">
|
<div id="_accessionNumber" class="sortingCell ">
|
||||||
@ -43,8 +41,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<input type="text"
|
<input type="text"
|
||||||
class="form-control studylist-search"
|
class="form-control studylist-search"
|
||||||
id="accessionNumber"
|
id="accessionNumber">
|
||||||
placeholder="Accession #">
|
|
||||||
</th>
|
</th>
|
||||||
<th class="studyDate">
|
<th class="studyDate">
|
||||||
<div id="_studyDate" class="sortingCell">
|
<div id="_studyDate" class="sortingCell">
|
||||||
@ -54,8 +51,7 @@
|
|||||||
<input type="text"
|
<input type="text"
|
||||||
class="form-control studylist-search"
|
class="form-control studylist-search"
|
||||||
name="daterange"
|
name="daterange"
|
||||||
id="studyDate"
|
id="studyDate">
|
||||||
placeholder="Study Date">
|
|
||||||
</th>
|
</th>
|
||||||
<th class="modalities">
|
<th class="modalities">
|
||||||
<div id="_modalities" class="sortingCell">
|
<div id="_modalities" class="sortingCell">
|
||||||
@ -64,8 +60,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<input type="text"
|
<input type="text"
|
||||||
class="form-control studylist-search"
|
class="form-control studylist-search"
|
||||||
id="modality"
|
id="modality">
|
||||||
placeholder="Modality">
|
|
||||||
</th>
|
</th>
|
||||||
<th class="studyDescription">
|
<th class="studyDescription">
|
||||||
<div id="_studyDescription" class="sortingCell">
|
<div id="_studyDescription" class="sortingCell">
|
||||||
@ -74,8 +69,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<input type="text"
|
<input type="text"
|
||||||
class="form-control studylist-search"
|
class="form-control studylist-search"
|
||||||
id="studyDescription"
|
id="studyDescription">
|
||||||
placeholder="Study Description">
|
|
||||||
</th>
|
</th>
|
||||||
<th class="numberOfStudyRelatedInstances">
|
<th class="numberOfStudyRelatedInstances">
|
||||||
<div id="_numberOfStudyRelatedInstances" class="sortingCell">
|
<div id="_numberOfStudyRelatedInstances" class="sortingCell">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user