summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-mini/luasrc/view
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-09-06 15:59:18 +0000
committerSteven Barth <steven@midlink.org>2008-09-06 15:59:18 +0000
commit7514604860540ad30bbe82aabc6692f89f301b92 (patch)
treebcf203d29fb6111e2563711770d2ce1476ae5f56 /modules/admin-mini/luasrc/view
parentf61bd1a78c69e3f492b18fd4ac14873cb009b8ef (diff)
Fixed responsiveness for flashing process
Diffstat (limited to 'modules/admin-mini/luasrc/view')
-rw-r--r--modules/admin-mini/luasrc/view/mini/upgrade.htm8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules/admin-mini/luasrc/view/mini/upgrade.htm b/modules/admin-mini/luasrc/view/mini/upgrade.htm
index e0fbb93326..569a0bbd27 100644
--- a/modules/admin-mini/luasrc/view/mini/upgrade.htm
+++ b/modules/admin-mini/luasrc/view/mini/upgrade.htm
@@ -34,7 +34,13 @@ $Id$
</div>
</form>
<% elseif ret then %>
- <% if ret == 0 then %>
+ <p><%:a_s_flash_received%></p>
+ <p><%:a_s_flash_inprogress%></p>
+
+<!-- <%=string.rep(" ", 2048)%> -->
+ <% %>
+ <% local ret = ret()
+ if ret == 0 then %>
<div class="ok"><%:a_s_flash_flashed%></div>
<% else %>
<div class="error"><%:a_s_flash_flasherr%>! (<%:code%> <%=ret%>)</div>