mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-28 16:05:01 +08:00
Enable purchase button in admin panel
This commit is contained in:
parent
db2847d3a3
commit
0d4362074a
3 changed files with 4 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "RainLoop",
|
||||
"title": "RainLoop Webmail",
|
||||
"version": "1.5.0",
|
||||
"release": "529",
|
||||
"release": "531",
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"homepage": "http://rainloop.net",
|
||||
"main": "Gruntfile.js",
|
||||
|
|
|
@ -10,8 +10,7 @@
|
|||
<br />
|
||||
<br />
|
||||
Commercial use of <strong>RainLoop Webmail</strong> requires getting a
|
||||
<!-- <a href="http://rainloop.net/purchase/" target="_blank">permission</a> -->
|
||||
permission (Coming soon).
|
||||
<a href="http://rainloop.net/purchase/" target="_blank">permission</a>.
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-horizontal">
|
||||
|
|
|
@ -42,11 +42,11 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<!-- <a class="btn" href="http://rainloop.net/purchase/" target="_black">
|
||||
<a class="btn" href="http://rainloop.net/purchase/" target="_black">
|
||||
<i class="icon-cart"></i>
|
||||
|
||||
Purchase
|
||||
</a>-->
|
||||
</a>
|
||||
<a class="btn buttonActivate" data-bind="visible: !activationSuccessed(), command: activateCommand">
|
||||
<i class="icon-key" data-bind="css: {'icon-key': !activateProcess(), 'icon-spinner-2 animated': activateProcess()}" ></i>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue