James Moger
2011-09-27 ea936aa63d7a756ca7d0284f76b830656d1e8918
src/com/gitblit/wicket/pages/BasePage.html
@@ -33,4 +33,13 @@
         <div wicket:id="userPanel">[user panel]</div>
      </div>
   </body>
   <!-- user fragment -->
   <wicket:fragment wicket:id="userFragment">
      <span class="userPanel" wicket:id="username"></span>
      <span class="userPanel" wicket:id="loginLink"></span>
      <span class="userPanel" wicket:id="separator"></span>
      <span class="userPanel"><a wicket:id="changePasswordLink"><wicket:message key="gb.changePassword"></wicket:message></a></span>
   </wicket:fragment>
</html>