From df35adb4488c65ceb750c1230c67a5c0c51d338f Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sun, 25 Mar 2012 20:31:40 -0400 Subject: [PATCH] Include partial Japanese translation with Manager --- src/com/gitblit/wicket/panels/HistoryPanel.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/com/gitblit/wicket/panels/HistoryPanel.html b/src/com/gitblit/wicket/panels/HistoryPanel.html index 3fa2262..3ae8a8f 100644 --- a/src/com/gitblit/wicket/panels/HistoryPanel.html +++ b/src/com/gitblit/wicket/panels/HistoryPanel.html @@ -7,8 +7,8 @@ <body> <wicket:panel> - <!-- header --> - <div class="header" wicket:id="header">[history header]</div> + <!-- commit header --> + <div wicket:id="commitHeader">[commit header]</div> <!-- breadcrumbs --> <div wicket:id="breadcrumbs">[breadcrumbs]</div> @@ -19,7 +19,7 @@ <td class="date"><span wicket:id="commitDate">[commit date]</span></td> <td class="icon"><img wicket:id="commitIcon" /></td> <td class="author"><span wicket:id="commitAuthor">[commit author]</span></td> - <td><div class="references" wicket:id="commitRefs">[commit refs]</div><span wicket:id="commitShortMessage">[commit short message]</span></td> + <td class="message"><table class="nestedTable"><tr><td><span style="vertical-align:middle;" wicket:id="commitShortMessage">[commit short message]</span></td><td><div style="text-align:right;" wicket:id="commitRefs">[commit refs]</div></td></tr></table></td> <td class="rightAlign"> <span wicket:id="historyLinks">[history links]</span> </td> -- Gitblit v1.9.1