commit
c74d2bf7ec
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
{if $_c['enable_balance'] == 'yes'}
|
{if $_c['enable_balance'] == 'yes'}
|
||||||
<tr>
|
<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">
|
<td class="small mb15 text-bold">
|
||||||
{Lang::moneyFormat($_user['balance'])}
|
{Lang::moneyFormat($_user['balance'])}
|
||||||
{if $_user['auto_renewal'] == 1}
|
{if $_user['auto_renewal'] == 1}
|
||||||
@ -89,4 +89,4 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<input type="text" id="username" name="username" class="form-control" required
|
<input type="text" id="username" name="username" class="form-control" required
|
||||||
placeholder="{Lang::T('Usernames')}">
|
placeholder="{Lang::T('Friend username')}">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-sm-2" align="center">
|
<div class="form-group col-sm-2" align="center">
|
||||||
<button class="btn btn-success btn-block" id="sendBtn" type="submit" name="send"
|
<button class="btn btn-success btn-block" id="sendBtn" type="submit" name="send"
|
||||||
@ -17,4 +17,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user