Changeset 7b0dbc in indico
- Timestamp:
- 06/10/10 18:11:32 (3 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, new-webex, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- 20dbe9f
- Parents:
- 66fbc0
- git-author:
- Jeremy Herr <jeremy.herr@…> (03/17/10 12:00:38)
- git-committer:
- Jeremy Herr <jeremy.herr@…> (06/10/10 18:11:32)
- Location:
- indico/MaKaC
- Files:
-
- 3 edited
-
common/output.py (modified) (1 diff)
-
plugins/Collaboration/RecordingManager/tpls/Main.js (modified) (2 diffs)
-
plugins/Collaboration/RecordingManager/tpls/NewBookingForm.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/common/output.py
rd531f9 r7b0dbc 1082 1082 1083 1083 # Get subfields from plugin settings: 1084 1085 1086 1084 field506tag2 = CollaborationTools.getOptionValue("RecordingManager", "MarcField506Subfield2") 1087 # PluginsHolder().getPluginType("Collaboration").getPlugin("RecordingManager").1088 1085 field506tag5 = CollaborationTools.getOptionValue("RecordingManager", "MarcField506Subfield5") 1089 1086 -
indico/MaKaC/plugins/Collaboration/RecordingManager/tpls/Main.js
r66fbc0 r7b0dbc 1 { 1 { 2 2 checkParams : function () { 3 3 return { 4 4 } 5 5 }, 6 6 7 7 errorHandler: function(event, error) { 8 8 9 9 }, 10 10 11 11 customText : function(booking) { 12 12 if (booking.acceptRejectStatus === false && trim(booking.rejectionReason)) { … … 14 14 } 15 15 }, 16 16 17 17 clearForm : function () { 18 18 19 19 }, 20 20 21 21 onLoad : function() { 22 22 // automatically scroll down to fit the page into one window 23 document.getElementById('scroll_down').scrollIntoView(true) 23 24 } 24 25 } -
indico/MaKaC/plugins/Collaboration/RecordingManager/tpls/NewBookingForm.tpl
r66fbc0 r7b0dbc 1 1 <% declareTemplate(newTemplateStyle=True) %> 2 2 3 <a name="top" />3 <a name="top" id="scroll_down"/> 4 4 5 5 <table>
Note: See TracChangeset
for help on using the changeset viewer.
