mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
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:
parent
15a673155f
commit
2eccf38d60
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user