summaryrefslogtreecommitdiffstats
path: root/lbu-commit-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-01-22 16:14:48 +0000
committerMika Havela <mika.havela@gmail.com>2008-01-22 16:14:48 +0000
commit8d5450a1ad2402c0e5b764a5e033cd9134dd4d23 (patch)
tree276631edba7b2c34399d8702c2f66bb48f09d3a5 /lbu-commit-html.lsp
parent3928babbc55caa5c8b3914fa0a4c26a916c0dbbb (diff)
downloadacf-alpine-conf-8d5450a1ad2402c0e5b764a5e033cd9134dd4d23.tar.bz2
acf-alpine-conf-8d5450a1ad2402c0e5b764a5e033cd9134dd4d23.tar.xz
Added functionallity when activating/deactivating encryption and there already exists a apkovl on the media.
This commit option doesn't look nice, but it works. Need to figure out a better way of doing this. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@627 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'lbu-commit-html.lsp')
-rw-r--r--lbu-commit-html.lsp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lbu-commit-html.lsp b/lbu-commit-html.lsp
index 6164739..ffba7a4 100644
--- a/lbu-commit-html.lsp
+++ b/lbu-commit-html.lsp
@@ -22,6 +22,9 @@
<H2>Save to media</h2>
<form name="cmd" action="" method="POST">
<dl>
+ <dt>Remove existing apk.ovls from media</dt>
+ <dd><input type="checkbox" class="checkbox" name="lbucleanmedia" >
+<p class=attention>Attention!</p><p>By checking this box, you remove all existing archives from the <?= view.status.LBU_MEDIA ?> when commiting (adding the '-d' flag to the commit action).<br>This needs to be done when you want/dont want to encrypt your archive and there already exists archives on the media.<BR>There can only be one sort of arcive on the media.</dd>
<dt>Simulate/Test a commit</dt>
<dd><input type=submit class="submit" name="lbusimulate" value="simulate" ></dd>
<dt>Actually Commit and save changes</dt>