Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up and centralize style code for roster-like printables #3772

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

kkbrum
Copy link
Contributor

@kkbrum kkbrum commented Sep 20, 2024

Fixes #3763.

Additionally, the same code occurred in many printables, so I pulled the css out into a common style file. I also found several printables that are never used as far as I can tell:

  • userlist.html
  • list_html.html
  • studentreceipts.html
  • studentreceipt.html (only used in studentreceipts.html, which is never used)
  • adminclasstime.html (only used in the adminbinder function, which is never used, so I deleted that function from programprintables.py handler as well)

@willgearty willgearty added this to the Stable Release 16 milestone Oct 18, 2024
@kkbrum kkbrum changed the title Fix alignment of class attendance printable Fix alignment of class attendance printable and centralize style code for roster-like printables Jan 10, 2025
@kkbrum kkbrum changed the title Fix alignment of class attendance printable and centralize style code for roster-like printables Clean up and centralize style code for roster-like printables Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Attendance sheet printable has misaligned time and room text
3 participants