Partial reimplement of layout for conference admin pages
authorMagnus Hagander <magnus@hagander.net>
Sun, 24 Jan 2016 15:43:03 +0000 (16:43 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sun, 24 Jan 2016 15:46:07 +0000 (16:46 +0100)
commit68db456c4d4a835a5ca8097a3f915106f7b02b3a
treef47e424671ae1aa0e54e85b7a9e607fcaddee3b7
parentd7611015b81341a3df2d956cdaf33baf83fd40c9
Partial reimplement of layout for conference admin pages

Instead of forcing them into the restricted framework of the main website,
set up a very plain bootstrap environment. This makes it a *lot* easier to
use on mobile devices as a start.

Also redo the dashboard page completely to focus on current and upcoming
conferences, and avoiding the "jumping" of conferences up the list that
often happened before. And properly fix the per-conference split that
was done before, by updating all the "back" links to not ruin it.

Most of the pages aren't actually converted to bootstrap, so they still
look a bit so-so, but they are a lot closer to being mobile-friendly
than they were before. More work to be done...
28 files changed:
media/css/confadmin.css [new file with mode: 0644]
media/img/pgeu_logo_small.png [new file with mode: 0644]
postgresqleu/confreg/templatetags/alertmap.py [new file with mode: 0644]
postgresqleu/confreg/views.py
postgresqleu/confsponsor/views.py
postgresqleu/confwiki/views.py
template/confreg/admin_cross_conference_mail.html
template/confreg/admin_dashboard.html
template/confreg/admin_dashboard_single.html
template/confreg/admin_mail.html
template/confreg/admin_mail_view.html
template/confreg/admin_registration_dashboard.html
template/confreg/admin_session_queue.html
template/confreg/admin_waitlist.html
template/confreg/confadmin_base.html [new file with mode: 0644]
template/confreg/pdfschedule.html
template/confreg/sessionvotes.html
template/confreg/simple_report.html
template/confreg/timereport.html
template/confreg/waitlist_status.html
template/confsponsor/admin_benefit.html
template/confsponsor/admin_dashboard.html
template/confsponsor/admin_sponsor.html
template/confsponsor/sendmail.html
template/confwiki/admin.html
template/confwiki/admin_edit_form.html
template/confwiki/signup_admin.html
template/confwiki/signup_admin_edit_form.html