diff options
author | Byron Jones <bjones@mozilla.com> | 2012-07-17 09:53:59 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-07-17 09:53:59 +0200 |
commit | 93ae141ca9e906cf65e1b77dabaea6a8db21c6f7 (patch) | |
tree | e70669983e7a3afb3d6098bcd782c9f4f709306b /extensions/BMO/template/en/default/pages | |
parent | 4608e86fd168d956cf1a3ce28843344327fbb166 (diff) | |
download | bugzilla-93ae141ca9e906cf65e1b77dabaea6a8db21c6f7.tar.gz bugzilla-93ae141ca9e906cf65e1b77dabaea6a8db21c6f7.tar.xz |
sync some missing changes from bmo/4.0
Diffstat (limited to 'extensions/BMO/template/en/default/pages')
-rw-r--r-- | extensions/BMO/template/en/default/pages/user_activity.html.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/pages/user_activity.html.tmpl b/extensions/BMO/template/en/default/pages/user_activity.html.tmpl index 3e6695484..377d7c244 100644 --- a/extensions/BMO/template/en/default/pages/user_activity.html.tmpl +++ b/extensions/BMO/template/en/default/pages/user_activity.html.tmpl @@ -78,6 +78,9 @@ </tr> </table> +[% IF debug_sql %] + <input type="hidden" name="debug" value="1"> +[% END %] </form> <script type="text/javascript"> @@ -87,6 +90,10 @@ [% IF action == 'run' %] +[% IF debug_sql %] + <pre>[% debug_sql FILTER html %]</pre> +[% END %] + [% IF incomplete_data %] <p> There used to be an issue in <a href="http://www.bugzilla.org/">Bugzilla</a> |