diff options
| author | Mika Havela <mika.havela@gmail.com> | 2008-04-09 13:25:47 +0000 | 
|---|---|---|
| committer | Mika Havela <mika.havela@gmail.com> | 2008-04-09 13:25:47 +0000 | 
| commit | dd701fd625655293a192bc39c9a68b59183d0651 (patch) | |
| tree | 8a89079e5b9de43c8f2344b9477249be9c84c4b2 | |
| parent | 52a457602fc2d7d106ddfa0a686ee8a07c979875 (diff) | |
| download | acf-fetchmail-dd701fd625655293a192bc39c9a68b59183d0651.tar.bz2 acf-fetchmail-dd701fd625655293a192bc39c9a68b59183d0651.tar.xz  | |
Graphical bugfix.
git-svn-id: svn://svn.alpinelinux.org/acf/fetchmail/trunk@969 ab2d0c66-481e-0410-8bed-d214d4d58bed
| -rw-r--r-- | fetchmail-expert-html.lsp | 4 | ||||
| -rw-r--r-- | fetchmail-status-html.lsp | 2 | 
2 files changed, 6 insertions, 0 deletions
diff --git a/fetchmail-expert-html.lsp b/fetchmail-expert-html.lsp index e46fdb2..ca6e6da 100644 --- a/fetchmail-expert-html.lsp +++ b/fetchmail-expert-html.lsp @@ -25,10 +25,12 @@ displayinfo(myform,tags,"viewonly")  <H2>EXPERT CONFIGURATION</H2>  <H3>FILE DETAILS</H3> +<DL>  <?   local tags = { "filename", "filesize", "mtime", "sumerrors" }  displayinfo(myform,tags,"viewonly")  ?> +</DL>  <H3>FILE CONTENT</H3>  <?  @@ -36,10 +38,12 @@ io.write(html.form[form.config.filecontent.type](form.config.filecontent))  ?>  <H2>SAVE AND APPLY ABOVE SETTINGS</H2> +<DL>  <?   local tags = { "cmdsave", }  displayinfo(myform,tags)  ?> +</DL>  <?  -- Management buttons diff --git a/fetchmail-status-html.lsp b/fetchmail-status-html.lsp index 61494ae..aac75b2 100644 --- a/fetchmail-status-html.lsp +++ b/fetchmail-status-html.lsp @@ -19,8 +19,10 @@ displayinfo(myform,tags,"viewonly")  </DL>  <H2>PROGRAM SPECIFIC OPTIONS/INFORMATION</H2> +<DL>  <?   local myform = form.status   local tags = { "configfile", }  displayinfo(myform,tags,"viewonly")  ?> +</DL>  | 
