Changeset 52862f in indico


Ignore:
Timestamp:
04/24/12 14:46:18 (13 months ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
93619b
Parents:
d22bcc
Message:

[FIX] Do not show iCal link for unscheduler contribs

File:
1 edited

Legend:

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

    ra829f8 r52862f  
    77    % endif 
    88    <a href="${str(urlHandlers.UHContribToPDF.getURL(Contribution))}" target="_blank">${_("PDF")}</a> | 
    9     <a href="${str(urlHandlers.UHContribToXML.getURL(Contribution))}"" target="_blank">${_("XML")}</a> | 
     9    <a href="${str(urlHandlers.UHContribToXML.getURL(Contribution))}"" target="_blank">${_("XML")}</a> 
     10    % if Contribution.isScheduled(): 
     11    | 
    1012    <a id="exportIcal${Contribution.getUniqueId()}" class="fakeLink exportIcal" data-id="${Contribution.getUniqueId()}">${_("iCal")}</a> 
     13    % endif 
    1114    <%include file="ContributionICalExport.tpl"/> 
    1215</div> 
Note: See TracChangeset for help on using the changeset viewer.