Browse Source

Fixed calendar displaying bug for Magazine theme

MOODLE_23_STABLE
Artem Andreev 14 years ago
parent
commit
f05c81322d
  1. 2
      calendar.js

2
calendar.js

@ -31,7 +31,7 @@ YAHOO.util.Event.onDOMReady(function(){
dialog.hide(); dialog.hide();
} }
dialog = new YAHOO.widget.Dialog("container", { dialog = new YAHOO.widget.Dialog("attcalendarcontainer", {
visible:false, visible:false,
context:["show", "tl", "bl"], context:["show", "tl", "bl"],
buttons:[{text: M.str.attforblock.caltoday, handler: resetHandler, isDefault:true}, {text: M.str.attforblock.calclose, handler: closeHandler}], buttons:[{text: M.str.attforblock.caltoday, handler: resetHandler, isDefault:true}, {text: M.str.attforblock.calclose, handler: closeHandler}],

Loading…
Cancel
Save