Subversion Repositories wpShopGermany4

Rev

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

Rev 6234 Rev 8299
Line 16... Line 16...
16
		<?php } ?>
16
		<?php } ?>
17
		
17
		
18
	</div>
18
	</div>
19
	
19
	
20
	<div class="wpsg_inner">
20
	<div class="wpsg_inner">
21
			
21
 
22
		<?php if ($this->view['wpsg_mod_orderupload']['uploadsum'] > 0) { ?>
22
		<?php if ($this->view['wpsg_mod_orderupload']['uploadsum'] > 0) { ?>
23
			<input class="wpsg_orderupload_checkout_button" type="file" name="wpsg_mod_orderupload_file" />
23
			<input class="wpsg_orderupload_checkout_button" type="file" name="wpsg_mod_orderupload_file" />
24
 		<?php } ?>
24
 		<?php } ?>
25
 
25
 
26
 		<?php /* Auflistung der bereits hochgeladenen Dokumente */ ?>
26
 		<?php /* Auflistung der bereits hochgeladenen Dokumente */ ?>
Line 45... Line 45...
45
			
45
			
46
	</div>
46
	</div>
47
	
47
	
48
	<?php /* Counter, wie viel MB noch übrig sind */?>
48
	<?php /* Counter, wie viel MB noch übrig sind */?>
49
	<label class="wpsg_fileweight">
49
	<label class="wpsg_fileweight">
50
		<?php echo wpsg_translate(__('Es stehen Ihnen #1# Mb von #2# Mb für den Upload zur Verfügung', 'wpsg'), $this->view['wpsg_mod_orderupload']['uploadsum'],$this->view['wpsg_mod_orderupload']['maxweight']);?>
50
		<?php echo wpsg_translate( __('Es stehen Ihnen #1# Mb von #2# Mb für den Upload zur Verfügung', 'wpsg'), $this->view['wpsg_mod_orderupload']['uploadsum'], $this->view['wpsg_mod_orderupload']['maxweight'] );?>
51
	</label>
51
	</label>
52
	
52
	
53
</div>
53
</div>
54
54