Add the ability to edit text from ChangeInfoBlock

An edit icon appears in ChangeInfoBlock.  Clicking on it allows the user
to type in a textbox the new topic and add an optional message to be
posted to the change.

Editing the topic is restricted to users who can upload new patchsets.
This seems appropriate since currently a user has to upload a new
patchset to change the topic.

Change-Id: I6a2ceb92f4a40e2ee27a50d045407d8f7921863d
This commit is contained in:
Conley Owens
2012-11-13 14:27:11 -08:00
parent f06d2413ce
commit 66c01952ef
7 changed files with 81 additions and 2 deletions

View File

@@ -101,6 +101,13 @@ public interface ChangeConstants extends Constants {
String changeInfoBlockCanMergeYes();
String changeInfoBlockCanMergeNo();
String buttonAlterTopic();
String buttonAlterTopicBegin();
String buttonAlterTopicSend();
String buttonAlterTopicCancel();
String headingAlterTopicMessage();
String alterTopicTitle();
String includedInTableBranch();
String includedInTableTag();