Changeset f4e021 in indico
- Timestamp:
- 08/08/11 15:57:13 (22 months ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- 3a8344c
- Parents:
- a675a5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/tpls/ConfAccessControlFrame.tpl
rca8a8d rf4e021 10 10 parentPrivacy=parentPrivacy, statusColor = statusColor, parentStatusColor=parentStatusColor, 11 11 locator=locator, isFullyPublic=isFullyPublic"/> 12 % if privacy != 'PUBLIC':12 % if privacy == 'PRIVATE' or (privacy == 'INHERITING' and parentPrivacy == 'PRIVATE'): 13 13 <tr> 14 14 <td class="titleCellTD"><span class="titleCellFormat">${ _("Access key")}</span></td>
Note: See TracChangeset
for help on using the changeset viewer.
