if auth.messages.submit_button = 'Login'
On May 27, 6:26 am, Phyo Arkar <[email protected]> wrote: > Should be fixed at default too > > > > > > > > On Fri, May 27, 2011 at 2:57 AM, Bruno Rocha <[email protected]> wrote: > > def user(): > > > *form = auth() form.element(_type='submit')['value'] = 'Login'* > > return dict(form=form) > > > -- > > Bruno Rocha > > [ About me:http://zerp.ly/rochacbruno] > > > On Thu, May 26, 2011 at 4:52 PM, Jason Brower <[email protected]> wrote: > > >> Don't you think the Login button should say Login rather than Submit? It > >> makes more sence and I got 4 people that told me they were confused when > >> they saw the button say that. So with Auth, could we change the name of > >> the > >> button to "Login"? > >> Is there a quick fix for that? > > >> Best Regards, > >> Jason Brower

