Arrange options for ProjectInfoScreen in tables

* Missing labels for options have been added.
* Labels are now to the left of the widget, as in other gerrit forms.

Change-Id: I2d9ea22e9a2a7a1791c23cb4930551fc956e82b1
This commit is contained in:
Christian Aistleitner
2013-03-06 11:53:59 +01:00
parent b5b5c79b43
commit 805748b56c
3 changed files with 58 additions and 33 deletions

View File

@@ -64,12 +64,14 @@ public interface AdminConstants extends Constants {
String columnProjectName();
String headingAgreements();
String headingProjectSubmitType();
String projectSubmitType_FAST_FORWARD_ONLY();
String projectSubmitType_MERGE_ALWAYS();
String projectSubmitType_MERGE_IF_NECESSARY();
String projectSubmitType_REBASE_IF_NECESSARY();
String projectSubmitType_CHERRY_PICK();
String headingProjectState();
String projectState_ACTIVE();
String projectState_READ_ONLY();
String projectState_HIDDEN();