Subversion Repositories wpShopGermany4

Rev

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

Rev 6232 Rev 6942
Line 5... Line 5...
5
	 */
5
	 */
6
 
6
 
7
?>
7
?>
8
 
8
 
9
<br/>
9
<br/>
-
 
10
<?php /* Upload pro Produkt oder pro Bestellung */ ?>
-
 
11
<?php echo wpsg_drawForm_Select('wpsg_mod_orderupload__mode', __('Upload-typ', 'wpsg'), array(
-
 
12
	wpsg_mod_orderupload::MODE_ORDER => __('Upload pro Bestellung', 'wpsg'),
-
 
13
	wpsg_mod_orderupload::MODE_PRODUCT => __('Upload pro Produkt', 'wpsg')		
-
 
14
), $this->get_option('wpsg_mod_orderupload_mode'), array('help' => 'wpsg_mod_orderupload_mode')); ?>
10
 
15
 
11
<?php /* Platzhalter für Dateiname */ ?>
16
<?php /* Platzhalter für Dateiname */ ?>
12
<?php echo wpsg_drawForm_Input('wpsg_mod_orderupload_filename', __('Neuer Dateiname', 'wpsg'), $this->get_option('wpsg_mod_orderupload_filename'), array('help' => 'wpsg_mod_orderupload_filename')); ?>
17
<?php echo wpsg_drawForm_Input('wpsg_mod_orderupload_filename', __('Neuer Dateiname', 'wpsg'), $this->get_option('wpsg_mod_orderupload_filename'), array('help' => 'wpsg_mod_orderupload_filename')); ?>
13
 
18
 
14
<?php /* erlaubte Dateitypen*/ ?>
19
<?php /* erlaubte Dateitypen*/ ?>