diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 263c155af..2839c4b5a 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -17,6 +17,7 @@ - fixed: Cannot Instantiate Template - fixed: Adding Donation Asset breaks style template - fixed: Adding Flat Discount Coupon causes "Problem w/ Request" error + - fixed: No label for yes/no radio buttons 7.5.12 - skipping this release diff --git a/lib/WebGUI/Asset/Wobject/DataForm.pm b/lib/WebGUI/Asset/Wobject/DataForm.pm index 0241788d0..c846ac37f 100644 --- a/lib/WebGUI/Asset/Wobject/DataForm.pm +++ b/lib/WebGUI/Asset/Wobject/DataForm.pm @@ -248,6 +248,7 @@ sub definition { }, label => $i18n->get('defaultView'), hoverHelp => $i18n->get('defaultView description'), + tab => 'display', }, acknowledgement => { fieldType => "HTMLArea", @@ -285,8 +286,11 @@ sub definition { hoverHelp => $i18n->get('group to view entries description'), }, useCaptcha => { + tab => 'properties', fieldType => "yesNo", defaultValue => 0, + label => $i18n->get('editForm useCaptcha label'), + hoverHelp => $i18n->get('editForm useCaptcha description'), }, fieldConfiguration => { fieldType => 'hidden',