diff options
author | Mark Wells <mark@freeside.biz> | 2013-08-06 16:27:28 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-08-06 16:27:28 -0700 |
commit | 326d5fb8855e84a0932fca99e54049d71d973cc4 (patch) | |
tree | 773a36696ad186ca6fc751822294cdfe24084763 /httemplate/search/elements | |
parent | 9a753a28cb38ddf6e500805246173a8a1d12894a (diff) |
delete inventory items, #24386
Diffstat (limited to 'httemplate/search/elements')
-rw-r--r-- | httemplate/search/elements/checkbox-foot.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/elements/checkbox-foot.html b/httemplate/search/elements/checkbox-foot.html index be1caab91..cc4bac69b 100644 --- a/httemplate/search/elements/checkbox-foot.html +++ b/httemplate/search/elements/checkbox-foot.html @@ -26,7 +26,8 @@ array is a hashref of either: of "submit" becomes the "value" property of the button (and thus its label). If "confirm" is specified, the button will have an onclick handler that displays the value of "confirm" in a popup message box and asks the user to -confirm the choice. +confirm the choice. The hashref may also have a "name" property, which +sets the name of the submit button. - "onclick" and "label". Creates a non-submit button that executes the Javascript code in "onclick". "label" is used as the text of the button. |