From a71c5a27e3768cb68b979eac6ec8c7d7612dec8f Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 02 Feb 2012 17:14:43 -0500 Subject: [PATCH] Adjustments to init scripts --- src/com/gitblit/wicket/pages/RootPage.html | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/com/gitblit/wicket/pages/RootPage.html b/src/com/gitblit/wicket/pages/RootPage.html index 0fa6cfc..a4dcb2c 100644 --- a/src/com/gitblit/wicket/pages/RootPage.html +++ b/src/com/gitblit/wicket/pages/RootPage.html @@ -12,16 +12,14 @@ <img src="gitblt_25_white.png" width="79" height="25" alt="gitblit" class="logo"/> </a> - <ul class="nav"> - <li><a wicket:id="repositories"><wicket:message key="gb.repositories"></wicket:message></a></li> - <li><a wicket:id="users"><wicket:message key="gb.users"></wicket:message></a></li> - <li><a wicket:id="federation"><wicket:message key="gb.federation"></wicket:message></a></li> - </ul> + <span wicket:id="navPanel"></span> <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