File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2288,16 +2288,22 @@ function updatePermission(newPermission) {
22882288 title = "Signed people can edit" ;
22892289 break ;
22902290 case "limited" :
2291- label = '<i class="fa fa-shield"></i> Limited' ;
2292- title = "Signed people can view & edit"
2291+ label = '<span class="fa-stack" aria-hidden="true">' +
2292+ '<i class="fa fa-shield fa-stack-1x"></i>' +
2293+ '<i class="fa fa-circle-thin fa-stack-2x"></i>' +
2294+ '</span> Limited' ;
2295+ title = "Signed people can edit & guest can't view"
22932296 break ;
22942297 case "private" :
22952298 label = '<i class="fa fa-hand-stop-o"></i> Private' ;
22962299 title = "Only owner can view & edit" ;
22972300 break ;
22982301 case "protected" :
2299- label = '<i class="fa fa-hand-stop-o"></i> Protected' ;
2300- title = "Signed people can view" ;
2302+ label = '<span class="fa-stack aria-hidden="true">' +
2303+ '<i class="fa fa-hand-stop-o"></i>' +
2304+ '<i class="fa fa-circle-thin fa-stack-2x"></i>' +
2305+ '</span> Protected' ;
2306+ title = "Only owner can edit & guest can't view" ;
23012307 break ;
23022308 case "locked" :
23032309 label = '<i class="fa fa-lock"></i> Locked' ;
You can’t perform that action at this time.
0 commit comments