Posted by chipcleary on January 21, 2012 at 2:14am
2 followers
| Project: | Answers |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | chipcleary |
| Status: | closed (fixed) |
Issue Summary
There is a bug in how the submit button is retitled. This is causing a line of text "Ask Your Question" to show up above the submit button.
Comments
#1
Patch attached and committed to 6.x-2.x-dev.
Was:
$form['actions']['submit']['#value'] = t('Ask Your Question');Changed to:
$form['buttons']['submit']['#value'] = t('Ask Your Question');#2
#3
Automatically closed -- issue fixed for 2 weeks with no activity.