Show whether a patron is a paid member or not.

This commit is contained in:
Jonathan Rosenbaum
2017-07-17 06:02:32 +00:00
parent ac54744d20
commit b9497ac7c3
3 changed files with 70 additions and 3 deletions
+9
View File
@@ -91,4 +91,13 @@ input[value=Save]:focus, input[value=Close]:focus {
padding: 0px 10px 0px 10px;
}
/* for memberships */
#expired_membership {
color: orchid;
}
#paid_member {
color: blue;
}