[rt-devel] [PATCH] s/Response|Correspondence/Reply/
Darrin Thompson
darrint at progeny.com
Fri Feb 13 17:46:00 EST 2004
The fact that RT uses three different words to indicate "Reply" was
confusing to some of us. This patch makes the interface more consistent.
* Consistently use "Reply" instead of: Reply/Response/Correspondence
See attached.
--
Darrin
-------------- next part --------------
Index: share/html/Ticket/ModifyAll.html
===================================================================
--- share/html/Ticket/ModifyAll.html (revision 14569)
+++ share/html/Ticket/ModifyAll.html (revision 14570)
@@ -69,7 +69,7 @@
<option value="private" ><&|/l&>Comments (Not sent to requestors)</&></option>
% }
% if ($CanRespond) {
- <option value="response"><&|/l&>Response to requestors</&></option>
+ <option value="response"><&|/l&>Reply to requestors</&></option>
% }
</select>
</td>
Index: share/html/Ticket/Update.html
===================================================================
--- share/html/Ticket/Update.html (revision 14569)
+++ share/html/Ticket/Update.html (revision 14570)
@@ -68,7 +68,7 @@
<option value="private" <%$CommentDefault%>><&|/l&>Comments (Not sent to requestors)</&></option>
% }
% if ($CanRespond) {
- <option value="response" <%$ResponseDefault%>><&|/l&>Response to requestors</&></option>
+ <option value="response" <%$ResponseDefault%>><&|/l&>Reply to requestors</&></option>
% }
</select>
</td></tr>
Index: share/html/Search/Bulk.html
===================================================================
--- share/html/Search/Bulk.html (revision 14569)
+++ share/html/Search/Bulk.html (revision 14570)
@@ -129,7 +129,7 @@
<tr><td align=right><&|/l&>Update Type</&>:</td>
<td><select name="UpdateType">
<option value="private" ><&|/l&>Comments (not sent to requestors)</&></option>
-<option value="response" ><&|/l&>Response to requestors</&></option>
+<option value="response" ><&|/l&>Reply to requestors</&></option>
</select>
</td></tr>
<tr><td align=right><&|/l&>Subject</&>:</td><td> <input name="UpdateSubject" size=60 value=""></td></tr>
Index: share/html/Admin/Queues/Modify.html
===================================================================
--- share/html/Admin/Queues/Modify.html (revision 14569)
+++ share/html/Admin/Queues/Modify.html (revision 14570)
@@ -47,7 +47,7 @@
<&|/l&>Description</&>:</TD><TD COLSPAN=3><INPUT name="Description" value="<% ($Create) ? "" : $QueueObj->Description %>" size=60></TD></TR>
<TR>
<TD ALIGN=RIGHT>
-<&|/l&>Correspondence Address</&>:
+<&|/l&>Reply Address</&>:
</TD><TD>
<INPUT name="CorrespondAddress" value="<% ($Create) ? "" : $QueueObj->CorrespondAddress %>">
<BR><font size="-1"><i><&|/l , $RT::CorrespondAddress&>(If left blank, will default to [_1]</&></i></font>
Index: share/html/Admin/Elements/ModifyQueue
===================================================================
--- share/html/Admin/Elements/ModifyQueue (revision 14569)
+++ share/html/Admin/Elements/ModifyQueue (revision 14570)
@@ -35,7 +35,7 @@
<&|/l&>Description</&>:</TD><TD COLSPAN=3><INPUT name="Description" value="<%$QueueObj->Description%>" size=60></TD></TR>
<TR>
<TD ALIGN=RIGHT>
-<&|/l&>Correspondence Address</&>:
+<&|/l&>Reply Address</&>:
</TD><TD>
<INPUT name="CorrespondAddress" value="<%$QueueObj->CorrespondAddress%>">
</TD>
More information about the Rt-devel
mailing list