Closed (works as designed)
Project:
Mailchimp
Version:
6.x-2.4
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2011 at 15:29 UTC
Updated:
27 Apr 2011 at 07:33 UTC
'#value' => t('save settings'),
Should be 'Save settings'.
Though really, shouldn't it be something more descriptive and helpful to the average user? To an anonymous user this looks uncomfortably like the site's innards have accidentally spilled out!
Comments
Comment #1
joachim commentedAh, as anon user I see a button that says 'Sign up' :)
Comment #2
mikeejt commentedIs there a way to override this on the theme level?
I was working on customizing the button on the form for anon users
I found no documentation and tried different things in my template.php file such as:
Comment #3
levelos commentedhook_form_alter, which you can't implement in the theme in D6.
Comment #4
joachim commentedForms do have a theme function though.
theme_mailchimp_subscribe_anon_form should work if there's a hook_theme that declares it.