1.10.4.180

This commit is contained in:
RainLoop Team 2016-09-21 09:22:57 +03:00
parent bb2f62c87a
commit f70d9e46a0
2 changed files with 87 additions and 87 deletions

View file

@ -4,7 +4,7 @@
"description": "Simple, modern & fast web-based email client", "description": "Simple, modern & fast web-based email client",
"private": true, "private": true,
"version": "1.10.4", "version": "1.10.4",
"release": "179", "release": "180",
"ownCloudPackageVersion": "4.24", "ownCloudPackageVersion": "4.24",
"homepage": "http://rainloop.net", "homepage": "http://rainloop.net",
"main": "gulpfile.js", "main": "gulpfile.js",

View file

@ -1,87 +1,87 @@
<div class="b-admin-about"> <div class="b-admin-about">
<div class="form-horizontal"> <div class="form-horizontal">
<div class="legend" data-i18n="TAB_ABOUT/LEGEND_ABOUT"></div> <div class="legend" data-i18n="TAB_ABOUT/LEGEND_ABOUT"></div>
<div class="row" style="min-width: 800px;"> <div class="row" style="min-width: 800px;">
<div class="span4"> <div class="span4">
<div class="rl-logo"></div> <div class="rl-logo"></div>
<div style="margin-left: 30px;"> <div style="margin-left: 30px;">
2016 &copy; <span data-i18n="TAB_ABOUT/LABEL_ALL_RIGHTS_RESERVED"></span> 2016 &copy; <span data-i18n="TAB_ABOUT/LABEL_ALL_RIGHTS_RESERVED"></span>
<br /> <br />
<a class="g-ui-link" href="http://www.rainloop.net/" target="_blank" style="padding-left: 0">http://rainloop.net/</a> <a class="g-ui-link" href="http://www.rainloop.net/" target="_blank" style="padding-left: 0">http://rainloop.net/</a>
</div> </div>
</div> </div>
<div class="span8 rl-desc"> <div class="rl-desc" style="float: left">
<h1 style="margin-bottom: 0;">RainLoop</h1> <h1 style="margin-bottom: 0;">RainLoop</h1>
<h4 style="margin-top: 0;"> <h4 style="margin-top: 0;">
<span data-bind="text: version"></span> <span data-bind="text: version"></span>
<span data-bind="visible: 'stable' !== coreType()" style="padding-left: 3px; color: red; font-weight: normal"> <span data-bind="visible: 'stable' !== coreType()" style="padding-left: 3px; color: red; font-weight: normal">
(<span data-bind="text: coreType"></span> channel) (<span data-bind="text: coreType"></span> channel)
</span> </span>
</h4> </h4>
<h4 style="color: #aaa; font-weight: normal;" data-i18n="TAB_ABOUT/LABEL_TAG_HINT"></h4> <h4 style="color: #aaa; font-weight: normal;" data-i18n="TAB_ABOUT/LABEL_TAG_HINT"></h4>
<h5 style="font-weight: normal; margin-top: 40px;" data-bind="visible: !community"> <h5 style="font-weight: normal; margin-top: 40px;" data-bind="visible: !community">
<div data-bind="visible: 'error' === statusType()"> <div data-bind="visible: 'error' === statusType()">
<i class="icon-warning" style="color: red"></i> <i class="icon-warning" style="color: red"></i>
&nbsp;&nbsp; &nbsp;&nbsp;
<span data-bind="text: errorDesc"></span> <span data-bind="text: errorDesc"></span>
</div> </div>
<div data-bind="visible: 'available' === statusType()"> <div data-bind="visible: 'available' === statusType()">
<i class="icon-bolt" style="color: red"></i> <i class="icon-bolt" style="color: red"></i>
&nbsp;&nbsp; &nbsp;&nbsp;
<span data-bind="html: coreRemoteVersionHtmlDesc"></span> <span data-bind="html: coreRemoteVersionHtmlDesc"></span>
<span data-bind="visible: '' !== coreRemoteRelease()"> <span data-bind="visible: '' !== coreRemoteRelease()">
(<span data-bind="text: coreRemoteRelease"></span>) (<span data-bind="text: coreRemoteRelease"></span>)
</span> </span>
<br /> <br />
<span data-bind="if: coreWarning"> <span data-bind="if: coreWarning">
<br /> <br />
<i class="icon-warning" style="color: red"></i> <i class="icon-warning" style="color: red"></i>
&nbsp;&nbsp; &nbsp;&nbsp;
<b data-i18n="HINTS/WARNING"></b> <b data-i18n="HINTS/WARNING"></b>
&nbsp;&nbsp; &nbsp;&nbsp;
<span data-i18n="TAB_ABOUT/HINT_READ_CHANGE_LOG"></span> <span data-i18n="TAB_ABOUT/HINT_READ_CHANGE_LOG"></span>
<br /> <br />
</span> </span>
<br /> <br />
<span data-bind="visible: coreUpdatable() && coreAccess()"> <span data-bind="visible: coreUpdatable() && coreAccess()">
<a class="btn" data-bind="click: updateCoreData"> <a class="btn" data-bind="click: updateCoreData">
<i class="icon-sync"></i> <i class="icon-sync"></i>
&nbsp;&nbsp; &nbsp;&nbsp;
<span data-i18n="TAB_ABOUT/BUTTON_UPDATE"></span> <span data-i18n="TAB_ABOUT/BUTTON_UPDATE"></span>
</a> </a>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
</span> </span>
<span data-bind="visible: coreAccess()"> <span data-bind="visible: coreAccess()">
<a class="btn" href="http://www.rainloop.net/downloads/" target="_blank"> <a class="btn" href="http://www.rainloop.net/downloads/" target="_blank">
<i class="icon-download"></i> <i class="icon-download"></i>
&nbsp;&nbsp; &nbsp;&nbsp;
<span data-i18n="TAB_ABOUT/BUTTON_DOWNLOAD"></span> <span data-i18n="TAB_ABOUT/BUTTON_DOWNLOAD"></span>
</a> </a>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
<a class="btn" href="http://www.rainloop.net/changelog/" target="_blank"> <a class="btn" href="http://www.rainloop.net/changelog/" target="_blank">
<i class="icon-file-text"></i> <i class="icon-file-text"></i>
&nbsp;&nbsp; &nbsp;&nbsp;
<span data-i18n="TAB_ABOUT/BUTTON_CHANGELOG"></span> <span data-i18n="TAB_ABOUT/BUTTON_CHANGELOG"></span>
</a> </a>
</span> </span>
</div> </div>
<div data-bind="visible: 'up-to-date' === statusType()"> <div data-bind="visible: 'up-to-date' === statusType()">
<i class="icon-ok" style="color: green"></i> <i class="icon-ok" style="color: green"></i>
&nbsp;&nbsp; &nbsp;&nbsp;
<span data-i18n="TAB_ABOUT/HINT_IS_UP_TO_DATE"></span> <span data-i18n="TAB_ABOUT/HINT_IS_UP_TO_DATE"></span>
</div> </div>
<div data-bind="visible: 'updating' === statusType()"> <div data-bind="visible: 'updating' === statusType()">
<i class="icon-spinner animated"></i> <i class="icon-spinner animated"></i>
&nbsp;&nbsp; &nbsp;&nbsp;
<span data-i18n="TAB_ABOUT/LABEL_UPDATING"></span>&hellip; <span data-i18n="TAB_ABOUT/LABEL_UPDATING"></span>&hellip;
</div> </div>
<div data-bind="visible: 'checking' === statusType()"> <div data-bind="visible: 'checking' === statusType()">
<i class="icon-spinner animated"></i> <i class="icon-spinner animated"></i>
&nbsp;&nbsp; &nbsp;&nbsp;
<span data-i18n="TAB_ABOUT/LABEL_CHECKING"></span>&hellip; <span data-i18n="TAB_ABOUT/LABEL_CHECKING"></span>&hellip;
</div> </div>
</h5> </h5>
</div> </div>
</div> </div>
</div> </div>
</div> </div>