diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-16 18:32:35 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-16 18:32:35 +0100 |
commit | 89d7ae58740710d8970b13046b7cf0277aa9d893 (patch) | |
tree | 494bb8182778ea97caacf53a1bb0663c7e6465a4 /template | |
parent | c52852accd42f4a8141f37581d86f0ed006ad393 (diff) | |
download | bugs-89d7ae58740710d8970b13046b7cf0277aa9d893.tar bugs-89d7ae58740710d8970b13046b7cf0277aa9d893.tar.gz bugs-89d7ae58740710d8970b13046b7cf0277aa9d893.tar.bz2 bugs-89d7ae58740710d8970b13046b7cf0277aa9d893.tar.xz bugs-89d7ae58740710d8970b13046b7cf0277aa9d893.zip |
Bug 958875: Add a progress bar to the Server Push page
r=dkl a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/list/server-push.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/list/server-push.html.tmpl b/template/en/default/list/server-push.html.tmpl index f666d9c8c..65358e6cd 100644 --- a/template/en/default/list/server-push.html.tmpl +++ b/template/en/default/list/server-push.html.tmpl @@ -21,6 +21,10 @@ <body> <h1 id="serverpush_msg">Please stand by ...</h1> + <p class="center"> + <progress>Data is being retrieved...</progress> + </p> + [% IF debug %] <p>[% query FILTER html %]</p> [% IF query_explain.defined %] |