From 8c5d72248c20fc78c7b2c1d4388d073affccad20 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 30 Sep 2011 23:58:26 -0400 Subject: [PATCH] Login message option. More Bootstrap updates. All docs converted. --- src/com/gitblit/wicket/pages/RootPage.html | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/com/gitblit/wicket/pages/RootPage.html b/src/com/gitblit/wicket/pages/RootPage.html index 0fa6cfc..c947092 100644 --- a/src/com/gitblit/wicket/pages/RootPage.html +++ b/src/com/gitblit/wicket/pages/RootPage.html @@ -19,9 +19,11 @@ </ul> <form class="pull-right" wicket:id="loginForm"> - <input wicket:id="username" class="input-small" type="text" placeholder="Username"> - <input wicket:id="password" class="input-small" type="password" placeholder="Password"> - <button class="btn primary" type="submit">Sign in</button> + <div class="login"> + <input wicket:id="username" class="input-small" type="text" /> + <input wicket:id="password" class="input-small" type="password" /> + <button class="btn primary" type="submit"><wicket:message key="gb.login"></wicket:message></button> + </div> </form> </div> </div> -- Gitblit v1.9.1