18,7 → 18,7 |
</div> |
|
<div class="wpsg_inner"> |
|
|
<?php if ($this->view['wpsg_mod_orderupload']['uploadsum'] > 0) { ?> |
<input class="wpsg_orderupload_checkout_button" type="file" name="wpsg_mod_orderupload_file" /> |
<?php } ?> |
47,7 → 47,7 |
|
<?php /* Counter, wie viel MB noch übrig sind */?> |
<label class="wpsg_fileweight"> |
<?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'] );?> |
<?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']);?> |
</label> |
|
</div> |