summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-04-16 11:45:55 +0000
committerMika Havela <mika.havela@gmail.com>2008-04-16 11:45:55 +0000
commitc0360b465fdde8ae37a7f12293d76863c2a7c1b4 (patch)
tree81f24c37df3f85b08e6181cc0ec38413cc71e212
parentf83a1a729f68ab79138857a884308084e23cd595 (diff)
downloadacf-alpine-conf-c0360b465fdde8ae37a7f12293d76863c2a7c1b4.tar.bz2
acf-alpine-conf-c0360b465fdde8ae37a7f12293d76863c2a7c1b4.tar.xz
Once again showing the result of simulate/commitv0.3.2
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@997 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--Makefile2
-rw-r--r--lbu-commit-html.lsp7
2 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4977951..5510dd9 100644
--- a/Makefile
+++ b/Makefile
@@ -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>
-