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

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