Exemplo n.º 1
0
 /**
  * Register CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'modules_manager/css/common.css';
     return $list;
 }
Exemplo n.º 2
0
 /**
  * Register CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'modules_manager/css/common.css';
     // TODO must be taken from LICENSE module widget
     $list[] = 'modules_manager/license/css/style.css';
     $list[] = 'modules_manager/installation_type/css/style.css';
     $list[] = 'modules_manager/warnings/css/style.css';
     // TODO must be taken from SwitchButton widget
     $list[] = \XLite\View\Button\SwitchButton::SWITCH_CSS_FILE;
     return $list;
 }
Exemplo n.º 3
0
 /**
  * Register CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'modules_manager/css/common.css';
     // TODO fix with enter-key license widget. It should be taken dynamically from AJAX
     $list[] = 'modules_manager/enter_key/css/style.css';
     // TODO must be taken from LICENSE module widget
     $list[] = 'modules_manager/license/css/style.css';
     $list[] = 'modules_manager/installation_type/css/style.css';
     // TODO must be taken from SwitchButton widget
     $list[] = \XLite\View\Button\SwitchButton::SWITCH_CSS_FILE;
     return $list;
 }