Add the hidden userPrefs.userID fields to the user prefs page so that changes to users other than yourself actually take effect.

This commit is contained in:
ian%hixie.ch 2002-05-07 12:16:01 +00:00
parent 15a673155f
commit 2eccf38d60

View File

@ -127,6 +127,9 @@ TemplateToolkit
[%- "\n </ol>" IF manyUsers -%]
<p>
[%- FOREACH userID = userIDs %]
<input type="hidden" name="userPrefs.userID" value="[% userID %]">
[%- END %]
<input type="hidden" name="command" value="userPrefsSet">
<input type="submit" value="Submit">
</p>