From 1785c386989860f0608be245c02d03645a608cfc Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sat, 6 Sep 2014 15:03:08 +0200 Subject: fix login layout and add mobile nav --- includes/pages/guest_login.php | 2 +- templates/layout.html | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/includes/pages/guest_login.php b/includes/pages/guest_login.php index efacaeb9..c255266d 100644 --- a/includes/pages/guest_login.php +++ b/includes/pages/guest_login.php @@ -255,7 +255,7 @@ function guest_login() { return page_with_title(login_title(), array( msg(), - '
', + '
', form(array( form_text('nick', _("Nick"), $nick), form_password('password', _("Password")), diff --git a/templates/layout.html b/templates/layout.html index 297cf9a7..25b539eb 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -18,7 +18,13 @@
@@ -40,10 +46,10 @@ + $(function() { + moment.locale("%locale%"); + }); + -- cgit v1.2.3-54-g00ecf