mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -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
|
@ -131,6 +131,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>→
|
||||
|
@ -145,3 +146,4 @@ foreach ($data as $key => $value) {
|
|||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<?php if ($i < 2) echo "<table class=\"data-spacer\"><tr><td></td></tr></table>"; ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue