promo pages
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user