Merge pull request #404 from ahmadhusein17/Development

Development
This commit is contained in:
Focuslinkstech 2025-03-06 18:51:24 +01:00 committed by GitHub
commit c74d2bf7ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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> &nbsp;&nbsp;
{/if}
</div>
</div>

View File

@ -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>