Changeset 581578 in indico for indico/MaKaC/webinterface/tpls/events/include/ManageButton.tpl
- Timestamp:
- 08/05/11 10:58:03 (22 months ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/tpls/events/include/ManageButton.tpl
rd837d1 r581578 40 40 % endif 41 41 42 % if 'sessionTimetableLink' in info: 43 'Edit session timetable': '${info["sessionTimetableLink"]}', 44 % endif 45 42 46 % if 'cloneLink' in info: 43 47 'Clone event': '${info["cloneLink"]}', … … 51 55 % endif 52 56 53 % if extractMinutes(item.getAllMaterialList()): 57 <% item2CheckMins = item.getSession() if getItemType(item) == 'Session' else item %> 58 % if item2CheckMins.getMinutes() and item2CheckMins.getMinutes().getText(): 54 59 'Delete minutes': function(m) { 55 60 IndicoUI.Dialogs.deleteMinutes('${conf.getId()}', '${info["sessId"]}','${info["contId"]}','${info["subContId"]}');
Note: See TracChangeset
for help on using the changeset viewer.
