mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
data-count div instead of table
This commit is contained in:
parent
1a009ce84e
commit
b9dd6f4b73
28 changed files with 237 additions and 371 deletions
|
@ -174,18 +174,13 @@
|
|||
</table>
|
||||
</form>
|
||||
|
||||
<table class="data-count">
|
||||
<tr>
|
||||
<td width="174px">
|
||||
<td>
|
||||
<?php
|
||||
if ( $i == 1) {
|
||||
echo __('1 account');
|
||||
} else {
|
||||
echo __('%s accounts',$i);
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="data-count">
|
||||
<?php
|
||||
if ( $i == 1) {
|
||||
echo __('1 account');
|
||||
} else {
|
||||
echo __('%s accounts',$i);
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue