Files
edx-platform/lms/static/js/fixtures/bookmarks/bookmark_button.html
alisan617 a0a46c461e add new unit page title TNL-5623
new bookmark button placement and look TNL-5625
2016-10-04 16:51:34 -04:00

14 lines
451 B
HTML

<div class="message-banner" aria-live="polite"></div>
<div class="xblock xblock-student_view xblock-student_view-vertical xblock-initialized">
<div class="bookmark-button-wrapper">
<button class="btn bookmark-button"
aria-pressed="false"
data-bookmark-id="bilbo,usage_1">
<span class="sr bookmark-sr"></span>&nbsp;
<span class="bookmark-text">Bookmark this page</span>
</button>
</div>
</div>