mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
feature 1668, user manager redesign: change the way we open user details to make it "more obvious"
git-svn-id: http://piwigo.org/svn/trunk@26177 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -610,7 +610,7 @@ jQuery(document).ready(function() {
|
||||
},
|
||||
{
|
||||
"mRender": function(data, type, full) {
|
||||
return '<span title="Open user details" class="icon-angle-circled-down openUserDetails"></span> <label><input type="checkbox" data-user_id="'+full[0]+'"> '+data+'</label>';
|
||||
return '<label><input type="checkbox" data-user_id="'+full[0]+'"> '+data+'</label> <a title="Open user details" class="icon-angle-circled-down openUserDetails">{/literal}{'edit'|translate}{literal}</a>';
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
@@ -1159,11 +1159,8 @@ a.group_perm {
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.openUserDetails {
|
||||
font-size:16px;
|
||||
margin-left:-8px;
|
||||
cursor:pointer;
|
||||
}
|
||||
#userList .openUserDetails {visibility:hidden;}
|
||||
#userList tr:hover .openUserDetails {visibility:visible;}
|
||||
|
||||
.userProperties {max-width:730px;}
|
||||
.userPropertiesContainer {border-top:1px solid #ddd;margin-top:1em;}
|
||||
|
||||
Reference in New Issue
Block a user