Show update message if entered energy is out of range.
This commit is contained in:
parent
5e12e7ec0e
commit
a838425ca3
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue