Files
sterivein/templates/backOffice/default/configs/variables.conf
2014-04-18 19:52:45 +02:00

10 lines
201 B
Plaintext

#order
max_displayed_orders = 20
max_displayed_customers = 20
#order status
order_not_paid = 'warning'
order_paid = 'success'
order_processing = 'primary'
order_sent = 'info'
order_canceled = 'danger'