Skip to content

Commit 8566a82

Browse files
committed
A number of changes on the Classlist 3 editor (CL3). Currently CL3 has the following functionality:
1. Delete a single user or delete a number of selected users. 2. Add users from either filling in a form or uploading a general CSV file (the old classlist file will work, however it's much more general than that). Also, to use this code, you need to make sure that the Perl module HTML::Template is available.
1 parent f3f1f8b commit 8566a82

File tree

6 files changed

+513
-114
lines changed

6 files changed

+513
-114
lines changed

htdocs/css/userlist.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,18 @@
44
#users_table { border-collapse: collapse; border: 1px solid #CCB; width: 800px; }
55
#users_table td, table.testgrid th { padding: 5px; border: 1px solid #E0E0E0; }
66
#users_table th { background: #E5E5E5; text-align: left; font-size: 90%; }
7-
#users_table td {font-size: 90%;}
7+
#users_table td {font-size: 90%;}
8+
9+
label {font-weight: bold; display: inline; margin-right: 20px;}
10+
#mainActionMenu {width: 200px;}
11+
#testButton {margin-left: 25px; margin-right: 25px;}
12+
#selectalldiv {display: inline; margin-left: 25px; margin-right: 25px;}
13+
#filterdiv {display: inline;}
14+
15+
#man_student_table {border: 1px solid black; border-collapse: collapse; width: 95%; }
16+
#man_student_table th{ border: 1px solid black; background: lightgray; }
17+
18+
#man_student_table td { border: 1px solid black; height: 2.5ex;}
19+
#man_student_table input {width: 10ex;}
20+
21+
div.dialog {display: none;}

0 commit comments

Comments
 (0)