2016-08-16 22:46:15 -07:00
|
|
|
|
<div id="syncActivityPage" data-role="page" class="page type-interior syncConfigurationPage syncActivityPage withTabs fullWidthContent" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Sync">
|
2014-12-12 20:56:30 -07:00
|
|
|
|
|
2016-08-17 12:28:43 -07:00
|
|
|
|
<style>
|
|
|
|
|
.status-text-icon {
|
|
|
|
|
font-size: 94%;
|
|
|
|
|
background-color: #444;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
text-align: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zeroProgressStatus {
|
|
|
|
|
background-color: #444;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
2017-05-06 12:42:17 -07:00
|
|
|
|
<div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="content-primary">
|
2014-12-12 20:56:30 -07:00
|
|
|
|
|
2016-06-07 22:24:25 -07:00
|
|
|
|
<div style="text-align:right;">
|
2016-06-18 13:31:22 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised btnSync subdued">
|
|
|
|
|
<i class="md-icon">sync</i>
|
|
|
|
|
<span>${ButtonConvertMedia}</span>
|
|
|
|
|
</button>
|
2016-06-07 22:24:25 -07:00
|
|
|
|
<progress max="100" min="0" style="width:100px;display:none;" class="syncProgress"></progress>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="syncActivity">
|
2014-12-12 20:56:30 -07:00
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|