Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame^] | 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/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 frequently. |
| 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 issues that |
| 24 | satisfy that query are modified.<br/> |
| 25 | Subscription notifications are only generated for users who have visited the |
| 26 | site within the past six months. |
| 27 | </div> |
| 28 | <br> |
| 29 | |
| 30 | <form action="queries.do" method="POST"> |
| 31 | <input type="hidden" name="token" value="[form_token]"> |
| 32 | [include "../framework/saved-queries-admin-part.ezt" "user"] |
| 33 | |
| 34 | <input type="submit" id="savechanges" name="btn" value="Save changes" |
| 35 | class="submit"> |
| 36 | |
| 37 | </form> |
| 38 | |
| 39 | </div> |
| 40 | </div> |
| 41 | |
| 42 | [end][# if not read-only] |
| 43 | |
| 44 | [include "../framework/footer.ezt"] |