Subversion Repositories wpShopGermany4

Rev

Rev 6134 | Rev 7383 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6134 Rev 7269
Line 10... Line 10...
10
	'id' => __('Nach ID', 'wpsg'),
10
	'id' => __('Nach ID', 'wpsg'),
11
	'alphabetisch' => __('Alphabetisch', 'wpsg'),
11
	'alphabetisch' => __('Alphabetisch', 'wpsg'),
12
	'buyed' => __('Anzahl Verkäufe', 'wpsg'),
12
	'buyed' => __('Anzahl Verkäufe', 'wpsg'),
13
	'erstellungsdatum' => __('Erstellungsdatum', 'wpsg'),
13
	'erstellungsdatum' => __('Erstellungsdatum', 'wpsg'),
14
	'preis' => __('Preis', 'wpsg')
14
	'preis' => __('Preis', 'wpsg')
15
), $this->get_option('wpsg_productgroups_order'), array('help' => 'wpsg_mod_productgroups_order')); ?>
-
 
16
15
), $this->get_option('wpsg_productgroups_order'), array('help' => 'wpsg_mod_productgroups_order')); ?>
-
 
16
 
-
 
17
<br />
-
 
18
 
-
 
19
<?php echo wpsg_drawForm_Checkbox('wpsg_mod_productgroups_order_filter', __('Filter in Bestellverwaltung aktivieren', 'wpsg'), $this->get_option('wpsg_mod_productgroups_order_filter')); ?>
-
 
20