[+] BO : BO width can now be fixed or flexible (you can set it up in your employee account)

This commit is contained in:
dMetzger
2012-02-23 14:42:23 +00:00
parent b3a0ab03e8
commit ad41e83fbc
6 changed files with 17 additions and 2 deletions
+1
View File
@@ -1282,6 +1282,7 @@ class AdminControllerCore extends Controller
'brightness' => Tools::getBrightness($bo_color) < 128 ? 'white' : '#383838',
'lang_iso' => $this->context->language->iso_code,
'link' => $this->context->link,
'bo_width' => (int)$this->context->employee->bo_width,
'bo_color' => isset($this->context->employee->bo_color) ? Tools::htmlentitiesUTF8($this->context->employee->bo_color) : null,
'shop_name' => Configuration::get('PS_SHOP_NAME'),
'show_new_orders' => Configuration::get('PS_SHOW_NEW_ORDERS'),