Subversion Repositories wpShopGermany4

Rev

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

Rev 6503 Rev 7566
Line 11... Line 11...
11
	<h2>
11
	<h2>
12
		<?php echo __('Gutscheinverwaltung - CSV Import', 'wpsg'); ?>
12
		<?php echo __('Gutscheinverwaltung - CSV Import', 'wpsg'); ?>
13
	</h2>
13
	</h2>
14
	<form name="wpsg_form" method="post" enctype="multipart/form-data" action="<?php echo wpsg_hspc(WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Voucher&action=import&noheader=1'); ?>">
14
	<form name="wpsg_form" method="post" enctype="multipart/form-data" action="<?php echo wpsg_hspc(WPSG_URL_WP.'wp-admin/admin.php?page=wpsg-Voucher&action=import&noheader=1'); ?>">
15
	
15
	
-
 
16
		<?php echo wpsg_formNounce('Voucher','import'); ?>
-
 
17
		
16
		<?php echo wpsg_drawForm_Select('gs_exists', __('Bestehende Codes', 'wpsg'), array('0' => __('Überschreiben', 'wpsg'), '1' => __('Ignorieren', 'wpsg')), '1'); ?>
18
		<?php echo wpsg_drawForm_Select('gs_exists', __('Bestehende Codes', 'wpsg'), array('0' => __('Überschreiben', 'wpsg'), '1' => __('Ignorieren', 'wpsg')), '1'); ?>
17
	
19
	
18
		<br />
20
		<br />
19
		<div class="wpsg_form_field">
21
		<div class="wpsg_form_field">
20
			<div class="wpsg_form_left">
22
			<div class="wpsg_form_left">