From 465d5c783566b3f78e485dd18363db71e4468d32 Mon Sep 17 00:00:00 2001 From: Azareal Date: Thu, 30 Aug 2018 15:53:21 +1000 Subject: [PATCH] The Topic page is nearly done for Nox, just the buttons and a few little things now. Fixed the paginator in the Nox Panel. Eliminated a redundant class="" in the registration logs when the registration is a success. Part-way through fixing the analytics page header. --- routes/panel/logs.go | 1 + templates/panel_analytics_views.html | 2 +- templates/panel_reglogs.html | 2 +- themes/nox/public/main.css | 168 ++++++++++++++++++--------- themes/nox/public/panel.css | 4 + themes/tempra-simple/public/main.css | 8 ++ 6 files changed, 131 insertions(+), 54 deletions(-) diff --git a/routes/panel/logs.go b/routes/panel/logs.go index 948c1909..16d33245 100644 --- a/routes/panel/logs.go +++ b/routes/panel/logs.go @@ -10,6 +10,7 @@ import ( "../../common" ) +// TODO: Link the usernames for successful registrations to the profiles func LogsRegs(w http.ResponseWriter, r *http.Request, user common.User) common.RouteError { basePage, ferr := buildBasePage(w, r, &user, "registration_logs", "logs") if ferr != nil { diff --git a/templates/panel_analytics_views.html b/templates/panel_analytics_views.html index c811988e..2e9a8f9e 100644 --- a/templates/panel_analytics_views.html +++ b/templates/panel_analytics_views.html @@ -5,7 +5,7 @@
- {{lang "panel_statistics_requests_head"}} +

{{lang "panel_statistics_requests_head"}}