* Finish task#4242

This commit is contained in:
滔哥
2018-05-24 10:18:02 +08:00
parent d5c6aa1831
commit 32e89f4eea
7 changed files with 17 additions and 3 deletions
+6
View File
@@ -9,6 +9,11 @@
</div>
</nav>
</div>
<?php if(empty($docs)):?>
<div class="table-empty-tip">
<p><span class="text-muted"><?php echo $lang->doc->noDoc;?></span></p>
</div>
<?php else:?>
<div class="panel-body">
<div class="row row-grid files-grid" data-size="300">
<?php foreach($modules as $module):?>
@@ -44,5 +49,6 @@
</div>
</div>
<div class='table-footer'><?php $pager->show('right', 'pagerjs');?></div>
<?php endif;?>
</div>
</div>