diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | lbu-commit-html.lsp | 7 | 
2 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,6 @@  APP_NAME=alpine-conf  PACKAGE=acf-$(APP_NAME) -VERSION=0.3.1 +VERSION=0.3.2  APP_DIST=\  	lbu* \ diff --git a/lbu-commit-html.lsp b/lbu-commit-html.lsp index fdf44c6..672873e 100644 --- a/lbu-commit-html.lsp +++ b/lbu-commit-html.lsp @@ -35,6 +35,11 @@ displayinfo(myform,tags,"viewonly")  local tags = { "lbusimulate", "lbucommit", "lbucleanmedia", }  displayinfo(myform,tags)  ?> + +<? if (form.cmdresult) then ?> +       <dt>Result of previous action</dt> +               <dd><pre><?= form.cmdresult ?></pre></DD> +<? end ?> +  </DL>  </form> -  | 
