// added pluging datepicker in AdminReferrersController
This commit is contained in:
@@ -143,6 +143,12 @@ class AdminReferrersControllerCore extends AdminController
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
public function setMedia()
|
||||
{
|
||||
parent::setMedia();
|
||||
$this->context->controller->addJqueryUI('ui.datepicker');
|
||||
}
|
||||
|
||||
public function renderList()
|
||||
{
|
||||
// Display list Referrers:
|
||||
|
||||
Reference in New Issue
Block a user