* add tip content to block without content.

This commit is contained in:
Catouse
2018-06-25 13:25:47 +08:00
parent 1a0cd36e0d
commit a4d0bb2d60
15 changed files with 56 additions and 2 deletions
+5
View File
@@ -1,3 +1,4 @@
<?php
/**
* The case block view file of block module of RanZhi.
@@ -10,6 +11,9 @@
* @link http://www.ranzhi.org
*/
?>
<?php if(empty($cases)): ?>
<div class='empty-tip'><?php echo $lang->block->emptyTip;?></div>
<?php else:?>
<div class='panel-body has-table'>
<style>
.block-cases.block-sm .c-status{text-align:center}
@@ -63,3 +67,4 @@
</tbody>
</table>
</div>
<?php endif;?>