Update plugin-manager.tpl

This commit is contained in:
Ahmad Husein 2024-08-20 20:08:05 +07:00 committed by Ibnu Maksum
parent 4b29fab73f
commit e94d3cdb4a
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5

View File

@ -1,8 +1,8 @@
{include file="sections/header.tpl"} {include file="sections/header.tpl"}
{if empty($_c['github_token'])} {if empty($_c['github_token'])}
<p class="help-block">To download from private/paid repository, <a href="{$_url}settings/app#Github_Authentication">Set <p class="help-block">{Lang::T('To download from private/paid repository')}, <a href="{$_url}settings/app#Github_Authentication">
your Github Authentication first</a></p> {Lang::T('Set your Github Authentication first')}</a></p>
{/if} {/if}
<form method="post" enctype="multipart/form-data" <form method="post" enctype="multipart/form-data"
@ -21,7 +21,7 @@
</div> </div>
<div class="panel-body row"> <div class="panel-body row">
<div class="form-group col-md-4"> <div class="form-group col-md-4">
<label>Upload Zip Plugin/Theme/Device</label> <label>{Lang::T('Upload Zip Plugin/Theme/Device')}</label>
<input type="file" name="zip_plugin" accept="application/zip" onchange="this.submit()"> <input type="file" name="zip_plugin" accept="application/zip" onchange="this.submit()">
</div> </div>
<div class="form-group col-md-7"> <div class="form-group col-md-7">
@ -31,7 +31,7 @@
</div> </div>
<div class="col-md-1"> <div class="col-md-1">
<br> <br>
<button type="submit" class="btn btn-primary">Install</button> <button type="submit" class="btn btn-primary">{Lang::T('Install')}</button>
</div> </div>
</div> </div>
</div> </div>
@ -41,10 +41,10 @@
<!-- Nav tabs --> <!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist"> <ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active"><a href="#plugin" aria-controls="plugin" role="tab" <li role="presentation" class="active"><a href="#plugin" aria-controls="plugin" role="tab"
data-toggle="tab">Plugin</a></li> data-toggle="tab">{Lang::T('Plugin')}</a></li>
<li role="presentation"><a href="#pg" aria-controls="pg" role="tab" data-toggle="tab">Payment Gateway</a> <li role="presentation"><a href="#pg" aria-controls="pg" role="tab" data-toggle="tab">{Lang::T('Payment Gateway')}</a>
</li> </li>
<li role="presentation"><a href="#device" aria-controls="device" role="tab" data-toggle="tab">Devices</a> <li role="presentation"><a href="#device" aria-controls="device" role="tab" data-toggle="tab">{Lang::T('Devices')}</a>
</li> </li>
</ul> </ul>
<br> <br>
@ -61,7 +61,7 @@
<div class="box-body" style="overflow-y: scroll;"> <div class="box-body" style="overflow-y: scroll;">
<div style="max-height: 50px; min-height: 50px;">{$plugin['description']}</div> <div style="max-height: 50px; min-height: 50px;">{$plugin['description']}</div>
</div> </div>
<div class="box-footer "> <div class="box-footer">
<center><small><i>@{$plugin['author']} Last update: {$plugin['last_update']}</i></small> <center><small><i>@{$plugin['author']} Last update: {$plugin['last_update']}</i></small>
</center> </center>
<div class="btn-group btn-group-justified" role="group" aria-label="..."> <div class="btn-group btn-group-justified" role="group" aria-label="...">
@ -162,4 +162,4 @@
</div> </div>
</div> </div>
{include file="sections/footer.tpl"} {include file="sections/footer.tpl"}