Skip to content

Commit

Permalink
Merge pull request #356 from tmcnulty387/develop
Browse files Browse the repository at this point in the history
Added banner stating why schedule maker isn't currently functional
  • Loading branch information
Mobmaker55 authored Nov 5, 2024
2 parents 8364550 + 371d9e6 commit 98cbcf5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/src/modules/sm/Generate/templates/generate.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
<form novalidate id="scheduleForm" name="schedule" class="container">
<div class="row">
<div class="col-md-8 clearfix">
<div class="alert alert-info">
We are having an issue with ITS regarding getting class data. We are trying to resolve this with ITS, but in the meantime ScheduleMaker is not functional. We are sorry for the inconvenience!
</div>
<!--
<div class="alert alert-info" ng-show="state.ui.alert_generateFeatures">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true" ng-click="state.ui.alert_generateFeatures = false"><i class="fa fa-times"></i></button>
Use a comma to separate courses to see which course fits your schedule better. Add courses from the Browse or Search page to your schedule as well so you can easily create schedule combinations from anywhere! Also, check out the <a ui-sref="help">help</a> page for new keyboard shortcuts.
</div>
-->
<div class="panel panel-default form-horizontal" ng-controller="GenerateScheduleCoursesController">
<div class="panel-heading">
<div class="row form-horizontal">
Expand Down

0 comments on commit 98cbcf5

Please sign in to comment.