diff --git a/e107_core/shortcodes/batch/admin_shortcodes.php b/e107_core/shortcodes/batch/admin_shortcodes.php
index 32d64560f..c88781e0d 100644
--- a/e107_core/shortcodes/batch/admin_shortcodes.php
+++ b/e107_core/shortcodes/batch/admin_shortcodes.php
@@ -384,14 +384,14 @@ class admin_shortcodes
$allconfigs = multiarray_sort($allconfigs,'title'); //XXX FIXME - not sorting correctly.
- $text = "
";
+ $text = "";
@@ -1050,7 +1050,7 @@ class admin_shortcodes
$allconfigs = multiarray_sort($allconfigs,'title'); //XXX FIXME - not sorting correctly.
- $text = "";
+ $text = "";
foreach($allconfigs as $k=>$v)
{
foreach($v as $val)
diff --git a/e107_languages/English/admin/lan_admin.php b/e107_languages/English/admin/lan_admin.php
index 03388f269..d78df3ded 100644
--- a/e107_languages/English/admin/lan_admin.php
+++ b/e107_languages/English/admin/lan_admin.php
@@ -159,7 +159,7 @@ define("ADLAN_143", "Search Configuration");
define("ADLAN_144", "You are in simple-view mode, to switch to advanced-view");
define("ADLAN_145", "click here");
-define("ADLAN_146", "Failed login attempts");
+define("ADLAN_146", "Failed logins");
define("ADLAN_147", "File Inspector");
define("ADLAN_148", "Scan site files");
diff --git a/e107_themes/bootstrap/admin_style.css b/e107_themes/bootstrap/admin_style.css
index 54bd0be3d..379ca645d 100644
--- a/e107_themes/bootstrap/admin_style.css
+++ b/e107_themes/bootstrap/admin_style.css
@@ -764,16 +764,16 @@ i.searchquery {
/****************************************************************/
-ul#e-status { list-style: none; margin:0px 14px }
-ul#e-status li { padding-bottom:6px; }
+ul#e-status { margin:0px 14px }
+ul#e-status li { padding-bottom:6px; font-size:85% }
ul#e-status { line-height:20px }
-ul#e-status li a span.badge { float:right; }
+ul#e-status li a span.badge { float:right; font-size:85% }
ul#e-status li a:hover { text-decoration: none; }
-ul#e-latest { list-style: none; margin:0px 14px}
-ul#e-latest li { padding-bottom:6px; }
+ul#e-latest { margin:0px 14px}
+ul#e-latest li { padding-bottom:6px; font-size:85%}
ul#e-latest { line-height:17px }
-ul#e-latest li a span.badge { float:right; }
+ul#e-latest li a span.badge { float:right;font-size:85% }
ul#e-latest li a:hover { text-decoration: none; }
/* Bootstrap tags input */