Exemple #1
0
 /**
  * Конструктор.
  */
 function __construct()
 {
     parent::__construct("module_shoplite.tpl");
     $this->AddJScript("/modules/shoplite/admin/shoplite.js");
     $this->AddJScript("/system/objcomp/jscripts/files.js");
     $this->AddJScript("/system/objcomp/jscripts/images.js");
 }
Exemple #2
0
 /**
  * Конструктор.
  */
 function __construct()
 {
     parent::__construct("module_catalog.tpl");
     $this->AddJScript("/modules/catalog/admin/catalog.js");
     $this->AddJScript("/system/objcomp/jscripts/files.js");
     $this->AddJScript("/system/objcomp/jscripts/images.js");
 }
Exemple #3
0
 function __construct()
 {
     parent::__construct("plugin_cfields.tpl");
 }
Exemple #4
0
 /**
  * Конструктор.
  */
 function __construct()
 {
     parent::__construct("module_search.tpl");
     $this->AddJScript("/modules/search/admin/search.js");
 }
Exemple #5
0
 function __construct()
 {
     parent::__construct("plugin_banners.tpl");
     $this->AddJScript("/plugins/banners/admin/banners.js");
 }
Exemple #6
0
 /**
  * Конструктор.
  */
 function __construct()
 {
     parent::__construct("module_feedback.tpl");
     $this->AddJScript("/modules/feedback/admin/feedback.js");
 }
Exemple #7
0
 /**
  * Конструктор.
  */
 function __construct()
 {
     parent::__construct("module_pages.tpl");
     $this->AddJScript("/modules/pages/admin/pages.js");
     $this->AddJScript("/system/objcomp/jscripts/tpleditor.js");
 }
Exemple #8
0
 function __construct()
 {
     parent::__construct("plugin_rss.tpl");
     $this->AddJScript("/plugins/rss/admin/rss.js");
 }
Exemple #9
0
 function __construct()
 {
     parent::__construct("plugin_courier.tpl");
     $this->AddJScript("/plugins/courier/admin/courier.js");
 }
Exemple #10
0
 function __construct()
 {
     parent::__construct("plugin_listdata.tpl");
     $this->AddJScript("/plugins/listdata/admin/listdata.js");
 }
Exemple #11
0
 function __construct()
 {
     parent::__construct("plugin_fcategory.tpl");
     $this->AddJScript("/plugins/fcategory/admin/fcategory.js");
 }
Exemple #12
0
 /**
  * Конструктор.
  */
 function __construct()
 {
     parent::__construct("module_gallery.tpl");
     $this->AddJScript("/modules/gallery/admin/gallery.js");
 }
Exemple #13
0
 function __construct()
 {
     parent::__construct("plugin_seo.tpl");
     $this->AddJScript("/plugins/seo/admin/seo.js");
 }
Exemple #14
0
 /**
  * Конструктор.
  */
 function __construct()
 {
     parent::__construct("module_sitemap.tpl");
     $this->AddJScript("/modules/sitemap/admin/sitemap.js");
 }
Exemple #15
0
 /**
  * Конструктор.
  */
 function __construct()
 {
     $this->treemap = new A_ExpandTree();
     parent::__construct();
 }
Exemple #16
0
 /**
  * Конструктор.
  */
 function __construct()
 {
     parent::__construct("module_archive.tpl");
 }