Subversion Repositories wpShopGermany4

Rev

Rev 7719 | Rev 7767 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7719 Rev 7755
Line 67... Line 67...
67
    <?php echo wpsg_drawForm_TextEnd(); ?>
67
    <?php echo wpsg_drawForm_TextEnd(); ?>
68
 
68
 
69
</form>
69
</form>
70
<?php echo wpsg_drawForm_AdminboxEnd(); ?>
70
<?php echo wpsg_drawForm_AdminboxEnd(); ?>
71
 
71
 
-
 
72
<?php echo wpsg_drawForm_AdminboxStart(__('Technische Einstellungen', 'wüsg')); ?>
-
 
73
<form method="POST" action="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Order&action=save&edit_id=<?php echo $this->view['oOrder']->id; ?>&noheader=1" enctype="multipart/form-data">
-
 
74
 
-
 
75
    <?php echo wpsg_drawForm_Checkbox('ext_payed', __('Externe Zahlungseingänge ignorieren', 'wpsg'), wpsg_getStr($this->view['data']['ext_payed'])); ?>
-
 
76
 
-
 
77
    <?php echo wpsg_drawForm_TextStart(); ?>
-
 
78
    <input type="submit" class="button button-primary" value="<?php echo __('Einstellungen speichern', 'wpsg'); ?>" />
-
 
79
    <?php echo wpsg_drawForm_TextEnd(); ?>
-
 
80
 
-
 
81
</form>
-
 
82
<?php echo wpsg_drawForm_AdminboxEnd(); ?>
-
 
83
 
72
<?php if ($this->hasMod('wpsg_mod_orderupload')) { ?>
84
<?php if ($this->hasMod('wpsg_mod_orderupload')) { ?>
73
	<?php echo wpsg_drawForm_AdminboxStart(__('Bestelluploads', 'wpsg')); ?>
85
	<?php echo wpsg_drawForm_AdminboxStart(__('Bestelluploads', 'wpsg')); ?>
74
	
86
	
75
		<div class="inside">
87
		<div class="inside">
76
			 <?php if (!wpsg_isSizedArray($this->view['arFiles'])) { ?>
88
			 <?php if (!wpsg_isSizedArray($this->view['arFiles'])) { ?>