|
@@ -11,7 +11,7 @@ $plural = 'Medications';
|
|
?>
|
|
?>
|
|
|
|
|
|
<?php if($tracker && @($tracker->data->no_known_medications)): ?>
|
|
<?php if($tracker && @($tracker->data->no_known_medications)): ?>
|
|
- <div class="text-secondary"><span>-</span></div>
|
|
|
|
|
|
+ <div class="text-secondary">No known medications</div>
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
<?php if(!$tracker || !@($tracker->data->no_known_medications)): ?>
|
|
<?php if(!$tracker || !@($tracker->data->no_known_medications)): ?>
|
|
<?php if (!count($points)): ?>
|
|
<?php if (!count($points)): ?>
|
|
@@ -20,7 +20,7 @@ $plural = 'Medications';
|
|
<table class="table table-bordered table-xs table-cage mb-0">
|
|
<table class="table table-bordered table-xs table-cage mb-0">
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
- <th class="py-1 px-2 border-top-0 text-right">#</th>
|
|
|
|
|
|
+ <th class="pl-0 pr-1 py-1 border-top-0">#</th>
|
|
<th class="py-1 px-2 border-top-0">Name</th>
|
|
<th class="py-1 px-2 border-top-0">Name</th>
|
|
<th class="py-1 px-2 border-top-0">Frequency</th>
|
|
<th class="py-1 px-2 border-top-0">Frequency</th>
|
|
<th class="py-1 px-2 border-top-0">Experience</th>
|
|
<th class="py-1 px-2 border-top-0">Experience</th>
|
|
@@ -36,7 +36,7 @@ $plural = 'Medications';
|
|
}
|
|
}
|
|
?>
|
|
?>
|
|
<tr>
|
|
<tr>
|
|
- <td class="width-30px text-right pl-0 pr-1">
|
|
|
|
|
|
+ <td class="width-22px pl-0 pr-1">
|
|
@if($rel)
|
|
@if($rel)
|
|
<?php $numRelevant++; ?>
|
|
<?php $numRelevant++; ?>
|
|
@endif
|
|
@endif
|