|
@@ -14,7 +14,12 @@ $isOmegaSystemSegment = (strpos($iName, 'omega_') === 0 && substr($iName, -7) ==
|
|
|
|
|
|
<!-- title -->
|
|
<!-- title -->
|
|
|
|
|
|
- <div style="color: black; text-decoration: underline; font-size: 13px;" class="font-weight-bold mr-2 {{$segment->heading ? 'min-width-110px' : 'min-width-140px'}}">
|
|
|
|
|
|
+ <?php
|
|
|
|
+ $minWidthClass = '';
|
|
|
|
+ if($segment->heading) $minWidthClass = 'min-width-110px';
|
|
|
|
+ ?>
|
|
|
|
+
|
|
|
|
+ <div style="color: black; text-decoration: underline; font-size: 13px;" class="font-weight-bold mr-2 {{$minWidthClass}}">
|
|
{{$segment->display_title}}:
|
|
{{$segment->display_title}}:
|
|
</div>
|
|
</div>
|
|
|
|
|