1626 |
daniel |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
|
|
4 |
* Template für den Import der Kundendaten
|
|
|
5 |
*/
|
|
|
6 |
|
|
|
7 |
?>
|
|
|
8 |
<div class="wrap">
|
|
|
9 |
<div class="icon32 icon32-posts-post" id="icon-edit"><br></div>
|
|
|
10 |
<h2>
|
|
|
11 |
<?php echo __('Kundenimport', 'wpsg'); ?>
|
3465 |
daniel |
12 |
<a href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Customer&action=index" class="add-new-h2"><?php echo __("Zurück zur Kundenverwaltung", "wpsg"); ?></a>
|
1626 |
daniel |
13 |
</h2>
|
|
|
14 |
|
|
|
15 |
<?php echo $this->writeBackendMessage(); ?>
|
|
|
16 |
<br />
|
|
|
17 |
|
|
|
18 |
<form method="POST" action="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Customer&action=import&noheader=1" id="import_form" enctype="multipart/form-data">
|
|
|
19 |
|
|
|
20 |
<div class="wpsg_hinweis"><?php echo __('Laden Sie ein vorher exportiertes CSV File hoch, die Kundendaten werden dann aus dieser Datei importiert.', 'wpsg'); ?></div>
|
|
|
21 |
<br />
|
|
|
22 |
|
|
|
23 |
<input type="file" name="wpsg_importfile" />
|
|
|
24 |
|
|
|
25 |
<br /><br />
|
3465 |
daniel |
26 |
<input type="submit" value="<?php echo __('Import starten', 'wpsg'); ?>" class="button-primary" name="wpsg_import" />
|
1626 |
daniel |
27 |
|
|
|
28 |
</form>
|
|
|
29 |
|
|
|
30 |
</div>
|