From 331fbc638684c605d90d49269202dde071db10c4 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 20 Jul 2011 16:03:07 -0400 Subject: [PATCH] Cancel buttons on edit pages. Column fix for flat repositories view. --- src/com/gitblit/wicket/panels/RepositoriesPanel.html | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/panels/RepositoriesPanel.html b/src/com/gitblit/wicket/panels/RepositoriesPanel.html index 7e090e8..48d337c 100644 --- a/src/com/gitblit/wicket/panels/RepositoriesPanel.html +++ b/src/com/gitblit/wicket/panels/RepositoriesPanel.html @@ -46,6 +46,7 @@ <th wicket:id="orderByOwner"><wicket:message key="gb.owner">Owner</wicket:message></th> <th></th> <th wicket:id="orderByDate"><wicket:message key="gb.lastChange">Last Change</wicket:message></th> + <th></th> <th class="right"></th> </tr> </wicket:fragment> @@ -60,12 +61,13 @@ <th><wicket:message key="gb.owner">Owner</wicket:message></th> <th></th> <th><wicket:message key="gb.lastChange">Last Change</wicket:message></th> + <th></th> <th class="right"></th> </tr> </wicket:fragment> <wicket:fragment wicket:id="groupRepositoryRow"> - <td colspan="6"><span wicket:id="groupName">[group name]</span></td> + <td colspan="7"><span wicket:id="groupName">[group name]</span></td> </wicket:fragment> <wicket:fragment wicket:id="repositoryRow"> @@ -74,6 +76,7 @@ <td class="author"><span wicket:id="repositoryOwner">[repository owner]</span></td> <td style="text-align: right;padding-right:10px;"><img class="inlineIcon" wicket:id="ticketsIcon" /><img class="inlineIcon" wicket:id="docsIcon" /><img class="inlineIcon" wicket:id="frozenIcon" /><img class="inlineIcon" wicket:id="accessRestrictionIcon" /></td> <td><span wicket:id="repositoryLastChange">[last change]</span></td> + <td style="text-align: right;padding-right:15px;"><span style="font-size:0.8em;" wicket:id="repositorySize">[repository size]</span></td> <td class="rightAlign"> <span wicket:id="repositoryLinks"></span> <a style="text-decoration: none;" wicket:id="syndication"> -- Gitblit v1.9.1