[Rt-commit] [svn] r1149 - rt/branches/rt-3.1/html/Ticket

huberth at pallas.eruditorum.org huberth at pallas.eruditorum.org
Sat Jun 26 01:43:00 EDT 2004


Author: huberth
Date: Sat Jun 26 01:43:00 2004
New Revision: 1149

Modified:
   rt/branches/rt-3.1/html/Ticket/Update.html
Log:
RT-Ticket: 5318
RT-Status: resolved

 * The Reply/Comment dropdown box now defaults to Comment unless the user
   has clicked Reply.

Modified: rt/branches/rt-3.1/html/Ticket/Update.html
==============================================================================
--- rt/branches/rt-3.1/html/Ticket/Update.html	(original)
+++ rt/branches/rt-3.1/html/Ticket/Update.html	Sat Jun 26 01:43:00 2004
@@ -125,7 +125,7 @@
 # for the convenience:
 
 my ($CommentDefault, $ResponseDefault);
-if (($Action eq 'Comment') or ($ARGS{'UpdateType'} eq 'private')) {
+if ($Action ne 'Respond') {
    $CommentDefault = "SELECTED"; 
 } else {
     $ResponseDefault = "SELECTED";


More information about the Rt-commit mailing list