promo pages

This commit is contained in:
CHIEFSOFT\ameye
2024-11-18 09:50:45 -05:00
parent 50112d08a9
commit b4f0895399
+7 -3
View File
@@ -41,9 +41,9 @@
<h4 class="card-title">Recent Contacts</h4>
</div>
<div class="dropdown">
<a class="p-2 export-btn" href="/promolist" aria-haspopup="true" aria-expanded="false">
Go to my list
</a>
<!-- <a class="p-2 export-btn" href="/promolist" aria-haspopup="true" aria-expanded="false">-->
<!-- Go to my list-->
<!-- </a>-->
</div>
</div>
<div class="card-body">
@@ -57,6 +57,7 @@
<th>Lastname</th>
<th>Action</th>
<th>Status</th>
<th style="text-align: right;">Action</th>
</tr>
</thead>
<tbody class="text-muted">
@@ -77,6 +78,9 @@
<td>
<label class="badge badge-success-inverse mb-0"><?=$item["status"]?></label>
</td>
<td style="text-align: right;">
<button id="action_button" onclick="return viewNewRef('<?=$item["uid"]?>')" type="submit" class="btn btn-primary">View</button>
</td>
</tr>
<?php
}