Changeset 2cc959 in indico
- Timestamp:
- 10/04/10 17:17:56 (3 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 4c7d4152dff271ba5df5a8606605969cab454080
- Children:
- 511011
- Parents:
- 5596fa
- git-author:
- csvetelina.angelova@…> (03/01/10 10:14:54)
- git-committer:
- Jose Benito <jose.benito.gonzalez@…> (10/04/10 17:17:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/tpls/ConfReviewingAssignContributions.tpl
rac1609 r2cc959 444 444 // Cell4: contribution type 445 445 var cell4 = Html.td({style:{"marginLeft":"5px"}}); 446 cell4.set(contribution.type )446 cell4.set(contribution.type ? contribution.type.name : "") 447 447 row.append(cell4); 448 448
Note: See TracChangeset
for help on using the changeset viewer.
