mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03: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",
|
"name": "RainLoop",
|
||||||
"title": "RainLoop Webmail",
|
"title": "RainLoop Webmail",
|
||||||
"version": "1.5.0",
|
"version": "1.5.0",
|
||||||
"release": "529",
|
"release": "531",
|
||||||
"description": "Simple, modern & fast web-based email client",
|
"description": "Simple, modern & fast web-based email client",
|
||||||
"homepage": "http://rainloop.net",
|
"homepage": "http://rainloop.net",
|
||||||
"main": "Gruntfile.js",
|
"main": "Gruntfile.js",
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,7 @@
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
Commercial use of <strong>RainLoop Webmail</strong> requires getting a
|
Commercial use of <strong>RainLoop Webmail</strong> requires getting a
|
||||||
<!-- <a href="http://rainloop.net/purchase/" target="_blank">permission</a> -->
|
<a href="http://rainloop.net/purchase/" target="_blank">permission</a>.
|
||||||
permission (Coming soon).
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-horizontal">
|
<div class="form-horizontal">
|
||||||
|
|
|
||||||
|
|
@ -42,11 +42,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<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>
|
<i class="icon-cart"></i>
|
||||||
|
|
||||||
Purchase
|
Purchase
|
||||||
</a>-->
|
</a>
|
||||||
<a class="btn buttonActivate" data-bind="visible: !activationSuccessed(), command: activateCommand">
|
<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>
|
<i class="icon-key" data-bind="css: {'icon-key': !activateProcess(), 'icon-spinner-2 animated': activateProcess()}" ></i>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue