FIX dashboard with IE10 not supporting flex
This commit is contained in:
parent
3ea2d81279
commit
055d818069
@ -39,6 +39,8 @@ class Conf
|
||||
var $db;
|
||||
//! To store properties found into database
|
||||
var $global;
|
||||
//! To store browser info
|
||||
var $browser;
|
||||
|
||||
//! To store if javascript/ajax is enabked
|
||||
public $use_javascript_ajax;
|
||||
|
||||
@ -1027,7 +1027,7 @@ Delays_MAIN_DELAY_ACTIONS_TODO=Delay tolerance (in days) before alert on planned
|
||||
Delays_MAIN_DELAY_PROJECT_TO_CLOSE=Delay tolerance (in days) before alert on project not closed in time
|
||||
Delays_MAIN_DELAY_TASKS_TODO=Delay tolerance (in days) before alert on planned tasks (project tasks) not completed yet
|
||||
Delays_MAIN_DELAY_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on orders not processed yet
|
||||
Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on suppliers orders not processed yet
|
||||
Delays_MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS=Delay tolerance (in days) before alert on purchase orders not processed yet
|
||||
Delays_MAIN_DELAY_PROPALS_TO_CLOSE=Delay tolerance (in days) before alert on proposals to close
|
||||
Delays_MAIN_DELAY_PROPALS_TO_BILL=Delay tolerance (in days) before alert on proposals not billed
|
||||
Delays_MAIN_DELAY_NOT_ACTIVATED_SERVICES=Tolerance delay (in days) before alert on services to activate
|
||||
|
||||
@ -52,8 +52,8 @@ ActionsOnShipping=Events on shipment
|
||||
LinkToTrackYourPackage=Link to track your package
|
||||
ShipmentCreationIsDoneFromOrder=For the moment, creation of a new shipment is done from the order card.
|
||||
ShipmentLine=Shipment line
|
||||
ProductQtyInCustomersOrdersRunning=Product quantity into open customers orders
|
||||
ProductQtyInSuppliersOrdersRunning=Product quantity into open suppliers orders
|
||||
ProductQtyInCustomersOrdersRunning=Product quantity into open customer orders
|
||||
ProductQtyInSuppliersOrdersRunning=Product quantity into open purchase orders
|
||||
ProductQtyInShipmentAlreadySent=Product quantity from open customer order already sent
|
||||
ProductQtyInSuppliersShipmentAlreadyRecevied=Product quantity from open supplier order already received
|
||||
NoProductToShipFoundIntoStock=No product to ship found into warehouse <b>%s</b>. Correct stock or go back to choose another warehouse.
|
||||
|
||||
@ -67,7 +67,7 @@ DeStockOnValidateOrder=Decrease real stocks on customers orders validation
|
||||
DeStockOnShipment=Decrease real stocks on shipping validation
|
||||
DeStockOnShipmentOnClosing=Decrease real stocks on shipping classification closed
|
||||
ReStockOnBill=Increase real stocks on suppliers invoices/credit notes validation
|
||||
ReStockOnValidateOrder=Increase real stocks on suppliers orders approbation
|
||||
ReStockOnValidateOrder=Increase real stocks on purchase orders approbation
|
||||
ReStockOnDispatchOrder=Increase real stocks on manual dispatching into warehouses, after supplier order receipt of goods
|
||||
OrderStatusNotReadyToDispatch=Order has not yet or no more a status that allows dispatching of products in stock warehouses.
|
||||
StockDiffPhysicTeoric=Explanation for difference between physical and virtual stock
|
||||
|
||||
@ -890,9 +890,14 @@ div.fiche {
|
||||
min-width: 170px;
|
||||
}
|
||||
.thumbstat, .thumbstat150 {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 0;
|
||||
<?php if ($conf->browser->name == 'ie') { ?>
|
||||
min-width: 150px;
|
||||
width: 100%;
|
||||
display: inline;
|
||||
<?php } else { ?>
|
||||
flex-grow: 1;
|
||||
flex-shrink: 0;
|
||||
<?php } ?>
|
||||
}
|
||||
|
||||
select.selectarrowonleft {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user