From a838425ca393ee12242e0164160cef616c4bfb7a Mon Sep 17 00:00:00 2001 From: interp Date: Wed, 12 May 2004 20:20:52 +0000 Subject: [PATCH] Show update message if entered energy is out of range. --- web-server/root/surflets/spaceship.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-server/root/surflets/spaceship.scm b/web-server/root/surflets/spaceship.scm index 26d6638..39a1953 100644 --- a/web-server/root/surflets/spaceship.scm +++ b/web-server/root/surflets/spaceship.scm @@ -363,10 +363,10 @@ specify a positive number.") (body (surflet-form ,new-url GET + ,(print-update update-text) ,(if (and checkboxes+text energy-input) `((h2 "Step 3 -- Specify arming") (p "Please select one or more arm types for your ship and amount of energy you want to spent for it or them, respectively.") - ,(print-update update-text) (p (table ,@(map (lambda (checkbox+text) `(tr (td ,(car checkbox+text))