Пример #1
0
 /**
  * Via this method the widget registers the CSS files which it uses.
  * During the viewers initialization the CSS files are collecting into the static storage.
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = self::TEMPLATES_DIR . '/style.css';
     $list[] = self::TEMPLATES_DIR . '/popup_box.css';
     return $list;
 }
Пример #2
0
 /**
  * Get a list of CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'modules/XC/Reviews/form_field/input/rating/rating.css';
     $list[] = 'modules/XC/Reviews/review/style.css';
     return $list;
 }
Пример #3
0
 /**
  * Get a list of CSS files required to display the widget properly
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = $this->getDir() . '/style.css';
     $list[] = array('file' => $this->getDir() . '/style.less', 'media' => 'screen', 'merge' => 'bootstrap/css/bootstrap.less');
     return $list;
 }
Пример #4
0
 /**
  * Register CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     // TODO: Remove after CSS-autoloading is added.
     $list[] = 'modules/CDev/SocialLogin/style.css';
     return $list;
 }
Пример #5
0
 /**
  * Register CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'unauthorized/style.less';
     $list[] = $this->getDir() . '/style.less';
     return $list;
 }
Пример #6
0
 /**
  * Register CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'unauthorized/style.less';
     $list[] = 'login/style.less';
     return $list;
 }
Пример #7
0
 /**
  * Add CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list = array_merge(\XLite\Module\XC\Add2CartPopup\Core\Add2CartPopup::getResourcesFiles(static::RESOURCE_CSS), $list);
     $list[] = 'modules/XC/Add2CartPopup/css/style.css';
     return $list;
 }
Пример #8
0
 /**
  * Register CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'modules/CDev/FileAttachments/style.css';
     $list[] = 'browse_server/icons.css';
     return $list;
 }
Пример #9
0
 /**
  * Get a list of CSS files required to display the widget properly
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'items_list/model/table/style.css';
     $list[] = 'items_list/model/style.css';
     $list[] = 'modules/XC/ThemeTweaker/images/style.css';
     return $list;
 }
Пример #10
0
 /**
  * Register CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'order/page/info.css';
     $list[] = 'address/order/style.css';
     $list[] = 'select_address/style.css';
     return $list;
 }
Пример #11
0
 /**
  * Returns CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     if ($this->isCreate()) {
         $list[] = 'modules/XC/ThemeTweaker/theme_tweaker_template/create.css';
     }
     return $list;
 }
Пример #12
0
 /**
  * Register CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = $this->getDir() . '/style.css';
     $list[] = 'items_list/model/table/style.css';
     // TODO: check if this is necessary
     return $list;
 }
Пример #13
0
 /**
  * Get a list of CSS files required to display the widget properly
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     if (!\XLite::isAdminZone()) {
         $list[] = 'modules/QSL/CloudSearch/style.css';
     }
     return $list;
 }
Пример #14
0
 /**
  * Via this method the widget registers the CSS files which it uses.
  * During the viewers initialization the CSS files are collecting into the static storage.
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     if (static::$profilerInfo['markTemplates']) {
         $list[] = 'modules/XC/WebmasterKit/template_debuger.css';
     }
     return $list;
 }
Пример #15
0
 /**
  * Get CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     if (!\XLite::isAdminZone()) {
         $list[] = 'modules/CDev/Paypal/style.css';
         $list[] = array('file' => 'modules/CDev/Paypal/style.less', 'media' => 'screen', 'merge' => 'bootstrap/css/bootstrap.less');
     }
     return $list;
 }
Пример #16
0
 /**
  * Register CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     if ($this->getOrdersWithFiles()) {
         $list[] = 'modules/CDev/Egoods/files_page.css';
         $list[] = 'browse_server/icons.css';
     }
     return $list;
 }
Пример #17
0
 /**
  * Get a list of CSS files required to display the widget properly
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'attribute/style.css';
     $list[] = 'attributes/style.css';
     $list[] = 'form_field/inline/style.css';
     $list[] = 'form_field/inline/input/text/position/move.css';
     $list[] = 'form_field/inline/input/text/position.css';
     $list[] = 'form_field/form_field.css';
     $list[] = 'form_field/input/text/position.css';
     $list[] = 'form_field/input/checkbox/switcher.css';
     $list[] = 'items_list/items_list.css';
     $list[] = 'items_list/model/style.css';
     $list[] = 'items_list/model/table/style.css';
     $list[] = 'form_field/inline/input/text.css';
     return $list;
 }
Пример #18
0
 /**
  * Register CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $tab = $this->getSelectedTab();
     if (isset($tab) && isset($tab['cssFiles']) && !empty($tab['cssFiles'])) {
         if (is_array($tab['cssFiles'])) {
             $list = array_merge($list, $tab['cssFiles']);
         } else {
             $list[] = $tab['cssFiles'];
         }
     }
     return $list;
 }
Пример #19
0
 /**
  * Register CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'login/style.css';
     return $list;
 }
Пример #20
0
 /**
  * Register CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'modules/XC/Sitemap/sitemap.less';
     return $list;
 }
Пример #21
0
 /**
  * Register CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'modules/CDev/Sale/product_modify_sale/css/style.css';
     return $list;
 }
Пример #22
0
 /**
  * Register CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'order/history/style.css';
     return $list;
 }
Пример #23
0
 /**
  * Register CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     foreach ($this->getTabs() as $tab) {
         if (!empty($tab['cssFiles'])) {
             if (is_array($tab['cssFiles'])) {
                 $list = array_merge($list, $tab['cssFiles']);
             } else {
                 $list[] = $tab['cssFiles'];
             }
         }
     }
     return $list;
 }
Пример #24
0
 /**
  * Register CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'modules/CDev/Sale/css/lc.css';
     return $list;
 }
Пример #25
0
 /**
  * Register CSS files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'modules/CDev/ProductOptions/change_options.css';
     return $list;
 }
Пример #26
0
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     return $list;
 }
Пример #27
0
 /**
  * Via this method the widget registers the CSS files which it uses.
  * During the viewers initialization the CSS files are collecting into the static storage.
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     if ($this->isMarkTemplates()) {
         $list[] = 'modules/XC/ThemeTweaker/template_editor/vakata-jstree/dist/themes/default/style.min.css';
         $list[] = 'modules/XC/ThemeTweaker/template_editor/style.css';
     }
     return $list;
 }
Пример #28
0
 /**
  * Get a list of CSS files required to display the widget properly
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = $this->getDir() . '/style.css';
     return $list;
 }
Пример #29
0
 /**
  * Returns CSS style files
  *
  * @return string
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'payment_transactions/license_message.css';
     return $list;
 }
Пример #30
0
 /**
  * Get css files
  *
  * @return array
  */
 public function getCSSFiles()
 {
     $list = parent::getCSSFiles();
     $list[] = 'payment/method_status/style.css';
     return $list;
 }