Subversion Repositories wpShopGermany4

Rev

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

Rev 6222 Rev 6350
Line 21... Line 21...
21
 
21
 
22
    <?php echo wpsg_drawForm_Select('status', __('Neuer Status', 'wpsg'), $this->arStatus, $this->view['data']['status']); ?>
22
    <?php echo wpsg_drawForm_Select('status', __('Neuer Status', 'wpsg'), $this->arStatus, $this->view['data']['status']); ?>
23
    <?php echo wpsg_drawForm_Checkbox('sendMail', __('Kunden informieren', 'wpsg'), 0); ?>
23
    <?php echo wpsg_drawForm_Checkbox('sendMail', __('Kunden informieren', 'wpsg'), 0); ?>
24
 
24
 
25
    <br />
25
    <br />
-
 
26
	<?php $this->callMods('order_view_switchStatus', array(&$this->view['data']['id'])); ?>						
26
 
27
	
27
    <?php echo wpsg_drawForm_TextStart(); ?>
28
    <?php echo wpsg_drawForm_TextStart(); ?>
28
    <input type="submit" class="button" value="<?php echo __('Status ändern', 'wpsg'); ?>" />
29
    <input type="submit" class="button" value="<?php echo __('Status ändern', 'wpsg'); ?>" />
29
    <?php echo wpsg_drawForm_TextEnd(); ?>
30
    <?php echo wpsg_drawForm_TextEnd(); ?>
30
 
31
 
31
</form>
32
</form>