|
5 | 5 | <ul id="error_message_box"></ul> |
6 | 6 |
|
7 | 7 | <div class="form-group"> |
8 | | -<?php echo form_label($this->lang->line('config_company').':', 'company',array('class'=>'wide required')); ?> |
| 8 | +<?php echo form_label($this->lang->line('config_company'), 'company',array('class'=>'wide required')); ?> |
9 | 9 |
|
10 | 10 | <?php echo form_input(array( |
11 | 11 | 'class'=>'form-control', |
|
15 | 15 | </div> |
16 | 16 |
|
17 | 17 | <div class="form-group"> |
18 | | -<?php echo form_label($this->lang->line('config_address').':', 'address',array('class'=>'wide required')); ?> |
| 18 | +<?php echo form_label($this->lang->line('config_address'), 'address',array('class'=>'wide required')); ?> |
19 | 19 |
|
20 | 20 | <?php echo form_textarea(array( |
21 | 21 | 'class'=>'form-control', |
|
27 | 27 | </div> |
28 | 28 |
|
29 | 29 | <div class="form-group"> |
30 | | -<?php echo form_label($this->lang->line('config_phone').':', 'phone',array('class'=>'wide required')); ?> |
| 30 | +<?php echo form_label($this->lang->line('config_phone'), 'phone',array('class'=>'wide required')); ?> |
31 | 31 |
|
32 | 32 | <?php echo form_input(array( |
33 | 33 | 'class'=>'form-control', |
|
37 | 37 | </div> |
38 | 38 |
|
39 | 39 | <div class="form-group"> |
40 | | - <?php echo form_label($this->lang->line('config_default_tax_rate_1').':', 'default_tax_1_rate',array('class'=>'wide required')); ?> |
| 40 | + <?php echo form_label($this->lang->line('config_default_tax_rate_1'), 'default_tax_1_rate',array('class'=>'wide required')); ?> |
41 | 41 | <div class="row"> |
42 | 42 | <div class="col-lg-6"> |
43 | 43 | <?php echo form_input(array( |
|
63 | 63 | </div> |
64 | 64 |
|
65 | 65 | <div class="form-group"> |
66 | | -<?php echo form_label($this->lang->line('config_default_tax_rate_2').':', 'default_tax_1_rate',array('class'=>'wide')); ?> |
| 66 | +<?php echo form_label($this->lang->line('config_default_tax_rate_2'), 'default_tax_1_rate',array('class'=>'wide')); ?> |
67 | 67 | <div class="row"> |
68 | 68 | <div class="col-lg-6"> |
69 | 69 | <?php echo form_input(array( |
|
89 | 89 | </div> |
90 | 90 |
|
91 | 91 | <div class="form-group"> |
92 | | -<?php echo form_label($this->lang->line('common_email').':', 'email',array('class'=>'wide')); ?> |
| 92 | +<?php echo form_label($this->lang->line('common_email'), 'email',array('class'=>'wide')); ?> |
93 | 93 |
|
94 | 94 | <?php echo form_input(array( |
95 | 95 | 'class'=>'form-control', |
|
100 | 100 |
|
101 | 101 |
|
102 | 102 | <div class="form-group"> |
103 | | -<?php echo form_label($this->lang->line('config_fax').':', 'fax',array('class'=>'wide')); ?> |
| 103 | +<?php echo form_label($this->lang->line('config_fax'), 'fax',array('class'=>'wide')); ?> |
104 | 104 |
|
105 | 105 | <?php echo form_input(array( |
106 | 106 | 'class'=>'form-control', |
|
110 | 110 | </div> |
111 | 111 |
|
112 | 112 | <div class="form-group"> |
113 | | -<?php echo form_label($this->lang->line('config_website').':', 'website',array('class'=>'wide')); ?> |
| 113 | +<?php echo form_label($this->lang->line('config_website'), 'website',array('class'=>'wide')); ?> |
114 | 114 |
|
115 | 115 | <?php echo form_input(array( |
116 | 116 | 'class'=>'form-control', |
|
119 | 119 | 'value'=>$this->config->item('website')));?> |
120 | 120 | </div> |
121 | 121 |
|
| 122 | +<div class="form-group"> |
| 123 | +<?php echo form_label($this->lang->line('config_mc_api_key'), 'mc_api_key', array('class'=>'wide')); ?> |
| 124 | + <?php echo form_input(array( |
| 125 | + 'class'=>'form-control', |
| 126 | + 'name'=>'mc_api_key', |
| 127 | + 'id'=>'mc_api_key', |
| 128 | + 'value'=>$this->config->item('mc_api_key')));?> |
| 129 | +</div> |
| 130 | + |
122 | 131 | <div class="form-group"> |
123 | | -<?php echo form_label($this->lang->line('common_return_policy').':', 'return_policy',array('class'=>'wide required')); ?> |
| 132 | +<?php echo form_label($this->lang->line('common_return_policy'), 'return_policy',array('class'=>'wide required')); ?> |
124 | 133 |
|
125 | 134 | <?php echo form_textarea(array( |
126 | 135 | 'class'=>'form-control', |
|
132 | 141 | </div> |
133 | 142 |
|
134 | 143 | <div class="form-group"> |
135 | | -<?php echo form_label($this->lang->line('config_language').':', 'language',array('class'=>'wide required')); ?> |
| 144 | +<?php echo form_label($this->lang->line('config_language'), 'language',array('class'=>'wide required')); ?> |
136 | 145 |
|
137 | 146 | <?php echo form_dropdown('language', array( |
138 | 147 | 'english' => 'English', |
|
142 | 151 | </div> |
143 | 152 |
|
144 | 153 | <div class="form-group"> |
145 | | -<?php echo form_label($this->lang->line('config_timezone').':', 'timezone',array('class'=>'wide required')); ?> |
| 154 | +<?php echo form_label($this->lang->line('config_timezone'), 'timezone',array('class'=>'wide required')); ?> |
146 | 155 |
|
147 | 156 | <?php echo form_dropdown('timezone', |
148 | 157 | array( |
|
241 | 250 | </div> |
242 | 251 |
|
243 | 252 | <div class="form-group"> |
244 | | -<?php echo form_label($this->lang->line('config_print_after_sale').':', 'print_after_sale',array('class'=>'wide')); ?> |
| 253 | +<?php echo form_label($this->lang->line('config_print_after_sale'), 'print_after_sale',array('class'=>'wide')); ?> |
245 | 254 |
|
246 | 255 | <?php echo form_checkbox(array( |
247 | 256 | 'name'=>'print_after_sale', |
|
250 | 259 | 'checked'=>$this->config->item('print_after_sale')));?> |
251 | 260 | </div> |
252 | 261 |
|
253 | | - |
254 | 262 | <?php |
255 | 263 | echo form_submit(array( |
256 | 264 | 'name'=>'submit', |
|
0 commit comments