diff options
Diffstat (limited to 'applications/luci-splash/luasrc/view')
-rw-r--r-- | applications/luci-splash/luasrc/view/splash_splash/splash.htm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/applications/luci-splash/luasrc/view/splash_splash/splash.htm b/applications/luci-splash/luasrc/view/splash_splash/splash.htm index 01dfd05c1..8554913cd 100644 --- a/applications/luci-splash/luasrc/view/splash_splash/splash.htm +++ b/applications/luci-splash/luasrc/view/splash_splash/splash.htm @@ -14,8 +14,12 @@ $Id$ -%> <%+header%> <%+splash/splash%> + <form method="get" action="<%=controller%>/splash/activate"> - <input type="submit" value="<%:Decline%>" /> - <input type="submit" name="accept" value="<%:Accept%>" /> + <p> + <input type="submit" value="<%:Decline%>" /> + <input type="submit" name="accept" value="<%:Accept%>" /> + </p> </form> + <%+footer%> |