File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
clinical/dashboard/views/dashboardSections
common/displaycontrols/pivottable/views Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 ng-dialog-class ="ngdialog ngdialog-theme-default ng-dialog-all-details-page "
55 ng-dialog-data ='{"section": {{section}}, "patient": {{patient}} } '
66 class ="section-title has-link ">
7- < span class ="title-link "> {{section.title }} </ span >
7+ < span class ="title-link "> {{:: section | titleTranslate }} </ span >
88 < i class ="fa fa-external-link "> </ i >
99 </ h2 >
1010 < pivot-table patient-uuid ="patient.uuid " config ="section.dashboardConfig " display-name ="section.dashboardConfig.label " status ="status "> </ pivot-table >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ <h2 ng-if="::(displayName || diseaseName)" class="section-title section-title-pi
1010 < table ng-class ="::{'h-scroll':showOnPrint, 'pivot-table':showOnPrint, 'h-scroll-print': !showOnPrint} ">
1111 < thead >
1212 < tr >
13- < th class ="row-header-group "> {{::heading}}</ th >
13+ < th class ="row-header-group "> {{::heading | translate }}</ th >
1414 < th ng-repeat ="concept in ::result.concepts track by $index ">
1515 < span > {{::concept.shortName}}</ span >
1616 < hint concept-details ="concept "/>
You can’t perform that action at this time.
0 commit comments