Merge pull request #2452 from pokari1986/development

I have repaired 'User Information' table in 'Admin Panel > Users > user Info'
This commit is contained in:
Sebastian Grewe 2015-07-21 20:55:03 +02:00
commit 6650e3fe44

View File

@ -95,7 +95,7 @@
<th class="h6" style="padding-right:10px">Est. Donation</th>
<th class="h6" style="padding-right:10px">Est. Payout</th>
{else}
<th class="h6" colspan="2" style="padding-right:10px">Est. 24 Hours</th>
<th class="h6" style="padding-right:10px">Est. 24 Hours</th>
{/if}
<th class="h6" style="padding-right:10px">Balance</th>
<th class="h6" style="padding-right:10px">Reg. Date</th>
@ -118,7 +118,7 @@
<td>{$USERS[user].estimates.donation|number_format:"8"}</td>
<td>{$USERS[user].estimates.payout|number_format:"8"}</td>
{else}
<td colspan="2">{$USERS[user].estimates.hours24|number_format:"8"}</td>
<td>{$USERS[user].estimates.hours24|number_format:"8"}</td>
{/if}
<td>{$USERS[user].balance|number_format:"8"}</td>
<td>{$USERS[user].signup_timestamp|date_format:$GLOBAL.config.date}</td>
@ -147,4 +147,4 @@
</div>
</div>
</div>
</div>
</div>