saheba
2013-03-25 2a8a74bedafdb56b7e7edcb42642dc1eb5e54fff
src/com/gitblit/wicket/panels/FederationRegistrationsPanel.java
@@ -66,9 +66,9 @@
            item.add(WicketUtils.getRegistrationImage("typeIcon", entry, this));
            item.add(WicketUtils.createDateLabel("lastPull", entry.lastPull, getTimeZone()));
            item.add(WicketUtils.createDateLabel("lastPull", entry.lastPull, getTimeZone(), getTimeUtils()));
            item.add(WicketUtils
                  .createTimestampLabel("nextPull", entry.nextPull, getTimeZone()));
                  .createTimestampLabel("nextPull", entry.nextPull, getTimeZone(), getTimeUtils()));
            item.add(new Label("frequency", entry.frequency));
            WicketUtils.setAlternatingBackground(item, counter);
            counter++;