Update orderHistory.tpl

This commit is contained in:
Ahmad Husein 2024-08-29 18:30:55 +07:00 committed by GitHub
parent 89786c64af
commit 5a84e10b70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
<thead> <thead>
<tr> <tr>
<th>{Lang::T('Plan Name')}</th> <th>{Lang::T('Plan Name')}</th>
<th>{Lang::T('Gateway')}</th> <th>{Lang::T('Payment Method')}</th>
<th>{Lang::T('Routers')}</th> <th>Routers</th>
<th>{Lang::T('Type')}</th> <th>{Lang::T('Type')}</th>
<th>{Lang::T('Plan Price')}</th> <th>{Lang::T('Plan Price')}</th>
<th>{Lang::T('Created On')}</th> <th>{Lang::T('Created on')}</th>
<th>{Lang::T('Expires On')}</th> <th>{Lang::T('Expires on')}</th>
<th>{Lang::T('Date Done')}</th> <th>{Lang::T('Date')}</th>
<th>{Lang::T('Method')}</th> <th>{Lang::T('Status')}</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -53,4 +53,4 @@
</div> </div>
{include file="user-ui/footer.tpl"} {include file="user-ui/footer.tpl"}