* Add notes when have not files.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
<div class="main-col" data-min-width="400">
|
||||
<div class="panel block-files block-sm no-margin">
|
||||
<?php if($viewType == 'list'):?>
|
||||
<?php if(!empty($files)):?>
|
||||
<form class='main-table' id='fileForm' method='post' action='<?php echo inLink('batchDownload');?>' data-ride='table'>
|
||||
<table class="table has-sort-head">
|
||||
<thead>
|
||||
@@ -78,6 +79,9 @@
|
||||
</div>
|
||||
</form>
|
||||
<?php else:?>
|
||||
<div class='table-empty-tip text-muted'><?php echo $lang->pager->noRecord;?></div>
|
||||
<?php endif?>
|
||||
<?php else:?>
|
||||
<div class="panel-body">
|
||||
<div class="row row-grid files-grid" data-size="300">
|
||||
<?php foreach($files as $file):?>
|
||||
|
||||
Reference in New Issue
Block a user