Skip to content

Commit

Permalink
SAK-23548 - Replace calendar.html with jsp
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/velocity/trunk@124986 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
jonespm committed May 24, 2013
1 parent 636d310 commit a33018b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velocity/tool/src/templates/VM_chef_library.vm
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ ${extra}")
## Everything is in an our own external JavaScript library
<script type="text/javascript" src="#libraryLink('calendar/sakai-calendar.js')"></script>
## Call a JavaScript function from within the library to do setup
<script type="text/javascript">chef_dateselectionwidgetpopup('$yearselect_id', '$monthselect_id', '$dayselect_id', null, "$calendar_title");</script>
<script type="text/javascript">chef_dateselectionwidgetpopup('$yearselect_id', '$monthselect_id', '$dayselect_id', null, "$calendar_title", '$!tlang.locale');</script>
#end


Expand Down

0 comments on commit a33018b

Please sign in to comment.