From e3f8780934093cbf4618bfa39f69f25920dfb28e Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 22 Oct 2008 18:50:22 +0000 Subject: Modified viewfunctions to split displayform, creating displayformstart and displayformend, to provide flexibility while still using the library. Also added support for hidden fields - including a common redir field. Removed redirectOnSuccess from controllerfunctions handle_form, and replaced it with the redir field. Removed redirectOnSuccess from controllers that used it and added handlecommandresults and redir entries to links and forms throughout many views. This will cause a redirect to the originating view when a form is successfully completed. acf_www-controller now includes orig_action in page_info to report the original action launched by the user. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed --- tinydns-controller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinydns-controller.lua') diff --git a/tinydns-controller.lua b/tinydns-controller.lua index bcaffa4..7155612 100644 --- a/tinydns-controller.lua +++ b/tinydns-controller.lua @@ -23,7 +23,7 @@ end function newfile(self) return controllerfunctions.handle_form(self, self.model.getnewconfigfile, function(value) return self.model.createconfigfile(self, value, sessiondata.userinfo.userid) - end, self.clientdata, "Create", "Create New Config File", "Config File Created", "listfiles") + end, self.clientdata, "Create", "Create New Config File", "Config File Created") end function listfiles(self) -- cgit v1.2.3