diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-05-15 20:15:32 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-05-15 20:15:32 +0000 |
commit | 846a69204d0d2e54638f8e08a3052b2316827cab (patch) | |
tree | f1e567623b6be1e62f91ba1cfe9383308790bcc9 /app/acf-util/password-html.lsp | |
parent | c1c2252c53ffcb14b98443f8ee2c6da40551f160 (diff) | |
download | acf-core-846a69204d0d2e54638f8e08a3052b2316827cab.tar.bz2 acf-core-846a69204d0d2e54638f8e08a3052b2316827cab.tar.xz |
For cfe.type='form', use cfe.option as the command to save the form data i.e. can be used as button name. Modified pages that use 'form' to also use 'option'.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1122 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/acf-util/password-html.lsp')
-rwxr-xr-x | app/acf-util/password-html.lsp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/acf-util/password-html.lsp b/app/acf-util/password-html.lsp index 8b6d563..5f081c3 100755 --- a/app/acf-util/password-html.lsp +++ b/app/acf-util/password-html.lsp @@ -11,8 +11,6 @@ io.write("</span>") <H1><?= form.label ?></H1> <? - form.action = "" - form.submit = "Save" if form.value.password and form.value.password_confirm then form.value.password.type = "password" form.value.password_confirm.type = "password" |