show paid plugin

This commit is contained in:
Ibnu Maksum 2024-08-01 13:39:40 +07:00
parent 0b5c24239d
commit efdb0fc6bc
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
3 changed files with 15 additions and 6 deletions

View File

@ -2,6 +2,11 @@
# CHANGELOG # CHANGELOG
## 2024.8.1
- Show Bandwidth Plan in the customer dashboard
- Show
## 2024.7.23 ## 2024.7.23
- add Voucher Used Date - add Voucher Used Date

View File

@ -30,7 +30,8 @@
</div> </div>
</form> </form>
<p class="help-block">To download from private/paid repository, <a href="{$_url}settings/app#Github_Authentication">Set your Github Authentication first</a></p> <p class="help-block">To download from private/paid repository, <a href="{$_url}settings/app#Github_Authentication">Set
your Github Authentication first</a></p>
<div class="panel panel-primary panel-hovered"> <div class="panel panel-primary panel-hovered">
<div class="panel-heading">{Lang::T('Plugin')} <div class="panel-heading">{Lang::T('Plugin')}
@ -53,8 +54,8 @@
<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="...">
<a href="{$plugin['url']}" target="_blank" style="color: black;" class="btn btn-primary"><i <a href="{$plugin['url']}" target="_blank" style="color: black;" class="btn btn-{if $plugin['ispaid']}warning{else}primary{/if}"><i
class="glyphicon glyphicon-globe"></i> Web</a> class="glyphicon glyphicon-globe"></i> {if $plugin['ispaid']}Buy{else}Web{/if}</a>
<a href="{$plugin['github']}" target="_blank" style="color: black;" class="btn btn-info"><i <a href="{$plugin['github']}" target="_blank" style="color: black;" class="btn btn-info"><i
class="glyphicon glyphicon-align-left"></i> Source</a> class="glyphicon glyphicon-align-left"></i> Source</a>
</div> </div>
@ -90,8 +91,11 @@
<div class="box-footer "> <div class="box-footer ">
<center><small><i>@{$pg['author']} Last update: {$pg['last_update']}</i></small></center> <center><small><i>@{$pg['author']} Last update: {$pg['last_update']}</i></small></center>
<div class="btn-group btn-group-justified" role="group" aria-label="..."> <div class="btn-group btn-group-justified" role="group" aria-label="...">
<a href="{$pg['url']}" target="_blank" style="color: black;" class="btn btn-primary"><i <a href="{$pg['url']}" target="_blank" style="color: black;"
class="glyphicon glyphicon-globe"></i> Web</a> class="btn btn-{if $pg['ispaid']}warning{else}primary{/if}"><i
class="glyphicon glyphicon-globe"></i>
{if $pg['ispaid']}Buy{else}Web{/if}
</a>
<a href="{$pg['github']}" target="_blank" style="color: black;" class="btn btn-info"><i <a href="{$pg['github']}" target="_blank" style="color: black;" class="btn btn-info"><i
class="glyphicon glyphicon-align-left"></i> Source</a> class="glyphicon glyphicon-align-left"></i> Source</a>
<a {if $zipExt } href="{$_url}pluginmanager/install/payment/{$pg['id']}" <a {if $zipExt } href="{$_url}pluginmanager/install/payment/{$pg['id']}"

View File

@ -1,3 +1,3 @@
{ {
"version": "2024.7.31" "version": "2024.8.1"
} }