CHANGE_help_desk_tickets - VADIVEL J 2025-11-05 09:53
This commit is contained in:
parent
2455e1bf9c
commit
0c828239fe
@ -354,14 +354,14 @@ class MasterController extends AdminController
|
|||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getInsurerBranchList()
|
public function getInsurerBranchList()
|
||||||
{
|
{
|
||||||
$id = $this->request->getPost('insurer_id');
|
$id = $this->request->getPost('insurer_id');
|
||||||
|
|
||||||
$insurer_branch_list = $this->insurerBranchModel->where(['insurer_id' => $id, 'is_active' => 1])->findAll()??[];
|
$insurer_branch_list = $this->insurerBranchModel->where(['insurer_id' => $id, 'is_active' => 1])->findAll()??[];
|
||||||
|
|
||||||
return $this->response->setJSON([ 'data' => $insurer_branch_list ])->setStatusCode(200);
|
return $this->response->setJSON([ 'data' => $insurer_branch_list ])->setStatusCode(200);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function editInsurerGeneralInfo()
|
public function editInsurerGeneralInfo()
|
||||||
{
|
{
|
||||||
|
|||||||
@ -45,6 +45,17 @@ p{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px){
|
||||||
|
|
||||||
|
.header-div{
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-div{
|
||||||
|
width : 100% !important ;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
@ -53,7 +64,7 @@ p{
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!-- header -->
|
<!-- header -->
|
||||||
<div align="center">
|
<div align="center" class="header-div">
|
||||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mail-template-header">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mail-template-header">
|
||||||
<tr style="height:90px; background-color: #ffffff !important;">
|
<tr style="height:90px; background-color: #ffffff !important;">
|
||||||
<td align="left" valign="middle" style="padding:5px;" width="50%">
|
<td align="left" valign="middle" style="padding:5px;" width="50%">
|
||||||
@ -86,7 +97,7 @@ p{
|
|||||||
|
|
||||||
|
|
||||||
<!-- footer -->
|
<!-- footer -->
|
||||||
<div align="center">
|
<div align="center" class="footer-div">
|
||||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mail-template-footer">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mail-template-footer">
|
||||||
<tr style="background-color: #ffffff !important;">
|
<tr style="background-color: #ffffff !important;">
|
||||||
<td align="center" valign="middle" style="padding-top:5px;">
|
<td align="center" valign="middle" style="padding-top:5px;">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user