Skip to content

Commit

Permalink
feature 1668, user manager redesign: change the way we open user deta…
Browse files Browse the repository at this point in the history
…ils to make it "more obvious"

git-svn-id: http://piwigo.org/svn/trunk@26177 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Dec 24, 2013
1 parent 635aeb3 commit 943d7d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion admin/themes/default/template/user_list.tpl
Expand Up @@ -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>';
}
}
];
Expand Down
7 changes: 2 additions & 5 deletions admin/themes/default/theme.css
Expand Up @@ -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;}
Expand Down

0 comments on commit 943d7d2

Please sign in to comment.