diff --git a/view/templates/contacts-template.tpl b/view/templates/contacts-template.tpl
index 774bc00de..5797196eb 100644
--- a/view/templates/contacts-template.tpl
+++ b/view/templates/contacts-template.tpl
@@ -19,7 +19,7 @@
{{include file="contact_template.tpl"}}
{{/foreach}}
+
{{foreach $batch_actions as $n=>$l}}
{{/foreach}}
diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css
index 8436b56d5..dba3d8ad1 100644
--- a/view/theme/quattro/dark/style.css
+++ b/view/theme/quattro/dark/style.css
@@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] {
.contact-photo:hover .contact-select {
display: block;
}
-#contats-actions {
+#contacts-actions {
clear: both;
}
.contact-photo {
diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css
index 19c517006..ea54da6b4 100644
--- a/view/theme/quattro/green/style.css
+++ b/view/theme/quattro/green/style.css
@@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] {
.contact-photo:hover .contact-select {
display: block;
}
-#contats-actions {
+#contacts-actions {
clear: both;
}
.contact-photo {
diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css
index 9b191dab9..1acbe7813 100644
--- a/view/theme/quattro/lilac/style.css
+++ b/view/theme/quattro/lilac/style.css
@@ -1396,7 +1396,7 @@ span[id^="showmore-wrap"] {
.contact-photo:hover .contact-select {
display: block;
}
-#contats-actions {
+#contacts-actions {
clear: both;
}
.contact-photo {
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less
index 60f70d421..46eed3d6c 100644
--- a/view/theme/quattro/quattro.less
+++ b/view/theme/quattro/quattro.less
@@ -788,7 +788,7 @@ span[id^="showmore-wrap"] {
.contact-select { position: absolute; top:64px; left:64px; display:none; }
.contact-select:checked,
.contact-photo:hover .contact-select { display:block; }
-#contats-actions { clear: both; }
+#contacts-actions { clear: both; }
.contact-photo {
width: 48px; height: 48px;
img { width: 48px; height: 48px; }
diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css
index 44f3b0ee0..c64f70bc6 100644
--- a/view/theme/vier/style.css
+++ b/view/theme/vier/style.css
@@ -246,6 +246,10 @@ div.pager {
float: left;
}
+#contacts-actions {
+ clear: both;
+}
+
#contact-edit-drop-link-end {
/* clear: both; */
}