From f8975ba9eb3617ca0db408efbde89373df0fc8ae Mon Sep 17 00:00:00 2001
From: Kraken <10617703+UnhealthyKraken@users.noreply.github.com>
Date: Tue, 17 Sep 2019 15:01:26 +0100
Subject: [PATCH 1/2] Update historyseries.tpl
---
views/historyseries.tpl | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/views/historyseries.tpl b/views/historyseries.tpl
index 0380c25af..19d50c385 100644
--- a/views/historyseries.tpl
+++ b/views/historyseries.tpl
@@ -116,7 +116,7 @@
% forced_languages = desired_languages
% end
% if row.language in forced_languages:
-
+
{{row.description}}
% else:
@@ -161,7 +161,7 @@
%end
fast forward icon">
- Total records: {{row_count}}
+ Total Records: {{row_count}}
%end
@@ -173,7 +173,7 @@
Series
- statistics
+ Statistics
@@ -184,7 +184,7 @@
{{stats[0]}}
- Since 24 hours
+ In 24 Hours
@@ -192,7 +192,7 @@
{{stats[1]}}
- Since one week
+ In One Week
@@ -200,7 +200,7 @@
{{stats[2]}}
- Since one year
+ In One Year
@@ -243,4 +243,4 @@
$('.fast.forward').on('click', function(){
loadURLseries({{int(max_page)}});
});
-
\ No newline at end of file
+
From 85d9089a19d8fb6af8f85b5dea6bb315255687d3 Mon Sep 17 00:00:00 2001
From: Kraken <10617703+UnhealthyKraken@users.noreply.github.com>
Date: Tue, 17 Sep 2019 15:04:44 +0100
Subject: [PATCH 2/2] Update historyseries.tpl
---
views/historyseries.tpl | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/views/historyseries.tpl b/views/historyseries.tpl
index 19d50c385..b08604ae4 100644
--- a/views/historyseries.tpl
+++ b/views/historyseries.tpl
@@ -61,23 +61,23 @@
%if row.action == 0:
-
+
%elif row.action == 1:
-
+
%elif row.action == 2:
-
+
%elif row.action == 3:
-
+
%elif row.action == 4:
-
+
%end
@@ -116,7 +116,7 @@
% forced_languages = desired_languages
% end
% if row.language in forced_languages:
-
+
{{row.description}}
% else:
|