added spacer for empty listing

This commit is contained in:
Serghey Rodin 2012-06-30 21:55:06 +03:00
commit 72066c5291
14 changed files with 47 additions and 6 deletions

View file

@ -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>"; ?>