Subversion Repositories wpShopGermany4

Rev

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

Rev 6220 Rev 6227
Line 5... Line 5...
5
	 */
5
	 */
6
 
6
 
7
?>
7
?>
8
<div class="wpsg_box wpsg_mod_orderupload">
8
<div class="wpsg_box wpsg_mod_orderupload">
9
 
9
 
10
	<div class="wpsg_head"><?php echo __('Dateiupload', 'wpsg'); ?> 
10
	<div class="wpsg_head"><?php echo __('Dateiupload:', 'wpsg'); ?> 
11
	
11
		
12
		<?php if ($this->get_option('wpsg_mod_orderupload_optional') != '1') { ?>
12
		<?php if ($this->get_option('wpsg_mod_orderupload_optional') != '1') { ?>
13
		
13
		
14
			<span class="wpsg_required">*</span>
14
			<span class="wpsg_required">*</span>
15
			
15
			
16
		<?php } ?>
16
		<?php } ?>
Line 41... Line 41...
41
			
41
			
42
		<?php } ?>
42
		<?php } ?>
43
			
43
			
44
	</div>
44
	</div>
45
	
45
	
-
 
46
	<?php /* Counter, wie viel MB noch übrig sind */?>
-
 
47
	<label class="wpsg_fileweight">
-
 
48
		<?php echo __('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'];?>
-
 
49
	</label>
-
 
50
	
46
</div>
51
</div>
47
52