summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full/luasrc/view/admin_system
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-09-06 15:15:38 +0000
committerSteven Barth <steven@midlink.org>2008-09-06 15:15:38 +0000
commit9ce58c0339f2b570c049c7bee04af66c3d695a39 (patch)
tree616201d00027969fa0508ac0691f3629e30d07a6 /modules/admin-full/luasrc/view/admin_system
parent9befed193ae828c2b58390e8c0efafdab37f45b8 (diff)
Made flashing more responsive as well
Diffstat (limited to 'modules/admin-full/luasrc/view/admin_system')
-rw-r--r--modules/admin-full/luasrc/view/admin_system/upgrade.htm5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/view/admin_system/upgrade.htm b/modules/admin-full/luasrc/view/admin_system/upgrade.htm
index e0fbb9332..03cd555c7 100644
--- a/modules/admin-full/luasrc/view/admin_system/upgrade.htm
+++ b/modules/admin-full/luasrc/view/admin_system/upgrade.htm
@@ -34,7 +34,10 @@ $Id$
</div>
</form>
<% elseif ret then %>
- <% if ret == 0 then %>
+ <p><%:a_s_flash_received%></p>
+ <p><%:a_s_flash_inprogress%></p>
+ <% 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>