[Rt-commit] r2620 - rt/branches/3.4-RELEASE/html/Admin/Users

autrijus at bestpractical.com autrijus at bestpractical.com
Wed Apr 13 11:19:54 EDT 2005


Author: autrijus
Date: Wed Apr 13 11:19:54 2005
New Revision: 2620

Modified:
   rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html
Log:
* Never mind my last change -- I saw "VALUE = 1" and trigger-happily
  inferred that it should default to CHECKED.  Which is, of course,
  not the case.  Reverted.

Modified: rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html
==============================================================================
--- rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html	(original)
+++ rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html	Wed Apr 13 11:19:54 2005
@@ -110,7 +110,7 @@
 
 
 <INPUT TYPE=HIDDEN NAME="SetPrivileged" VALUE="1">
-<INPUT TYPE=CHECKBOX NAME="Privileged" CHECKED <%$PrivilegedChecked%>> <&|/l&>Let this user be granted rights</&><BR>
+<INPUT TYPE=CHECKBOX NAME="Privileged" VALUE="1" <%$PrivilegedChecked%>> <&|/l&>Let this user be granted rights</&><BR>
 		    
 % unless ($RT::WebExternalAuth and !$RT::WebFallbackToInternalAuth) {
 <TABLE>


More information about the Rt-commit mailing list