[Rt-commit] r13237 - rt/branches/3.8-TESTING/share/html/Admin/Users

ruz at bestpractical.com ruz at bestpractical.com
Thu Jun 12 17:33:36 EDT 2008


Author: ruz
Date: Thu Jun 12 17:33:36 2008
New Revision: 13237

Modified:
   rt/branches/3.8-TESTING/share/html/Admin/Users/index.html

Log:
* maintain form values between requests

Modified: rt/branches/3.8-TESTING/share/html/Admin/Users/index.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Admin/Users/index.html	(original)
+++ rt/branches/3.8-TESTING/share/html/Admin/Users/index.html	Thu Jun 12 17:33:36 2008
@@ -83,7 +83,7 @@
 %     next unless defined $ARGS{ $field } && length $ARGS{ $field };
 <input type="hidden" name="<% $field %>" value="<% $ARGS{ $field } %>" />
 % }
-<&|/l&>Find people whose</&> <& /Elements/SelectUsers &><br />
+<&|/l&>Find people whose</&> <& /Elements/SelectUsers, %ARGS &><br />
 <input type="checkbox" class="checkbox" name="FindDisabledUsers" value="1" <% $FindDisabledUsers? 'checked="checked"': '' %> />
 <&|/l&>Include disabled users in search.</&>
 <br />


More information about the Rt-commit mailing list