Beispiel #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>
Beispiel #2
0
		@unless(empty($item->environments) || !$this->params->get('show_environments',1))
		<dt>
			@lang('LBL_ITEMS_ENVIRONMENTS')
		</dt>
		<dd>
			@foreach($item->environments as $environment)
				{{ Select::environmentIcon($environment->id) }}
			@endforeach
		</dd>
		@endunless
	</dl>

	@unless(empty($item->description))
	<div class="ars-item-description well small">
		<?php 
echo Format::preProcessMessage($item->description, 'com_ars.item_description');
?>
	</div>
	@endunless

	<div>
		<div class="pull-left">
			<p class="readmore">
				<a href="{{ htmlentities($download_url) }}" class="btn btn-primary">
					@lang('LBL_ITEM_DOWNLOAD')
				</a>
			</p>
		</div>
		@unless(!$directLink)
		<div class="pull-left">
			&nbsp;