blob: 18008c243b059773418b90601bb2f6d113770a81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php
// Heading
$_['heading_title'] = 'Order Totals';
// Text
$_['text_success'] = 'Success: You have modified totals!';
$_['text_list'] = 'Order Total List';
// Column
$_['column_name'] = 'Order Totals';
$_['column_status'] = 'Status';
$_['column_sort_order'] = 'Sort Order';
$_['column_action'] = 'Action';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify totals!';
|