PWV-1: Fixing study list columns amount on laptop with touch

This commit is contained in:
Bruno Alves de Faria 2016-09-19 18:01:59 -03:00 committed by Erik Ziegler
parent ab4d4c9008
commit 151837d8d1

View File

@ -9,27 +9,20 @@
<td> <td>
{{patientId}} {{patientId}}
</td> </td>
{{#unless isTouchDevice}}
<td> <td>
{{accessionNumber}} {{accessionNumber}}
</td> </td>
{{/unless}}
<td> <td>
{{formatDA studyDate}} {{ #if timepointName }}({{timepointName}}){{ /if }} {{formatDA studyDate}} {{ #if timepointName }}({{timepointName}}){{ /if }}
</td> </td>
{{#unless isTouchDevice}}
<td> <td>
{{modalities}} {{modalities}}
</td> </td>
{{/unless}}
<td> <td>
{{studyDescription}} {{studyDescription}}
</td> </td>
{{#unless isTouchDevice}}
<td> <td>
{{numberOfStudyRelatedInstances}} {{numberOfStudyRelatedInstances}}
</td> </td>
{{/unless}}
</tr> </tr>
</template> </template>