Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 1 | [define category_css]css/ph_detail.css[end] |
2 | [include "../framework/header.ezt" "showusertabs" "t1"] | ||||
3 | |||||
4 | <div style="max-width:50em"> | ||||
5 | |||||
6 | <h3>User Preferences</h3> | ||||
7 | |||||
8 | <form action="settings.do" method="POST"> | ||||
9 | [include "unified-settings.ezt"] | ||||
10 | [if-any read_only][else] | ||||
11 | <input id="submit_btn" type="submit" name="btn" value="Save preferences"> | ||||
12 | [end] | ||||
13 | </form> | ||||
14 | |||||
15 | </div> | ||||
16 | |||||
17 | [include "../framework/footer.ezt"] |