Subversion Repositories wpShopGermany4

Rev

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

Rev 7561 Rev 7938
Line 88... Line 88...
88
				
88
				
89
			<?php } ?>
89
			<?php } ?>
90
						
90
						
91
        	<a href="" id="LinkSendMail" onclick="return WPSG_BE_Mail.sendCustomerMail(<?php echo $_REQUEST['edit_id']; ?>);"><span class="glyphicon glyphicon-envelope"></span>
91
        	<a href="" id="LinkSendMail" onclick="return WPSG_BE_Mail.sendCustomerMail(<?php echo $_REQUEST['edit_id']; ?>);"><span class="glyphicon glyphicon-envelope"></span>
92
        	
92
        	
93
	 			<?php echo __("Bestellbestätigung", "wpsg"); ?><br /><?php echo __("erneut versenden", "wpsg"); ?>
93
	 			<?php echo __("Bestellbestätigung (Kunde) versenden", "wpsg"); ?>
-
 
94
	 			
-
 
95
	 		</a><br />
-
 
96
            
-
 
97
            <a href="" id="LinkSendMail" onclick="return WPSG_BE_Mail.sendAdminMail(<?php echo $_REQUEST['edit_id']; ?>);"><span class="glyphicon glyphicon-envelope"></span>
-
 
98
        	
-
 
99
	 			<?php echo __("Bestellbestätigung (Admin) versenden", "wpsg"); ?>
94
	 			
100
	 			
95
	 		</a><br />
101
	 		</a><br />
96
 
102
 
97
		</div>
103
		</div>
98
 
104