Skip to content

Commit 6650e3f

Browse files
committed
Merge pull request #2452 from pokari1986/development
I have repaired 'User Information' table in 'Admin Panel > Users > user Info'
2 parents 04a9286 + 2985bab commit 6650e3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/bootstrap/admin/user/default.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<th class="h6" style="padding-right:10px">Est. Donation</th>
9696
<th class="h6" style="padding-right:10px">Est. Payout</th>
9797
{else}
98-
<th class="h6" colspan="2" style="padding-right:10px">Est. 24 Hours</th>
98+
<th class="h6" style="padding-right:10px">Est. 24 Hours</th>
9999
{/if}
100100
<th class="h6" style="padding-right:10px">Balance</th>
101101
<th class="h6" style="padding-right:10px">Reg. Date</th>
@@ -118,7 +118,7 @@
118118
<td>{$USERS[user].estimates.donation|number_format:"8"}</td>
119119
<td>{$USERS[user].estimates.payout|number_format:"8"}</td>
120120
{else}
121-
<td colspan="2">{$USERS[user].estimates.hours24|number_format:"8"}</td>
121+
<td>{$USERS[user].estimates.hours24|number_format:"8"}</td>
122122
{/if}
123123
<td>{$USERS[user].balance|number_format:"8"}</td>
124124
<td>{$USERS[user].signup_timestamp|date_format:$GLOBAL.config.date}</td>
@@ -147,4 +147,4 @@
147147
</div>
148148
</div>
149149
</div>
150-
</div>
150+
</div>

0 commit comments

Comments
 (0)