mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
added spacer for empty listing
This commit is contained in:
parent
b8b77d123b
commit
72066c5291
14 changed files with 47 additions and 6 deletions
|
@ -176,6 +176,7 @@ foreach ($data as $key => $value) {
|
|||
?>
|
||||
|
||||
</table>
|
||||
<?php if ($i == 0) echo "<table class=\"data-null\"><tr><td></td></tr></table>"; ?>
|
||||
<table class="data-count">
|
||||
<tr>
|
||||
<td>→
|
||||
|
@ -189,4 +190,5 @@ foreach ($data as $key => $value) {
|
|||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</form>
|
||||
<?php if ($i < 1) echo "<table class=\"data-spacer\"><tr><td></td></tr></table>"; ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue