diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-06-18 20:07:55 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-06-18 20:07:55 +0000 |
commit | da61beb7aef90f48606ab904dbe2131b50b12912 (patch) | |
tree | 7f919786d519237f184eaacd7a22cd138aabc54c /lib/viewfunctions.lua | |
parent | 08728e7fef784033ab7849324ab21217fe59627f (diff) | |
download | acf-core-da61beb7aef90f48606ab904dbe2131b50b12912.tar.bz2 acf-core-da61beb7aef90f48606ab904dbe2131b50b12912.tar.xz |
Rewrite of tinydns to simplify code and use new cfe model.
Added js to filter records.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1219 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'lib/viewfunctions.lua')
-rw-r--r-- | lib/viewfunctions.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/viewfunctions.lua b/lib/viewfunctions.lua index 312ba3b..a8ad444 100644 --- a/lib/viewfunctions.lua +++ b/lib/viewfunctions.lua @@ -164,7 +164,7 @@ function displayform(myform, order) displayformitem(item) end end - io.write('<DT><input class="submit" type="submit" name="' .. myform.option .. '" value="' .. (myform.submit or myform.option) .. '"></DT>\n') + io.write('<DT></DT><DD><input class="submit" type="submit" name="' .. myform.option .. '" value="' .. (myform.submit or myform.option) .. '"></DD>\n') io.write('</DL>\n') io.write('</FORM>') end |