mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-02-16 07:48:40 +00:00
add empty page icon
This commit is contained in:
parent
6147ea58d1
commit
c9f5a2ce5b
|
|
@ -71,5 +71,8 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
<?php if (empty($questions)) : ?>
|
||||||
|
<div class="emptyPage"></div>
|
||||||
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user