TNL-213: Let Students Add Personal Notes to Course Content.
Co-Authored-By: Jean-Michel Claus <jmc@edx.org> Co-Authored-By: Brian Talbot <btalbot@edx.org> Co-Authored-By: Tim Babych <tim@edx.org> Co-Authored-By: Oleg Marshev <oleg@edx.org> Co-Authored-By: Chris Rodriguez <crodriguez@edx.org>
This commit is contained in:
13
lms/templates/chat/toggle_chat.html
Normal file
13
lms/templates/chat/toggle_chat.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<%! from django.utils.translation import ugettext as _ %>
|
||||
<%! from django.core.urlresolvers import reverse %>
|
||||
|
||||
<div id="chat-wrapper">
|
||||
<div id="chat-toggle" class="closed">
|
||||
<span id="chat-open">${_('Open Chat')} <em class="icon fa fa-chevron-up"></em></span>
|
||||
<span id="chat-close">${_('Close Chat')} <em class="icon fa fa-chevron-down"></em></span>
|
||||
</div>
|
||||
<div id="chat-block">
|
||||
## The Candy.js plugin wants to render in an element with #candy
|
||||
<div id="candy"></div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user