summaryrefslogtreecommitdiffstats
path: root/did-controller.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-03-12 16:34:12 +0000
committerTed Trask <ttrask01@yahoo.com>2010-03-12 16:34:12 +0000
commit1da382e71099c1d36ee46962ca9bdb5496acc4a2 (patch)
treeae5cd6a718970739287486553f98c9294d435303 /did-controller.lua
parent80a7245a0696614c5b6e9936f42d3d3ff9971451 (diff)
downloadacf-did-1da382e71099c1d36ee46962ca9bdb5496acc4a2.tar.bz2
acf-did-1da382e71099c1d36ee46962ca9bdb5496acc4a2.tar.xz
Make extension change results more descriptive.
Diffstat (limited to 'did-controller.lua')
-rw-r--r--did-controller.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/did-controller.lua b/did-controller.lua
index 1dceb94..0f30761 100644
--- a/did-controller.lua
+++ b/did-controller.lua
@@ -30,7 +30,7 @@ function searchdefinitionlist(self)
end
function editdefinition(self)
- return controllerfunctions.handle_form(self, function() return self.model.getdefinition(self.clientdata.did) end, self.model.updatedefinition, self.clientdata, "Save", "Edit DID Number", "DID Number Saved")
+ return controllerfunctions.handle_form(self, function() return self.model.getdefinition(self.clientdata.did) end, self.model.updatedefinition, self.clientdata, "Save", "Edit DID Number")
end
function createdefinition(self)
@@ -39,7 +39,7 @@ end
function assigndefinition(self)
self.conf.viewtype = self.clientdata.viewtype or self.conf.viewtype
- return controllerfunctions.handle_form(self, function() return self.model.getdefinition(self.clientdata.did) end, self.model.updatedefinition, self.clientdata, "Save", "Assign DID Number", "DID Number Saved")
+ return controllerfunctions.handle_form(self, function() return self.model.getdefinition(self.clientdata.did) end, self.model.updatedefinition, self.clientdata, "Save", "Assign DID Number")
end
function newdefinition(self)