Пример #1
0
					<div class="filerow<?php 
        echo $i;
        ?>
">
						<button class="deletefile btn btn-mini" title="<?php 
        echo $this->escape($file['filename']);
        ?>
">
							<span class="icon icon-trash"></span>
						</button>
						<span class="filename"><?php 
        echo $this->escape($file['filename']);
        ?>
</span>
						<span class="filesize"><?php 
        echo \Akeeba\ReleaseSystem\Admin\Helper\Format::sizeFormat($filesize);
        ?>
</span>
						&nbsp;
					</div>
				<?php 
    }
    ?>
			<?php 
}
?>
		</div>
	</div>
</div>

<div style="clear: both;">&nbsp;</div>