Update web/patients.html
Browse files- web/patients.html +14 -8
web/patients.html
CHANGED
|
@@ -764,14 +764,20 @@ function createPatientCard(patient) {
|
|
| 764 |
</div>
|
| 765 |
|
| 766 |
<div class="dropdown">
|
| 767 |
-
<button class="btn btn-sm btn-outline-secondary
|
| 768 |
-
type="button"
|
| 769 |
-
|
| 770 |
-
|
| 771 |
-
|
| 772 |
-
|
| 773 |
-
|
| 774 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 775 |
</svg>
|
| 776 |
</button>
|
| 777 |
<div class="dropdown-menu dropdown-menu-right">
|
|
|
|
| 764 |
</div>
|
| 765 |
|
| 766 |
<div class="dropdown">
|
| 767 |
+
<button class="btn btn-sm btn-outline-secondary"
|
| 768 |
+
type="button"
|
| 769 |
+
data-toggle="dropdown"
|
| 770 |
+
aria-haspopup="true"
|
| 771 |
+
aria-expanded="false"
|
| 772 |
+
style="padding: 4px 8px; line-height: 1;">
|
| 773 |
+
<svg xmlns="http://www.w3.org/2000/svg"
|
| 774 |
+
width="16" height="16"
|
| 775 |
+
viewBox="0 0 24 24"
|
| 776 |
+
fill="currentColor"
|
| 777 |
+
style="display:block; pointer-events:none;">
|
| 778 |
+
<circle cx="5" cy="12" r="2"/>
|
| 779 |
+
<circle cx="12" cy="12" r="2"/>
|
| 780 |
+
<circle cx="19" cy="12" r="2"/>
|
| 781 |
</svg>
|
| 782 |
</button>
|
| 783 |
<div class="dropdown-menu dropdown-menu-right">
|