summaryrefslogtreecommitdiffstats
path: root/fetchmail-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail-config-html.lsp')
-rw-r--r--fetchmail-config-html.lsp3
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail-config-html.lsp b/fetchmail-config-html.lsp
index b686400..ac44511 100644
--- a/fetchmail-config-html.lsp
+++ b/fetchmail-config-html.lsp
@@ -1,7 +1,7 @@
<% local view, viewlibrary, page_info, session = ... %>
<% require("viewfunctions") %>
-<% displaycommandresults({"deleteentry"}, session) %>
+<% displaycommandresults({"editconfig", "editentry", "deleteentry", "createentry"}, session) %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
@@ -12,6 +12,7 @@ end %>
<DL>
<dt>Edit global settings</dt>
<dd><form action="<%= page_info.script .. page_info.prefix .. page_info.controller .. "/editconfig" %>" method="POST">
+<input class="hidden" type="hidden" name="redir" value="<%= page_info.orig_action %>" >
<input type=submit value="Edit" class="submit">
</form></dd>
</DL>