Ignore:
Timestamp:
08/05/11 10:58:03 (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, 4c7d4152dff271ba5df5a8606605969cab454080
Children:
d4f3da
Parents:
d837d1
git-author:
Jose Benito <jose.benito.gonzalez@…> (08/03/11 16:44:57)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (08/05/11 10:58:03)
Message:

[FIX] Many fixes in the migration XSLT->Mako

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/tpls/events/include/ManageButton.tpl

    rd837d1 r581578  
    4040        % endif 
    4141 
     42        % if 'sessionTimetableLink' in info: 
     43            'Edit session timetable': '${info["sessionTimetableLink"]}', 
     44        % endif 
     45 
    4246        % if 'cloneLink' in info: 
    4347            'Clone event': '${info["cloneLink"]}', 
     
    5155        % endif 
    5256 
    53         % if extractMinutes(item.getAllMaterialList()): 
     57        <% item2CheckMins = item.getSession() if getItemType(item) == 'Session' else item %> 
     58        % if item2CheckMins.getMinutes() and item2CheckMins.getMinutes().getText(): 
    5459            'Delete minutes': function(m) { 
    5560                IndicoUI.Dialogs.deleteMinutes('${conf.getId()}', '${info["sessId"]}','${info["contId"]}','${info["subContId"]}'); 
Note: See TracChangeset for help on using the changeset viewer.