Example #1
0
    public function __construct(Am_Protect_Databased $plugin)
    {
        parent::__construct($plugin->getId());
        $this->setTitle($plugin->getTitle());
        $this->plugin = $plugin;
        $url = Am_Controller::escape(REL_ROOT_URL) . '/default/admin-content/p/integrations/index';
        $text = ___("Once the plugin configuration is finished on this page, do not forget to add\n" . "a record on %saMember CP -> Protect Content -> Integrations%s page", '<a href="' . $url . '" target="_blank" class="link">', '</a>');
        $this->addProlog(<<<CUT
<div class="warning_box">
    {$text}
</div>   
CUT
);
    }
Example #2
0
 function __construct()
 {
     parent::__construct('helpdesk');
     $this->setTitle(___('Helpdesk'));
     $this->data['help-id'] = 'Setup/Helpdesk';
 }
Example #3
0
 function __construct()
 {
     parent::__construct('aff');
     $this->setTitle(___('Affiliates'));
     $this->data['help-id'] = 'Setup/Affiliates';
 }
 public function __construct()
 {
     parent::__construct('cart');
     $this->setTitle(___('Shopping Cart'));
 }
Example #5
0
 function __construct()
 {
     parent::__construct('aff');
     $this->setTitle(___('Affiliates'));
 }
Example #6
0
 function __construct()
 {
     parent::__construct('recaptcha');
     $this->setTitle(___('ReCaptcha'));
 }
Example #7
0
 function __construct()
 {
     parent::__construct('helpdesk');
     $this->setTitle(___('Helpdesk'));
 }