Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(666)

Side by Side Diff: appengine/monorail/templates/sitewide/user-settings-page.ezt

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [define category_css]css/ph_detail.css[end]
2 [include "../framework/master-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/master-footer.ezt"]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698