changes to textbook upload buttons, success message and styling

This commit is contained in:
Frances Botsford
2013-06-29 22:50:20 -04:00
committed by David Baumgold
parent 2b9ed46440
commit 1b945dd6e8
4 changed files with 54 additions and 15 deletions

View File

@@ -11,7 +11,7 @@
<div class="input-wrap field text required add-textbook-name <% if(error && error.attributes && error.attributes.name) { print('error'); } %>">
<label for="textbook-name-input"><%= gettext("Textbook Name") %></label>
<input id="textbook-name-input" name="textbook-name" type="text" placeholder="<%= gettext("Introduction to Cookie Baking") %>" value="<%= name %>">
<span class="tip tip-stacked"><%= gettext("the title/name of the text book as you would like your students to see it.") %></span>
<span class="tip tip-stacked"><%= gettext("provide the title/name of the text book as you would like your students to see it") %></span>
</div>
</fieldset>
<fieldset class="chapters-fields">