viewgit/inc/functions.php:22 Function utf8_encode() is deprecated [8192]
diff --git a/src/css/search.css b/src/css/search.css index cafc53b90..54193fac0 100755 --- a/src/css/search.css +++ b/src/css/search.css @@ -2414,7 +2414,7 @@ div.group-result { border:0; border-collapse: collapse; - font-size: 13pt; + font-size: 12pt; min-width: 80%; } .classifiers-table @@ -2429,6 +2429,7 @@ div.group-result { border: 1px ridge black; padding: 3px; + word-wrap: break-word; } .admin-table select, .admin-table option diff --git a/src/views/elements/ManageusersElement.php b/src/views/elements/ManageusersElement.php index 81c54e753..02905aac0 100644 --- a/src/views/elements/ManageusersElement.php +++ b/src/views/elements/ManageusersElement.php @@ -131,10 +131,6 @@ class ManageusersElement extends Element !in_array($colname, $mobile_columns))) { continue; } - if (strlen($user_column) > $stretch * C\NAME_TRUNCATE_LEN) { - $user_column = wordwrap($user_column, - $stretch * C\NAME_TRUNCATE_LEN, "\n", true); - } $td_style = ($data['FORM_TYPE'] == 'edituser' && $data['CURRENT_USER']['user_name'] == $user['USER_NAME']) ?