diff options
Diffstat (limited to 'lbu-commit-html.lsp')
-rw-r--r-- | lbu-commit-html.lsp | 7 |
1 files changed, 6 insertions, 1 deletions
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> - |