used crew paypal
This commit is contained in:
@@ -744,14 +744,10 @@ class TeamStoreController extends Controller
|
||||
$offData = $getVoucher[0]->VoucherValue . ' ' . $store_array[0]->StoreCurrency;
|
||||
}
|
||||
|
||||
$message = '<div class="btn-group">
|
||||
<button type="button" class="btn btn-default btn-xs">' . $getVoucher[0]->VoucherCode . ' ' . $offData . ' OFF</button>
|
||||
<button type="button" class="btn btn-default dropdown-toggle btn-xs" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<span class="caret"></span>
|
||||
<span class="sr-only"></span>
|
||||
</button>
|
||||
$message = '<div class="btn-group mb-2">
|
||||
<button type="button" class="btn btn-black btn-sm dropdown-toggle" data-bs-toggle="dropdown">' . $getVoucher[0]->VoucherCode . ' ' . $offData . ' OFF</button>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="' . $removeItemURL . '"><i class="fa fa-times"></i> Remove</a></li>
|
||||
<li><a class="dropdown-item" href="' . $removeItemURL . '">Remove</a></li>
|
||||
</ul>
|
||||
</div>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user