Subversion Repositories wpShopGermany4

Rev

Rev 4943 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2871 daniel 1
<?php
2
 
3
	/**
4
	 * Template für die Einstellungen des TopSeller Widgets
5
	 */
6
 
7
?>
8
<?php echo wpsg_drawForm_Select(
9
	$this->view['wpsg_mod_topseller_template']['name'],
10
	__('Template', 'wpsg'),
11
	$this->view['arTemplates'],
12
	$this->view['wpsg_mod_topseller_template']['value'], array(
13
		'id' => $this->view['wpsg_mod_topseller_template']['id'],
14
		'noIndex' => true
15
	)
16
); ?>
17
<?php echo wpsg_drawForm_Input(
18
	$this->view['wpsg_mod_topseller_limit']['name'],
19
	__('Limit', 'wpsg'),
20
	$this->view['wpsg_mod_topseller_limit']['value'], array(
21
		'id' => $this->view['wpsg_mod_topseller_limit']['id']
22
	)
23
); ?>