promo tag
This commit is contained in:
@@ -8,10 +8,10 @@ class PromoAdmin extends BaseController
|
|||||||
{
|
{
|
||||||
protected $request;
|
protected $request;
|
||||||
|
|
||||||
// public function __construct(RequestInterface $request)
|
public function __construct()
|
||||||
// {
|
{
|
||||||
// $this->request = $request;
|
|
||||||
// }
|
}
|
||||||
|
|
||||||
public function index(): string
|
public function index(): string
|
||||||
{
|
{
|
||||||
@@ -27,7 +27,9 @@ class PromoAdmin extends BaseController
|
|||||||
|
|
||||||
public function PromoMyList(){
|
public function PromoMyList(){
|
||||||
$out=[];
|
$out=[];
|
||||||
//exit();
|
$data['sessionid'] =$_SESSION['sessionid'];
|
||||||
|
$out = $this->APIcall('GET', $this->wrenchAdminApiServer(). 'list',$data);
|
||||||
|
var_dump( $out );
|
||||||
return view('admin/mylist', $out);
|
return view('admin/mylist', $out);
|
||||||
}
|
}
|
||||||
public function addRefMember(){
|
public function addRefMember(){
|
||||||
|
|||||||
@@ -2,11 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Promotion - Administration</title>
|
<title>Promotion Managers</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<meta name="description" content="Admin template that can be used to build dashboards for CRM, CMS, etc." />
|
<meta name="description" content="Promotion Managers." />
|
||||||
<meta name="author" content="Potenza Global Solutions" />
|
<meta name="author" content="WrenchBoard Promotions" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<!-- app favicon -->
|
<!-- app favicon -->
|
||||||
<link rel="shortcut icon" href="/asset/img/favicon.ico">
|
<link rel="shortcut icon" href="/asset/img/favicon.ico">
|
||||||
|
|||||||
@@ -74,7 +74,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-6 col-xxl-9 col-lg-7 bg-gradient o-hidden order-1 order-sm-2">
|
<div class="col-sm-6 col-xxl-9 col-lg-7 bg-gradient o-hidden order-1 order-sm-2">
|
||||||
<div class="row align-items-center h-100">
|
<div class="row align-items-center h-100">
|
||||||
@@ -85,6 +87,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div><?=$_SERVER['CI_ENVIRONMENT'] ?? 'dev' ?> </div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--end login contant-->
|
<!--end login contant-->
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 351 KiB |
Reference in New Issue
Block a user