Subversion Repositories wpShopGermany4

Rev

Rev 7383 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7383 Rev 8195
Line 4... Line 4...
4
	 * Template für die Einstellungsseite der Produktgruppen
4
	 * Template für die Einstellungsseite der Produktgruppen
5
	 */
5
	 */
6
 
6
 
7
?>
7
?>
8
<?php echo wpsg_drawForm_Select('wpsg_productgroups_page', __('Produktgruppenübersichtsseite', 'wpsg'), $this->view['pages'], $this->get_option('wpsg_productgroups_page'), array('help' => 'wpsg_mod_productgroups_page')); ?>
8
<?php echo wpsg_drawForm_Select('wpsg_productgroups_page', __('Produktgruppenübersichtsseite', 'wpsg'), $this->view['pages'], $this->get_option('wpsg_productgroups_page'), array('help' => 'wpsg_mod_productgroups_page')); ?>
-
 
9
<?php echo wpsg_drawForm_Select('wpsg_productgroups_page_layout', __('Layout der Übersichtsseite', 'wpsg'), [
-
 
10
    '0' => 'Layout 1 (show.phtml)',
-
 
11
    '1' => 'Layout 2 (show_2.phml)'
-
 
12
], $this->get_option('wpsg_productgroups_page_layout'), ['help' => 'wpsg_productgroups_page_layout']); ?>
9
<?php echo wpsg_drawForm_Select('wpsg_productgroups_order', __('Sortierung innerhalb der Gruppe', 'wpsg'), array(
13
<?php echo wpsg_drawForm_Select('wpsg_productgroups_order', __('Sortierung innerhalb der Gruppe', 'wpsg'), array(
10
	'id' => __('Nach ID', 'wpsg'),
14
	'id' => __('Nach ID', 'wpsg'),
11
	'alphabetisch' => __('Alphabetisch', 'wpsg'),
15
	'alphabetisch' => __('Alphabetisch', 'wpsg'),
12
	'buyed' => __('Anzahl Verkäufe', 'wpsg'),
16
	'buyed' => __('Anzahl Verkäufe', 'wpsg'),
13
	'erstellungsdatum' => __('Erstellungsdatum', 'wpsg'),
17
	'erstellungsdatum' => __('Erstellungsdatum', 'wpsg'),