Home
last modified time | relevance | path

Searched refs:lite_display (Results 1 – 7 of 7) sorted by relevance

/dports/finance/prestashop/prestashop/controllers/admin/
H A DAdminLegacyLayoutController.php182 'lite_display' => $this->lite_display,
/dports/finance/prestashop/prestashop/classes/controller/
H A DAdminController.php233 protected $lite_display = false; variable in AdminControllerCore
1615 if (!$this->lite_display) {
1686 if (!$this->lite_display) {
1703 if (!$this->lite_display) {
1915 if ($this->show_page_header_toolbar && !$this->lite_display) {
2234 'lite_display' => $this->lite_display,
2700 if (!$this->lite_display) {
2858 $this->lite_display = true;
/dports/www/thirtybees/thirtybees-1.1.0/classes/controller/
H A DAdminController.php208 protected $lite_display = false; variable in AdminControllerCore
2128 if ($this->show_page_header_toolbar && !$this->lite_display) {
2486 'lite_display' => $this->lite_display,
2553 if (!$this->lite_display) {
2569 if (!$this->lite_display) {
2720 if (!$this->lite_display) {
3858 if (!$this->lite_display) {
3931 $this->lite_display = true;
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/
H A Dheader.tpl371 <body{if isset($lite_display) && $lite_display} class="ps_back-office display-modal"{/if}>
/dports/finance/prestashop/prestashop/admin/themes/default/template/
H A Dheader.tpl408 <body{if isset($lite_display) && $lite_display} class="ps_back-office display-modal"{/if}>
/dports/www/thirtybees/thirtybees-1.1.0/controllers/admin/
H A DAdminOrdersController.php350 if (!$order->hasBeenShipped() && !$this->lite_display) {
359 if (Configuration::get('PS_ORDER_RETURN') && !$this->lite_display) {
368 if ($order->hasInvoice() && !$this->lite_display) {
H A DAdminCategoriesController.php348 …if (!$this->lite_display && isset($this->toolbar_btn['back']['href']) && $this->_category->level_d…