6 lines
342 B
HTML
6 lines
342 B
HTML
|
<div class="builder-blueprint-control-text fileupload <?= $this->getPropertyValue($properties, 'mode') == 'image' ? 'image' : null ?>">
|
||
|
<i class="icon-upload"></i>
|
||
|
<?php if ($this->getPropertyValue($properties, 'mode') != 'image'): ?>
|
||
|
<?= e(trans('rainlab.builder::lang.form.control_fileupload')) ?>
|
||
|
<?php endif ?>
|
||
|
</div>
|