mirror of https://github.com/morpheus65535/bazarr
Update historymovies.tpl
This commit is contained in:
parent
9ed30f2015
commit
9465e8e8e1
|
@ -59,23 +59,23 @@
|
||||||
<tr class="selectable">
|
<tr class="selectable">
|
||||||
<td class="collapsing">
|
<td class="collapsing">
|
||||||
%if row.action == 0:
|
%if row.action == 0:
|
||||||
<div class="ui inverted basic compact icon" data-tooltip="Subtitles file has been erased." data-inverted="" data-position="top left">
|
<div class="ui inverted basic compact icon" data-tooltip="Subtitle file has been erased." data-inverted="" data-position="top left">
|
||||||
<i class="ui trash icon"></i>
|
<i class="ui trash icon"></i>
|
||||||
</div>
|
</div>
|
||||||
%elif row.action == 1:
|
%elif row.action == 1:
|
||||||
<div class="ui inverted basic compact icon" data-tooltip="Subtitles file has been downloaded." data-inverted="" data-position="top left">
|
<div class="ui inverted basic compact icon" data-tooltip="Subtitle file has been downloaded." data-inverted="" data-position="top left">
|
||||||
<i class="ui download icon"></i>
|
<i class="ui download icon"></i>
|
||||||
</div>
|
</div>
|
||||||
%elif row.action == 2:
|
%elif row.action == 2:
|
||||||
<div class="ui inverted basic compact icon" data-tooltip="Subtitles file has been manually downloaded." data-inverted="" data-position="top left">
|
<div class="ui inverted basic compact icon" data-tooltip="Subtitle file has been manually downloaded." data-inverted="" data-position="top left">
|
||||||
<i class="ui user icon"></i>
|
<i class="ui user icon"></i>
|
||||||
</div>
|
</div>
|
||||||
%elif row.action == 3:
|
%elif row.action == 3:
|
||||||
<div class="ui inverted basic compact icon" data-tooltip="Subtitles file has been upgraded." data-inverted="" data-position="top left">
|
<div class="ui inverted basic compact icon" data-tooltip="Subtitle file has been upgraded." data-inverted="" data-position="top left">
|
||||||
<i class="ui recycle icon"></i>
|
<i class="ui recycle icon"></i>
|
||||||
</div>
|
</div>
|
||||||
%elif row[0] == 4:
|
%elif row[0] == 4:
|
||||||
<div class="ui inverted basic compact icon" data-tooltip="Subtitles file has been manually uploaded." data-inverted="" data-position="top left">
|
<div class="ui inverted basic compact icon" data-tooltip="Subtitle file has been manually uploaded." data-inverted="" data-position="top left">
|
||||||
<i class="ui cloud upload icon"></i>
|
<i class="ui cloud upload icon"></i>
|
||||||
</div>
|
</div>
|
||||||
%end
|
%end
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
% forced_languages = desired_languages
|
% forced_languages = desired_languages
|
||||||
% end
|
% end
|
||||||
% if row.languages and row.language and row.language in forced_languages:
|
% if row.languages and row.language and row.language in forced_languages:
|
||||||
<div class="ui inverted basic compact icon" data-tooltip="This subtitles is eligible to an upgrade." data-inverted="" data-position="top left">
|
<div class="ui inverted basic compact icon" data-tooltip="This Subtitle file is eligible for an upgrade." data-inverted="" data-position="top left">
|
||||||
<i class="ui green recycle icon upgrade"></i>{{row.description}}
|
<i class="ui green recycle icon upgrade"></i>{{row.description}}
|
||||||
</div>
|
</div>
|
||||||
% else:
|
% else:
|
||||||
|
@ -146,7 +146,7 @@
|
||||||
%end
|
%end
|
||||||
fast forward icon"></i>
|
fast forward icon"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="right floated right aligned column">Total records: {{row_count}}</div>
|
<div class="right floated right aligned column">Total Records: {{row_count}}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
%end
|
%end
|
||||||
|
@ -158,7 +158,7 @@
|
||||||
<br>
|
<br>
|
||||||
Movies
|
Movies
|
||||||
<br>
|
<br>
|
||||||
statistics
|
Statistics
|
||||||
</div>
|
</div>
|
||||||
<div class="label">
|
<div class="label">
|
||||||
|
|
||||||
|
@ -169,7 +169,7 @@
|
||||||
{{stats[0]}}
|
{{stats[0]}}
|
||||||
</div>
|
</div>
|
||||||
<div class="label">
|
<div class="label">
|
||||||
Since 24 hours
|
In 24 Hours
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="statistic">
|
<div class="statistic">
|
||||||
|
@ -177,7 +177,7 @@
|
||||||
{{stats[1]}}
|
{{stats[1]}}
|
||||||
</div>
|
</div>
|
||||||
<div class="label">
|
<div class="label">
|
||||||
Since one week
|
In One Week
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="statistic">
|
<div class="statistic">
|
||||||
|
@ -185,7 +185,7 @@
|
||||||
{{stats[2]}}
|
{{stats[2]}}
|
||||||
</div>
|
</div>
|
||||||
<div class="label">
|
<div class="label">
|
||||||
Since one year
|
In One Year
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="statistic">
|
<div class="statistic">
|
||||||
|
|
Loading…
Reference in New Issue