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

Side by Side Diff: appengine/monorail/templates/features/saved-queries-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 title][if-any viewing_self]My[else][viewed_username][end] saved queries[ end]
2 [define category_css]css/ph_detail.css[end]
3
4 [include "../framework/master-header.ezt" "showusertabs" "t4"]
5
6
7 <h3>Saved queries</h3>
8
9 [if-any read_only][include "../framework/read-only-rejection.ezt"]
10 [else]
11 <div class="section">
12
13 <div class="closed">
14 <div>Saved queries allow you to quickly view issue lists that you use freque ntly.
15 <a class="ifClosed toggleHidden" href="#"
16 style="font-size:90%; margin:0 1em">Learn more</a>
17 </div>
18
19 <div id="filterhelp" class="ifOpened help">
20 Personal saved queries allow you to keep track of the issues that matter most to you.<br/>
21 When you are in a project, you can choose one of your saved queries from the
22 the bottom section of the search dropdown menu that is next to the issue search box.<br/>
23 You can also subscribe to any query to get email notifications when issu es that
24 satisfy that query are modified.
25 </div>
26 <br>
27
28 <form action="queries.do" method="POST">
29 <input type="hidden" name="token" value="[form_token]">
30 [include "../framework/saved-queries-admin-part.ezt" "user"]
31
32 <input type="submit" id="savechanges" name="btn" value="Save changes"
33 class="submit">
34
35 </form>
36
37 </div>
38 </div>
39
40 [end][# if not read-only]
41
42 [include "../framework/master-footer.ezt"]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698