Determine the number of unread messages in all folders.

This commit is contained in:
RainLoop Team 2013-12-15 21:16:25 +04:00
parent 975947a948
commit b7c4aad3db
16 changed files with 499 additions and 262 deletions

View file

@ -60,11 +60,18 @@
</div>
<div class="control-group" data-bind="visible: subscriptionEnabled() && !licensingProcess()">
<div class="controls">
<button class="btn" data-bind="click: showActivationForm">
<a class="btn" data-bind="click: showActivationForm">
<i class="icon-heart-empty"></i>
&nbsp;&nbsp;
Activate Subscription Key
</button>
</a>
&nbsp;
&nbsp;
<a class="btn" href="http://rainloop.net/purchase/" target="_black">
<i class="icon-purchase"></i>
&nbsp;&nbsp;
Purchase
</a>
</div>
</div>
</div>