From 7514604860540ad30bbe82aabc6692f89f301b92 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 6 Sep 2008 15:59:18 +0000 Subject: Fixed responsiveness for flashing process --- modules/admin-mini/luasrc/view/mini/upgrade.htm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'modules/admin-mini/luasrc/view/mini/upgrade.htm') 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$ <% elseif ret then %> - <% if ret == 0 then %> +

<%:a_s_flash_received%>

+

<%:a_s_flash_inprogress%>

+ + + <% %> + <% local ret = ret() + if ret == 0 then %>
<%:a_s_flash_flashed%>
<% else %>
<%:a_s_flash_flasherr%>! (<%:code%> <%=ret%>)
-- cgit v1.2.3