Skip to content

Commit 98cbcf5

Browse files
authored
Merge pull request #356 from tmcnulty387/develop
Added banner stating why schedule maker isn't currently functional
2 parents 8364550 + 371d9e6 commit 98cbcf5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/src/modules/sm/Generate/templates/generate.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
<form novalidate id="scheduleForm" name="schedule" class="container">
22
<div class="row">
33
<div class="col-md-8 clearfix">
4+
<div class="alert alert-info">
5+
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!
6+
</div>
7+
<!--
48
<div class="alert alert-info" ng-show="state.ui.alert_generateFeatures">
59
<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>
610
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.
711
</div>
12+
-->
813
<div class="panel panel-default form-horizontal" ng-controller="GenerateScheduleCoursesController">
914
<div class="panel-heading">
1015
<div class="row form-horizontal">

0 commit comments

Comments
 (0)