James Moger
2011-07-20 20165d234037cb62640e4d9a3fe285260a6a2444
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>