Line 2... |
Line 2... |
2 |
|
2 |
|
3 |
/**
|
3 |
/**
|
4 |
* Template für die allgemeinen Shopdaten
|
4 |
* Template für die allgemeinen Shopdaten
|
5 |
*/
|
5 |
*/
|
6 |
|
6 |
|
7 |
?>
|
7 |
?>
|
8 |
<div class="wpsg_admin_submenu">
|
- |
|
9 |
|
- |
|
10 |
<div class="head">
|
- |
|
11 |
<div class="title"><?php echo __("Einstellungen", "wpsg"); ?></div>
|
- |
|
12 |
<div style="clear:both;"></div>
|
- |
|
13 |
</div>
|
- |
|
14 |
|
8 |
|
- |
|
9 |
<div class="wpsg_admin_submenu">
|
15 |
<ul>
|
10 |
|
- |
|
11 |
<div class="list-group">
|
- |
|
12 |
<span class="list-group-head list-group-item"><?php echo __('Konfiguration'); ?></span>
|
16 |
<?php foreach ($this->view['arSubAction'] as $k => $v) { ?>
|
13 |
<?php foreach ($this->view['arSubAction'] as $k => $v) { ?>
|
17 |
<li class="<?php echo (($k == $this->view['subAction'])?'current':''); ?>"><a href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&subaction=<?php echo $k; ?>"><?php echo $v['Menutext']; ?></a></li>
|
14 |
<a class="list-group-item <?php echo (($k == $this->view['subAction'])?'active':''); ?>" href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&subaction=<?php echo $k; ?>"><?php echo $v['Menutext']; ?></a>
|
18 |
<?php } ?>
|
15 |
<?php } ?>
|
19 |
</ul>
|
16 |
</div>
|
20 |
|
17 |
|
21 |
</div>
|
18 |
</div>
|
22 |
|
19 |
|
23 |
<div style="padding:0px; margin:0px; float:left;">
|
20 |
<div class="wpsg_admin_content form-horizontal">
|
24 |
<form name="form1" method="post" enctype="multipart/form-data" action="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&subaction=<?php echo $_REQUEST['subaction']; ?>&noheader=1">
|
21 |
<form name="form1" method="post" enctype="multipart/form-data" action="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&subaction=<?php echo $_REQUEST['subaction']; ?>&noheader=1">
|
25 |
|
22 |
|
- |
|
23 |
<div class="panel panel-default">
|
- |
|
24 |
<div class="panel-heading clearfix">
|
- |
|
25 |
<h3 class="panel-title"><?php echo __('Allgemeine Angaben', 'wpsg'); ?></h3>
|
- |
|
26 |
</div>
|
- |
|
27 |
<div class="panel-body">
|
26 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_name', __('Name des Shops / Firma', 'wpsg'), $this->get_option('wpsg_shopdata_name'), array('help' => 'wpsg_shopdata_name')); ?>
|
28 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_name', __('Name des Shops / Firma', 'wpsg'), $this->get_option('wpsg_shopdata_name'), array('help' => 'wpsg_shopdata_name')); ?>
|
27 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_owner', __('Inhaber des Shops', 'wpsg'), $this->get_option('wpsg_shopdata_owner'), array('help' => 'wpsg_shopdata_owner')); ?>
|
29 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_owner', __('Inhaber des Shops', 'wpsg'), $this->get_option('wpsg_shopdata_owner'), array('help' => 'wpsg_shopdata_owner')); ?>
|
28 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_tel', __('Telefonnummer', 'wpsg'), $this->get_option('wpsg_shopdata_tel'), array('help' => 'wpsg_shopdata_tel')); ?>
|
30 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_tel', __('Telefonnummer', 'wpsg'), $this->get_option('wpsg_shopdata_tel'), array('help' => 'wpsg_shopdata_tel')); ?>
|
29 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_fax', __('Faxnummer', 'wpsg'), $this->get_option('wpsg_shopdata_fax'), array('help' => 'wpsg_shopdata_fax')); ?>
|
31 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_fax', __('Faxnummer', 'wpsg'), $this->get_option('wpsg_shopdata_fax'), array('help' => 'wpsg_shopdata_fax')); ?>
|
30 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_email', __('E-Mail', 'wpsg'), $this->get_option('wpsg_shopdata_email'), array('help' => 'wpsg_shopdata_email')); ?>
|
32 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_email', __('E-Mail', 'wpsg'), $this->get_option('wpsg_shopdata_email'), array('help' => 'wpsg_shopdata_email')); ?>
|
31 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_taxnr', __('Steuernummer', 'wpsg'), $this->get_option('wpsg_shopdata_taxnr'), array('help' => 'wpsg_shopdata_taxnr')); ?>
|
33 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_taxnr', __('Steuernummer', 'wpsg'), $this->get_option('wpsg_shopdata_taxnr'), array('help' => 'wpsg_shopdata_taxnr')); ?>
|
32 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_ustidnr', __('USt-IdNr.', 'wpsg'), $this->get_option('wpsg_shopdata_ustidnr'), array('help' => 'wpsg_shopdata_ustidnr')); ?>
|
34 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_ustidnr', __('USt-IdNr.', 'wpsg'), $this->get_option('wpsg_shopdata_ustidnr'), array('help' => 'wpsg_shopdata_ustidnr')); ?>
|
- |
|
35 |
</div>
|
- |
|
36 |
</div>
|
33 |
|
37 |
|
- |
|
38 |
<div class="panel panel-default">
|
- |
|
39 |
<div class="panel-heading clearfix">
|
34 |
<h4><?php echo __('Anschrift', 'wpsg'); ?></h4>
|
40 |
<h3 class="panel-title"><?php echo __('Anschrift', 'wpsg'); ?></h3>
|
- |
|
41 |
</div>
|
- |
|
42 |
<div class="panel-body">
|
35 |
|
43 |
|
36 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_street', __('Straße', 'wpsg'), $this->get_option('wpsg_shopdata_street'), array('help' => 'wpsg_shopdata_street')); ?>
|
44 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_street', __('Straße', 'wpsg'), $this->get_option('wpsg_shopdata_street'), array('help' => 'wpsg_shopdata_street')); ?>
|
37 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_zip', __('Postleitzahl', 'wpsg'), $this->get_option('wpsg_shopdata_zip'), array('help' => 'wpsg_shopdata_zip')); ?>
|
45 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_zip', __('Postleitzahl', 'wpsg'), $this->get_option('wpsg_shopdata_zip'), array('help' => 'wpsg_shopdata_zip')); ?>
|
38 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_city', __('Ort', 'wpsg'), $this->get_option('wpsg_shopdata_city'), array('help' => 'wpsg_shopdata_city')); ?>
|
46 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_city', __('Ort', 'wpsg'), $this->get_option('wpsg_shopdata_city'), array('help' => 'wpsg_shopdata_city')); ?>
|
- |
|
47 |
|
- |
|
48 |
</div>
|
- |
|
49 |
</div>
|
39 |
|
50 |
|
- |
|
51 |
<div class="panel panel-default">
|
- |
|
52 |
<div class="panel-heading clearfix">
|
40 |
<h4><?php echo __('Bankdaten', 'wpsg'); ?></h4>
|
53 |
<h3 class="panel-title"><?php echo __('Bankdaten', 'wpsg'); ?></h3>
|
- |
|
54 |
</div>
|
- |
|
55 |
<div class="panel-body">
|
41 |
|
56 |
|
42 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_bank_name', __('Name der Bank', 'wpsg'), $this->get_option('wpsg_shopdata_bank_name'), array('help' => 'wpsg_shopdata_bank_name')); ?>
|
57 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_bank_name', __('Name der Bank', 'wpsg'), $this->get_option('wpsg_shopdata_bank_name'), array('help' => 'wpsg_shopdata_bank_name')); ?>
|
43 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_bank_owner', __('Kontoinhaber', 'wpsg'), $this->get_option('wpsg_shopdata_bank_owner'), array('help' => 'wpsg_shopdata_bank_owner')); ?>
|
58 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_bank_owner', __('Kontoinhaber', 'wpsg'), $this->get_option('wpsg_shopdata_bank_owner'), array('help' => 'wpsg_shopdata_bank_owner')); ?>
|
44 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_bank_iban', __('IBAN Nummer', 'wpsg'), $this->get_option('wpsg_shopdata_bank_iban'), array('help' => 'wpsg_shopdata_bank_iban')); ?>
|
59 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_bank_iban', __('IBAN Nummer', 'wpsg'), $this->get_option('wpsg_shopdata_bank_iban'), array('help' => 'wpsg_shopdata_bank_iban')); ?>
|
45 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_bank_bic', __('BIC Nummer', 'wpsg'), $this->get_option('wpsg_shopdata_bank_bic'), array('help' => 'wpsg_shopdata_bank_bic')); ?>
|
60 |
<?php echo wpsg_drawForm_Input('wpsg_shopdata_bank_bic', __('BIC Nummer', 'wpsg'), $this->get_option('wpsg_shopdata_bank_bic'), array('help' => 'wpsg_shopdata_bank_bic')); ?>
|
- |
|
61 |
|
- |
|
62 |
</div>
|
- |
|
63 |
</div>
|
46 |
|
64 |
|
47 |
<p class="submit"><input type="submit" value="<?php echo __('Einstellungen speichern', 'wpsg'); ?>" class="button-primary" id="submit" name="submit" /></p>
|
65 |
<p class="submit"><input type="submit" value="<?php echo __('Einstellungen speichern', 'wpsg'); ?>" class="button-primary" id="submit" name="submit" /></p>
|
48 |
|
66 |
|
49 |
</form>
|
67 |
</form>
|
50 |
</div>
|
- |
|
51 |
|
68 |
|
52 |
<script type="text/javascript">/* <![CDATA[ */
|
69 |
<script type="text/javascript">/* <![CDATA[ */
|
53 |
|
- |
|
54 |
jQuery(document).ready(function() {
|
- |
|
55 |
|
70 |
|
56 |
jQuery('.wpsg_form_help').tipTip();
|
71 |
jQuery(document).ready(function() {
|
57 |
|
72 |
|
58 |
} );
|
- |
|
59 |
|
- |
|
60 |
/* ]]> */</script>
|
- |
|
61 |
|
73 |
jQuery('.wpsg_form_help').tipTip();
|
- |
|
74 |
|
- |
|
75 |
} );
|
- |
|
76 |
|
- |
|
77 |
/* ]]> */</script>
|
- |
|
78 |
</div>
|
- |
|
79 |
|
62 |
|
80 |
|