Skip to content

Commit

Permalink
A-1208511162281418 | Translation capability to flowsheets (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun-Go authored Oct 22, 2024
1 parent 7071285 commit eba26f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ng-dialog-class="ngdialog ngdialog-theme-default ng-dialog-all-details-page"
ng-dialog-data='{"section": {{section}}, "patient": {{patient}} }'
class="section-title has-link">
<span class="title-link">{{section.title}} </span>
<span class="title-link">{{::section | titleTranslate}} </span>
<i class="fa fa-external-link"></i>
</h2>
<pivot-table patient-uuid="patient.uuid" config="section.dashboardConfig" display-name="section.dashboardConfig.label" status="status"></pivot-table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h2 ng-if="::(displayName || diseaseName)" class="section-title section-title-pi
<table ng-class="::{'h-scroll':showOnPrint, 'pivot-table':showOnPrint, 'h-scroll-print': !showOnPrint}">
<thead>
<tr>
<th class="row-header-group">{{::heading}}</th>
<th class="row-header-group">{{::heading | translate}}</th>
<th ng-repeat="concept in ::result.concepts track by $index">
<span>{{::concept.shortName}}</span>
<hint concept-details="concept"/>
Expand Down

0 comments on commit eba26f2

Please sign in to comment.