commit
98589cd283
@ -271,6 +271,7 @@ class User
|
||||
->left_outer_join('tbl_plans', ['tbl_plans.id', '=', 'tbl_user_recharges.plan_id'])
|
||||
->left_outer_join('tbl_bandwidth', ['tbl_bandwidth.id', '=', 'tbl_plans.id_bw'])
|
||||
->select('tbl_bandwidth.name_bw', 'name_bw')
|
||||
->select('tbl_plans.price', 'price')
|
||||
->where('customer_id', $id)
|
||||
->find_many();
|
||||
return $d;
|
||||
|
@ -752,6 +752,23 @@
|
||||
.dark-mode .navbar-nav>.user-menu>.dropdown-menu>.user-footer {
|
||||
background-color: #1a202c;
|
||||
}
|
||||
|
||||
.dark-mode .ticket-container {
|
||||
background-color: #222020;
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
border: 1px solid #ddd;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.dark-mode .ticket-label {
|
||||
flex: 0 0 150px;
|
||||
font-weight: bold;
|
||||
color: inherit;
|
||||
margin-right: -59px;
|
||||
}
|
||||
</style>
|
||||
|
||||
{if isset($xheader)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user