Skip to content

Commit

Permalink
Merge 71e57ff into af31e40
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Oct 12, 2018
2 parents af31e40 + 71e57ff commit e760060
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
4 changes: 0 additions & 4 deletions Sources/ManageMembers.php
Expand Up @@ -470,7 +470,6 @@ function ViewMemberlist()
'member_name' => false,
),
),
'class' => 'hidden',
),
'sort' => array(
'default' => 'member_name',
Expand Down Expand Up @@ -523,7 +522,6 @@ function ViewMemberlist()
'member_ip' => false,
),
),
'class' => 'hidden',
),
'sort' => array(
'default' => 'member_ip',
Expand Down Expand Up @@ -563,7 +561,6 @@ function ViewMemberlist()

return $difference;
},
'class' => 'hidden',
),
'sort' => array(
'default' => 'last_login DESC',
Expand All @@ -576,7 +573,6 @@ function ViewMemberlist()
),
'data' => array(
'db' => 'posts',
'class' => 'hidden',
),
'sort' => array(
'default' => 'posts',
Expand Down
3 changes: 0 additions & 3 deletions Sources/ManageSettings.php
Expand Up @@ -1450,7 +1450,6 @@ function ShowCustomProfiles()
return isset($txt[$textKey]) ? $txt[$textKey] : $textKey;
},
'style' => 'width: 15%;',
'class' => 'hidden',
),
'sort' => array(
'default' => 'field_type',
Expand All @@ -1467,7 +1466,6 @@ function ShowCustomProfiles()
return $rowData['active'] ? $txt['yes'] : $txt['no'];
},
'style' => 'width: 8%;',
'class' => 'hidden',
),
'sort' => array(
'default' => 'active DESC',
Expand All @@ -1486,7 +1484,6 @@ function ShowCustomProfiles()
return $txt['custom_profile_placement_' . (empty($rowData['placement']) ? 'standard' : $context['cust_profile_fields_placement'][$rowData['placement']])];
},
'style' => 'width: 8%;',
'class' => 'hidden',
),
'sort' => array(
'default' => 'placement DESC',
Expand Down
7 changes: 3 additions & 4 deletions Themes/default/css/responsive.css
Expand Up @@ -381,8 +381,7 @@
#header_mail_queue_priority,
tr[id^="list_mail_queue_"] td:nth-child(odd),
#header_member_list_user_name, #header_member_list_ip,
#header_member_list_last_active, #header_member_list_posts,
.hidden {
#header_member_list_last_active, #header_member_list_posts {
display: none;
}
tr[id^="list_mail_queue_"] td:first-of-type,
Expand Down Expand Up @@ -692,9 +691,9 @@
td.id_group, td.registered, td.posts:not(.unique), td.statsbar.posts,
#member_list .ip, #member_list .last_active, #member_list .user_name,
#approve_list .ip, #approve_list .date_registered,
#main_content_section .navigate_section, .pagesection.top, .time, .hidden,
#main_content_section .navigate_section, .pagesection.top, .time,
#header_custom_profile_fields_field_type, #header_custom_profile_fields_active,
#header_custom_profile_fields_placement {
#header_custom_profile_fields_placement, #custom_profile_fields .active, #custom_profile_fields .field_type, #custom_profile_fields .placement {
display: none !important;
}
/* Generic Lists */
Expand Down

0 comments on commit e760060

Please sign in to comment.