From 8ae7bfae4d96f08f027628f75ca22ca6b9a8f54e Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Fri, 1 Nov 2013 12:40:48 -0400 Subject: [PATCH] updated course creation UI: placeholder text for Org is now more generic, run is now using current format, and tips are now below fields to allow more room for tip text Addresses bugs STUD-885 and STUD-916 --- cms/templates/index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/cms/templates/index.html b/cms/templates/index.html index 110c335f29..572f40a865 100644 --- a/cms/templates/index.html +++ b/cms/templates/index.html @@ -91,30 +91,30 @@ require(["domReady!", "jquery", "jquery.form", "js/index"], function(doc, $) { ${_("Required Information to Create a New Course")}
    -
  1. +
  2. - ${_("The public display name for your course.")} + ${_("The public display name for your course.")}
  3. -
  4. +
  5. - - ${_("The name of the organization sponsoring the course")} - ${_("Note: No spaces or special characters are allowed. This cannot be changed.")} + + ${_("The name of the organization sponsoring the course.")} ${_("Note: This is part of your course URL, so no spaces or special characters are allowed.")} ${_("This cannot be changed, but you can set a different display name in Advanced Settings later.")}
  6. -
  7. +
  8. - ${_("The unique number that identifies your course within your organization")} - ${_("Note: No spaces or special characters are allowed. This cannot be changed.")} + ${_("The unique number that identifies your course within your organization.")} ${_("Note: This is part of your course URL, so no spaces or special characters are allowed and it cannot be changed.")}
  9. -
  10. +
  11. - - ${_("The term in which your course will run")} - ${_("Note: No spaces or special characters are allowed. This cannot be changed.")} + + ${_("The term in which your course will run.")} ${_("Note: This is part of your course URL, so no spaces or special characters are allowed and it cannot be changed.")}