Changeset 9881d7 in indico for indico/MaKaC/webinterface/pages/conferences.py
- Timestamp:
- 10/21/09 15:34:27 (4 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- 2bbc20
- Parents:
- 0c8aad (diff), b50189 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
indico/MaKaC/webinterface/pages/conferences.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/pages/conferences.py
r0c8aad r9881d7 2162 2162 if not (canModify or isAnyCollaborationPluginManager): 2163 2163 self._videoServicesMenuItem.setVisible(False) 2164 2164 2165 #we hide the Advanced Options section if it has no items 2166 if not self._advancedOptionsSection.hasVisibleItems(): 2167 self._advancedOptionsSection.setVisible(False) 2168 2165 2169 #tabs forced to be disabled for now 2166 2170 self._participantsMenuItem.setVisible(False)
Note: See TracChangeset
for help on using the changeset viewer.
