Update dbstatus.tpl

This commit is contained in:
Ahmad Husein 2024-08-28 22:29:12 +07:00 committed by GitHub
parent a167d97e3c
commit 453ea564cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
<tr>
<th width="50%">{Lang::T('Table Name')}</th>
<th>{Lang::T('Rows')}</th>
<th>Select</th>
<th>{Lang::T('Choose')}</th>
</tr>
</thead>
<tbody>
@ -31,7 +31,7 @@
<div class="col-md-4 text-right">
<button type="submit" class="btn btn-primary btn-xs btn-block"><i
class="fa fa-download"></i>
{Lang::T('Download Database Backup')}</button>
{Lang::T('Download Backup')} Database</button>
</div>
</div>
</div>
@ -41,14 +41,14 @@
</div>
<div class="col-sm-5">
<div class="panel panel-primary">
<div class="panel-heading">{Lang::T('Restore Database')}</div>
<div class="panel-heading">{Lang::T('Restore')} Database</div>
<form method="post" action="{$_url}settings/dbrestore" enctype="multipart/form-data">
<div class="panel-body">
<div class="row">
<div class="col-md-7"><input type="file" name="json" accept="application/json"></div>
<div class="col-md-5 text-right">
<button type="submit" class="btn btn-primary btn-block btn-xs"><i class="fa fa-upload"></i>
{Lang::T('Restore Database')}</button>
{Lang::T('Restore')} Database</button>
</div>
</div>
</div>