mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-31 16:25:04 +02:00
commit
c74d2bf7ec
2 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
{if $_c['enable_balance'] == 'yes'}
|
||||
<tr>
|
||||
<td class="small text-warning text-uppercase text-normal">{Lang::T('Yours Balance')}</td>
|
||||
<td class="small text-warning text-uppercase text-normal">{Lang::T('Yours Balances')}</td>
|
||||
<td class="small mb15 text-bold">
|
||||
{Lang::moneyFormat($_user['balance'])}
|
||||
{if $_user['auto_renewal'] == 1}
|
||||
|
@ -89,4 +89,4 @@
|
|||
</table>
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<div class="form-group">
|
||||
<div class="col-sm-10">
|
||||
<input type="text" id="username" name="username" class="form-control" required
|
||||
placeholder="{Lang::T('Usernames')}">
|
||||
placeholder="{Lang::T('Friend username')}">
|
||||
</div>
|
||||
<div class="form-group col-sm-2" align="center">
|
||||
<button class="btn btn-success btn-block" id="sendBtn" type="submit" name="send"
|
||||
|
@ -17,4 +17,4 @@
|
|||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue