浏览代码

Segment summaries bold fix

Vijayakrishnan 3 年之前
父节点
当前提交
0087952a01

+ 1 - 1
resources/views/app/patient/segment-templates/history_surgical/summary.blade.php

@@ -66,7 +66,7 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
                 <div>
                 <div>
                     <!--Custom
                     <!--Custom
                     <i class="fa fa-arrow-right text-sm text-secondary"></i>-->
                     <i class="fa fa-arrow-right text-sm text-secondary"></i>-->
-                    <span class="font-weight-bold"><?= $item['label'] ?></span>
+                    <span class="font-weight-normal"><?= $item['label'] ?></span>
                     <?php if($item['comments']): ?>
                     <?php if($item['comments']): ?>
                         <span class="text-sm ml-1 text-secondary">(<?= $item['comments'] ?>)</span>
                         <span class="text-sm ml-1 text-secondary">(<?= $item['comments'] ?>)</span>
                     <?php endif; ?>
                     <?php endif; ?>

+ 1 - 1
resources/views/app/patient/segment-templates/omega_history_social/summary.blade.php

@@ -74,7 +74,7 @@ if ($point->lastChildReview && $point->lastChildReview->data && ($rel || $point-
                 <div>
                 <div>
                     Custom
                     Custom
                     <i class="fa fa-arrow-right text-sm text-secondary"></i>
                     <i class="fa fa-arrow-right text-sm text-secondary"></i>
-                    <span class="font-weight-bold"><?= $item['label'] ?></span>
+                    <span class="font-weight-normal"><?= $item['label'] ?></span>
                     <?php if($item['comments']): ?>
                     <?php if($item['comments']): ?>
                         <span class="text-sm ml-1 text-secondary">(<?= $item['comments'] ?>)</span>
                         <span class="text-sm ml-1 text-secondary">(<?= $item['comments'] ?>)</span>
                     <?php endif; ?>
                     <?php endif; ?>

+ 1 - 1
resources/views/app/patient/segment-templates/omega_history_surgical/summary.blade.php

@@ -68,7 +68,7 @@ if ($point->lastChildReview && $point->lastChildReview->data && ($rel || $point-
                 <div>
                 <div>
                     <!--Custom
                     <!--Custom
                     <i class="fa fa-arrow-right text-sm text-secondary"></i>-->
                     <i class="fa fa-arrow-right text-sm text-secondary"></i>-->
-                    <span class="font-weight-bold"><?= $item['label'] ?></span>
+                    <span class="font-weight-normal"><?= $item['label'] ?></span>
                     <?php if($item['comments']): ?>
                     <?php if($item['comments']): ?>
                         <span class="text-sm ml-1 text-secondary">(<?= $item['comments'] ?>)</span>
                         <span class="text-sm ml-1 text-secondary">(<?= $item['comments'] ?>)</span>
                     <?php endif; ?>
                     <?php endif; ?>

+ 1 - 1
resources/views/app/patient/segment-templates/past_medical_history/summary.blade.php

@@ -104,7 +104,7 @@ if ($contentData) {
                 <div>
                 <div>
                     Custom
                     Custom
                     <i class="fa fa-arrow-right text-sm text-secondary"></i>
                     <i class="fa fa-arrow-right text-sm text-secondary"></i>
-                    <span class="font-weight-bold"><?= $item['label'] ?></span>
+                    <span class="font-weight-normal"><?= $item['label'] ?></span>
                     <?php if($item['comments']): ?>
                     <?php if($item['comments']): ?>
                         <span class="text-sm ml-1 text-secondary">(<?= $item['comments'] ?>)</span>
                         <span class="text-sm ml-1 text-secondary">(<?= $item['comments'] ?>)</span>
                     <?php endif; ?>
                     <?php endif; ?>

+ 1 - 1
resources/views/app/patient/segment-templates/sigma_history_past_medical/summary.blade.php

@@ -106,7 +106,7 @@ if ($contentData) {
                 <div>
                 <div>
                     Custom
                     Custom
                     <i class="fa fa-arrow-right text-sm text-secondary"></i>
                     <i class="fa fa-arrow-right text-sm text-secondary"></i>
-                    <span class="font-weight-bold"><?= $item['label'] ?></span>
+                    <span class="font-weight-normal"><?= $item['label'] ?></span>
                     <?php if($item['comments']): ?>
                     <?php if($item['comments']): ?>
                         <span class="text-sm ml-1 text-secondary">(<?= $item['comments'] ?>)</span>
                         <span class="text-sm ml-1 text-secondary">(<?= $item['comments'] ?>)</span>
                     <?php endif; ?>
                     <?php endif; ?>

+ 1 - 1
resources/views/app/patient/segment-templates/sigma_history_social/summary.blade.php

@@ -71,7 +71,7 @@ if ($point->lastChildReview && $point->lastChildReview->data && ($rel || $point-
                 <div>
                 <div>
                     Custom
                     Custom
                     <i class="fa fa-arrow-right text-sm text-secondary"></i>
                     <i class="fa fa-arrow-right text-sm text-secondary"></i>
-                    <span class="font-weight-bold"><?= $item['label'] ?></span>
+                    <span class="font-weight-normal"><?= $item['label'] ?></span>
                     <?php if($item['comments']): ?>
                     <?php if($item['comments']): ?>
                         <span class="text-sm ml-1 text-secondary">(<?= $item['comments'] ?>)</span>
                         <span class="text-sm ml-1 text-secondary">(<?= $item['comments'] ?>)</span>
                     <?php endif; ?>
                     <?php endif; ?>

+ 1 - 1
resources/views/app/patient/segment-templates/sigma_history_surgical/summary.blade.php

@@ -68,7 +68,7 @@ if ($point->lastChildReview && $point->lastChildReview->data && ($rel || $point-
                 <div>
                 <div>
                     <!--Custom
                     <!--Custom
                     <i class="fa fa-arrow-right text-sm text-secondary"></i>-->
                     <i class="fa fa-arrow-right text-sm text-secondary"></i>-->
-                    <span class="font-weight-bold"><?= $item['label'] ?></span>
+                    <span class="font-weight-normal"><?= $item['label'] ?></span>
                     <?php if($item['comments']): ?>
                     <?php if($item['comments']): ?>
                         <span class="text-sm ml-1 text-secondary">(<?= $item['comments'] ?>)</span>
                         <span class="text-sm ml-1 text-secondary">(<?= $item['comments'] ?>)</span>
                     <?php endif; ?>
                     <?php endif; ?>