Skip to content

Commit 01245c3

Browse files
committed
Fixed minor UI bugs
- Fixes #53 - Made print window larger
1 parent d5de3f6 commit 01245c3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

assets/src/modules/sm/Browse/templates/browse.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="col-md-8">
44
<div class="alert alert-success" ng-show="state.ui.alert_browseFeatures">
55
<button type="button" class="close" data-dismiss="alert" aria-hidden="true" ng-click="state.ui.alert_browseFeatures = false"><i class="fa fa-times"></i></button>
6-
<strong>NEW!</strong> Once you've found some courses you like, simply add them to your cart, they will be included in your possible schedules. Also, check out the <a ui-sref="/help">help</a> page for more info.
6+
<strong>NEW!</strong> Once you've found some courses you like, simply add them to your cart, they will be included in your possible schedules. Also, check out the <a ui-sref="help">help</a> page for more info.
77
</div>
88
<div class="panel panel-default">
99
<div class="panel-heading">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="col-md-8 clearfix">
44
<div class="alert alert-success" ng-show="state.ui.alert_generateFeatures">
55
<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>
6-
<strong>NEW!</strong> 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.
6+
<strong>NEW!</strong> 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.
77
</div>
88
<div class="panel panel-default form-horizontal" ng-controller="GenerateScheduleCoursesController">
99
<div class="panel-heading">

assets/src/modules/sm/Schedule/directives/scheduleActionsDirective.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ angular.module('sm').directive('scheduleActions', function($http, $q, shareServi
145145
reloadSchedule.term = scope.state.requestOptions.term,
146146
reloadSchedule.courses = scope.schedule;
147147

148-
var popup = openPopup(780, 600);
148+
var popup = openPopup(920, 800);
149149

150150
popup.localStorage.setItem('reloadSchedule', angular.toJson(reloadSchedule));
151151
popup.document.title = "My Schedule";

assets/src/modules/sm/Search/templates/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="col-md-8">
44
<div class="alert alert-success" ng-show="state.ui.alert_searchFeatures">
55
<button type="button" class="close" data-dismiss="alert" aria-hidden="true" ng-click="state.ui.alert_searchFeatures = false"><i class="fa fa-times"></i></button>
6-
<strong>NEW!</strong> Search for courses by a wide range of critera which you can then easily add to your schedule! If you already know your course's number, jump over to to the <a ui-sref="generate">generation page</a> Also, check out the <a ui-sref="/help">help</a> page for new keyboard shortcuts.
6+
<strong>NEW!</strong> Search for courses by a wide range of critera which you can then easily add to your schedule! If you already know your course's number, jump over to to the <a ui-sref="generate">generation page</a> Also, check out the <a ui-sref="help">help</a> page for new keyboard shortcuts.
77
</div>
88
<form name="search.form" class="form-horizontal">
99
<div class="panel panel-default">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schedulemaker",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"private": true,
55
"description": "A course database lookup tool and schedule building web application for use at Rochester Institute of Technology.",
66
"main": "index.php",

0 commit comments

Comments
 (0)