class_management_system

Senior Project - Spring 2019
Log | Files | Refs | README

commit b8a4718e11b421b2311366f914374eb092edaa8a
parent 179fb7239aed061a2155f89e0504ccc7207fe596
Author: John Kubach <johnkubach@gmail.com>
Date:   Thu, 11 Apr 2019 13:05:59 -0400

Add doc_select tag

Diffstat:
Msrc/html/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/html/index.html b/src/html/index.html @@ -927,7 +927,6 @@ Description: <h3>Proposal</h3> <form action="" method=POST enctype=multipart/form-data> - <select name = "doc_select"> <option value="p1">Proposal 1</option> <option value="p2">Proposal 2</option> <option value="p3">Proposal 3</option> @@ -936,6 +935,7 @@ Description: <h3>Document Type</h3> <select> + <select name = "doc_select"> <option value="-a" selected="selected">Assessement Form</option> <option value="-l">Library Form</option> <option value="-s">Supporting Document</option>