James Moger
2011-06-01 a3bde69e9b3f3cc6212b0cd5fd7310b6a3301d8c
src/com/gitblit/wicket/panels/SearchPanel.html
@@ -10,13 +10,13 @@
   <!-- header -->   
   <div class="header" wicket:id="header">[search header]</div>
   <table style="width:100%" class="pretty">
   <table class="pretty">
      <tbody>
             <tr wicket:id="commit">
               <td class="date"><span wicket:id="commitDate">[commit date]</span></td>
               <td class="author"><span wicket:id="commitAuthor">[commit author]</span></td>
               <td><span wicket:id="commitShortMessage">[commit short message]</span></td>
               <td class="rightAlign"><span wicket:id="commitRefs">[commit refs]</span></td>
               <td class="icon"><img wicket:id="commitIcon" /></td>
               <td><div class="references" wicket:id="commitRefs">[commit refs]</div><span wicket:id="commitShortMessage">[commit short message]</span></td>
               <td class="rightAlign">
                  <span class="link">
                  <a wicket:id="commit"><wicket:message key="gb.commit"></wicket:message></a> | <a wicket:id="commitdiff"><wicket:message key="gb.commitdiff"></wicket:message></a> | <a wicket:id="tree"><wicket:message key="gb.tree"></wicket:message></a>