diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-08-07 12:05:53 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-08-07 12:05:53 -0700 |
commit | 611b71ea70ac43bb52bf6d6b7e23a40694e430df (patch) | |
tree | faf9a6c80604ab0da5a8382873f174cc854d6ae7 /httemplate/search/elements/checkbox-foot.html | |
parent | a9e7226724fb8eba367f8d4781ddec1ac4cf97d6 (diff) | |
parent | a088e707d45a3e88ebc3ce6231c044b58c2347fb (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/search/elements/checkbox-foot.html')
-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. |