Skip to content

Commit

Permalink
Clean up UW HelpDesk references
Browse files Browse the repository at this point in the history
Refs:
#14
AACP-373 - Squash courses-portlet-webapp changes
  • Loading branch information
Colin Kennedy committed Sep 15, 2014
1 parent f84dcef commit 1287e2f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 20 deletions.
Expand Up @@ -54,7 +54,7 @@ public ModelAndView getGrades(PortletRequest request, @RequestParam(required=fal

final Map<String, Object> model = new HashMap<String, Object>();
PortletPreferences prefs = request.getPreferences();
request.getPortletSession().setAttribute("helpDeskURL",prefs.getValue("helpDeskURL", "https://kb.wisc.edu/helpdesk/page.php?id=24398"));
request.getPortletSession().setAttribute("helpDeskURL",prefs.getValue("helpDeskURL", ""));
final TermList termList = coursesDao.getTermList(request);
model.put("termList", termList);
//Determine the current term code and term
Expand Down
31 changes: 12 additions & 19 deletions courses-portlet-webapp/src/main/resources/messages.properties
Expand Up @@ -33,9 +33,9 @@ no.updates=No Resources
no.instructors=No Instructor(s) information
no.meetings=Meeting schedule to be announced
final.exam=FINAL EXAM
no.courses.message=You are not enrolled in any courses for the term you selected. Please select a different term or contact the <a href="{0}" target="_blank">Help Desk</a> 608-263-4357 for assistance.
no.scheduled.courses=There are no courses to display. If you have questions, please contact the <a href="{0}" target="_blank">Help Desk</a> 608-263-4357 for assistance.
no.scheduled.exams=There are no final exams to display. If you have questions, please contact the <a href="{0}" target="_blank">Help Desk</a> 608-263-4357 for assistance.
no.courses.message=You are not enrolled in any courses for the term you selected. Please select a different term or contact the <a href="{0}" target="_blank">Help Desk</a>.
no.scheduled.courses=There are no courses to display. If you have questions, please contact the <a href="{0}" target="_blank">Help Desk</a>.
no.scheduled.exams=There are no final exams to display. If you have questions, please contact the <a href="{0}" target="_blank">Help Desk</a>.
no.textbooks=No textbooks are listed for this course
schedule=Schedule
schools=Schools
Expand All @@ -44,22 +44,15 @@ updates=Resources
term=Term
textbooks=Textbooks
time=Time
missing.emplid= You do not have a valid Student Identifier. For assistance, please contact University Support <a href="{0}" target="_blank">Help Desk</a> 608-263-4357 for assistance.
grades.unavailable=Sorry, your grade information is not currently available. Please try again or contact the <a href="{1}" target="_blank">Help Desk</a> 608-263-4357 for assistance.
mycourses.unavailable=Sorry, your information is not available. Please try again later or contact the <a href="{0}" target="_blank">Help Desk</a> 608-263-4357 for assistance.
classschedule.unavailable=Sorry your course schedule is currently unavailable. Please try again later or contact the <a href="{1}" target="_blank">Help Desk</a> 608-263-4357 for assistance.
coursecatalog.unavailable=Currently Course Catalog Portlet is not available. We apologize for the inconvenience. To inquire about this issue, please contact the DoIT Help Desk at 264-HELP (4357).
no.emplId=You have not selected an EmplId for this portlet. For assistance, please contact the <a href="{0}" target="_blank">Help Desk</a> 608-263-4357 for assistance.
no.classschedule= You may not have any scheduled courses or we are not able to access your information at this time. Please try again later or contact the <a href="{0}">Help Desk</a> 608-263-4357 for assistance.
no.courseInsAff=You may not have any instructor affiliated with the section or we are not able to access your data at this time. To inquire, please contact the DoIT Help Desk at 264-HELP (4357).
no.instructorres=You may not have any instructor resources with the section or we are not able to access your data at this time. To inquire, please contact the DoIT Help Desk at 264-HELP (4357).
no.meeting=You may not have any meetings for the classes or we are not able to access your data at this time. To inquire, please contact the DoIT Help Desk at 264-HELP (4357).
no.courseres=You may not have course resources or we are not able to access your data at this time. To inquire, please contact the DoIT Help Desk at 264-HELP (4357).
no.secres=You may not have section resources or we are not able to access your data at this time. To inquire, please contact the DoIT Help Desk at 264-HELP (4357).
no.course=Sorry, your course information is not currently available. Please try again or contact the <a href="{0}" target="_blank">Help Desk</a> 608-263-4357 for assistance.
no.finalexam=You may not have any exams for the courses or we are not able to access your data at this time. To inquire, please contact the DoIT Help Desk at 264-HELP (4357).
no.grades=We are not able to access your data at this time. To inquire, please contact the DoIT Help Desk at 264-HELP (4357).
no.term=Sorry, your course information is not currently available. Please try again or contact the <a href="{0}" target="_blank">Help Desk</a> 608-263-4357 for assistance.
missing.emplid= You do not have a valid Student Identifier. For assistance, please contact University Support <a href="{0}" target="_blank">Help Desk</a>.
grades.unavailable=Sorry, your grade information is not currently available. Please try again or contact the <a href="{1}" target="_blank">Help Desk</a>.
mycourses.unavailable=Sorry, your information is not available. Please try again later or contact the <a href="{0}" target="_blank">Help Desk</a>.
classschedule.unavailable=Sorry your course schedule is currently unavailable. Please try again later or contact the <a href="{1}" target="_blank">Help Desk</a>.
coursecatalog.unavailable=Currently Course Catalog Portlet is not available. We apologize for the inconvenience. To inquire about this issue, please contact the Help Desk.
no.meeting=You may not have any meetings for the classes or we are not able to access your data at this time. To inquire, please contact the Help Desk.
no.course=Sorry, your course information is not currently available. Please try again or contact the <a href="{0}" target="_blank">Help Desk</a>.
no.grades=We are not able to access your data at this time. To inquire, please contact the Help Desk.
no.term=Sorry, your course information is not currently available. Please try again or contact the <a href="{0}" target="_blank">Help Desk</a>.
examslist=See All Exams (List View)
schedulelist=See All Class Schedule (List View)
examsgrid=Exam Schedule
Expand Down

0 comments on commit 1287e2f

Please sign in to comment.