Changeset 92af92 in indico
- Timestamp:
- 06/04/10 16:51:08 (3 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, new-webex, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- af93a0
- Parents:
- 6b71ba
- git-author:
- Leszek Syroka <leszek.marek.syroka@…> (05/03/10 16:02:12)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (06/04/10 16:51:08)
- File:
-
- 1 edited
-
indico/htdocs/js/indico/Management/Users.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/htdocs/js/indico/Management/Users.js
r3e1745 r92af92 1534 1534 var key = keysList[i]; 1535 1535 var value = this.privileges[key]; 1536 var checkbox = Html.checkbox({id:key, style:{verticalAlign:"middle"}}, value[1]?value[1]:null);1536 var checkbox = Html.checkbox({id:key, name:key, style:{verticalAlign:"middle"}}, value[1]?value[1]:null); 1537 1537 $B(this.selectedPrivileges.accessor(key), checkbox); 1538 1538 privilegesDiv.append(Html.span({},checkbox, value[0] + comma));
Note: See TracChangeset
for help on using the changeset viewer.
