Changeset f4e021 in indico


Ignore:
Timestamp:
08/08/11 15:57:13 (22 months ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
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
Message:

[MIN] Be more specific when to show the access key

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/tpls/ConfAccessControlFrame.tpl

    rca8a8d rf4e021  
    1010    parentPrivacy=parentPrivacy, statusColor = statusColor, parentStatusColor=parentStatusColor, 
    1111    locator=locator, isFullyPublic=isFullyPublic"/> 
    12     % if privacy != 'PUBLIC': 
     12    % if privacy == 'PRIVATE' or (privacy == 'INHERITING' and parentPrivacy == 'PRIVATE'): 
    1313    <tr> 
    1414        <td class="titleCellTD"><span class="titleCellFormat">${ _("Access key")}</span></td> 
Note: See TracChangeset for help on using the changeset viewer.