forked from kevinowino869/mitrobill
support full package
This commit is contained in:
parent
f8a879dc0f
commit
41481880ab
@ -27,7 +27,7 @@
|
|||||||
class="ion ion-chatboxes"></i> Product</a>
|
class="ion ion-chatboxes"></i> Product</a>
|
||||||
<a {if $zipExt } href="{$_url}codecanyon/install/{$plugin['item']['id']}"
|
<a {if $zipExt } href="{$_url}codecanyon/install/{$plugin['item']['id']}"
|
||||||
onclick="return confirm('Installing plugin will take some time to complete, do not close the page while it loading to install the plugin')"
|
onclick="return confirm('Installing plugin will take some time to complete, do not close the page while it loading to install the plugin')"
|
||||||
{else} href="#" onclick="alert('PHP ZIP extension is not available')"
|
{else} href="#" onclick="alert('PHP ZIP extension is not installed')"
|
||||||
{/if}
|
{/if}
|
||||||
class="btn btn-danger"><i class="ion ion-chatboxes"></i> Install</a>
|
class="btn btn-danger"><i class="ion ion-chatboxes"></i> Install</a>
|
||||||
</div>
|
</div>
|
||||||
@ -48,6 +48,8 @@
|
|||||||
• {/if}<a
|
• {/if}<a
|
||||||
href="https://github.com/hotspotbilling/phpnuxbill/wiki/Selling-Paid-Plugin-or-Payment-Gateway"
|
href="https://github.com/hotspotbilling/phpnuxbill/wiki/Selling-Paid-Plugin-or-Payment-Gateway"
|
||||||
target="_blank">Want to sell?</a>
|
target="_blank">Want to sell?</a>
|
||||||
|
•<a href="https://github.com/hotspotbilling/phpnuxbill/wiki/Selling-Paid-Plugin-or-Payment-Gateway"
|
||||||
|
target="_blank"> want to sell your own plugin/paymentgateway/theme?</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
class="ion ion-chatboxes"></i> Github</a>
|
class="ion ion-chatboxes"></i> Github</a>
|
||||||
<a {if $zipExt } href="{$_url}pluginmanager/install/plugin/{$plugin['id']}"
|
<a {if $zipExt } href="{$_url}pluginmanager/install/plugin/{$plugin['id']}"
|
||||||
onclick="return confirm('Installing plugin will take some time to complete, do not close the page while it loading to install the plugin')"
|
onclick="return confirm('Installing plugin will take some time to complete, do not close the page while it loading to install the plugin')"
|
||||||
{else} href="#" onclick="alert('PHP ZIP extension is not available')"
|
{else} href="#" onclick="alert('PHP ZIP extension is not installed')"
|
||||||
{/if}
|
{/if}
|
||||||
class="btn btn-warning"><i class="ion ion-chatboxes"></i> Install</a>
|
class="btn btn-warning"><i class="ion ion-chatboxes"></i> Install</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user