# HG changeset patch
# User ethanzonca
# Date 2010-10-01 21:50:13
# Node ID 3b89327bb68e85255ce7166f479aff12a02172d1
# Parent  2c0531510745bf3fe13a2e2e22c3d3e4e05a1b59
Moved todo to separate file
diff --git a/input.php b/input.php
--- a/input.php
+++ b/input.php
@@ -93,20 +93,5 @@ var sectionsOfClass = Array();
 
 
 
 Advanced
-
-
TODO:
-
-
-	- Autoincrement section num/letter/custom labels
 
-	- Make output and print output formatting look nicer
 
-	- Make printing work for saved jobs where jobkey != 0
 
-	- After selecting a start time, set the end time to one hour after the start time
 
-        - Append sections
 
-        - Move the add class button to somewhere nicer, maybe a gray row at the bottom. Make the submit button more obvious.
 
-	- Form validation to ensure endtime is after starttime, at least one day is checked.
 
-	- Auto-populate form based on saved schedule?
 
-        - Grab data from school sites such as this?
 
-
-
 
 foot();
diff --git a/todo.php b/todo.php
new file mode 100644
--- /dev/null
+++ b/todo.php
@@ -0,0 +1,23 @@
+
+
+Items to Consider:
+
+	- Autoincrement section num/letter/custom labels
 
+	- Make output and print output formatting look nicer
 
+	- Make printing work for saved jobs where jobkey != 0
 
+
+	- After selecting a start time, set the end time to one hour after the start time
 
+        - Append sections
 
+        - Move the add class button to somewhere nicer, maybe a gray row at the bottom. Make the submit button more obvious.
 
+	- Form validation to ensure endtime is after starttime, at least one day is checked.
 
+	- Auto-populate form based on saved schedule?
 
+
+        - Grab data from school sites such as this?
 
+
+
+
+foot();