Adds initial Volunteer Hour logic and displays in transactions with title.

This commit is contained in:
Jonathan Rosenbaum
2017-07-17 20:38:23 +00:00
parent 3a0a83cd37
commit 787fff74d6
3 changed files with 70 additions and 8 deletions
+9
View File
@@ -94,10 +94,19 @@ input[value=Save]:focus, input[value=Close]:focus {
/* for memberships */
#expired_membership {
color: orchid;
margin-left: 10px;
}
#paid_member {
color: blue;
margin-left: 10px;
}
/* for volunteers */
#volunteer_hours {
color: blueviolet;
margin-left: 10px;
}