diff --git a/templates/Froxlor/assets/js/main.js b/templates/Froxlor/assets/js/main.js
index 345fb6ef..37a3b2d6 100644
--- a/templates/Froxlor/assets/js/main.js
+++ b/templates/Froxlor/assets/js/main.js
@@ -1,5 +1,5 @@
$(document).ready(function() {
- $('#historyback').click(function() {
+ $('#historyback, .historyback').click(function() {
parent.history.back();
return false;
});
diff --git a/templates/Froxlor/misc/form/table_end.tpl b/templates/Froxlor/misc/form/table_end.tpl
index 2379429a..3561c595 100644
--- a/templates/Froxlor/misc/form/table_end.tpl
+++ b/templates/Froxlor/misc/form/table_end.tpl
@@ -1,6 +1,6 @@
|
-
+
|
diff --git a/templates/Froxlor/misc/form/table_section.tpl b/templates/Froxlor/misc/form/table_section.tpl
index 56719575..052e6186 100644
--- a/templates/Froxlor/misc/form/table_section.tpl
+++ b/templates/Froxlor/misc/form/table_section.tpl
@@ -3,7 +3,7 @@
{$title}
-
+
|
diff --git a/templates/Sparkle/assets/js/main.js b/templates/Sparkle/assets/js/main.js
index be9d05c5..170775f1 100644
--- a/templates/Sparkle/assets/js/main.js
+++ b/templates/Sparkle/assets/js/main.js
@@ -20,7 +20,7 @@ $(document).ready(function() {
return false;
});
- $('#historyback').click(function() {
+ $('#historyback, .historyback').click(function() {
parent.history.back();
return false;
});
diff --git a/templates/Sparkle/misc/form/table_end.tpl b/templates/Sparkle/misc/form/table_end.tpl
index a6f6dc1e..cc989b79 100644
--- a/templates/Sparkle/misc/form/table_end.tpl
+++ b/templates/Sparkle/misc/form/table_end.tpl
@@ -1,7 +1,7 @@
|
-
+
|
diff --git a/templates/Sparkle/misc/form/table_section.tpl b/templates/Sparkle/misc/form/table_section.tpl
index 44a8cee7..4353a31c 100644
--- a/templates/Sparkle/misc/form/table_section.tpl
+++ b/templates/Sparkle/misc/form/table_section.tpl
@@ -3,7 +3,7 @@
{$title}
-
+
|