I talking about this demo:
http://recordselect.codelevy.com/

And no, there is no any requests when I'm typing.

2010/9/21 Andrey Voronkov <[email protected]>:
> when i've changed this:
> rs_("Next %d", page.pager.per_page) + " " +
> image_tag('record_select/next.gif', :alt => rs_('Next'))
>
> to this:
>
> image_tag('record_select/next.gif', :alt => rs_('Next')) + " " +
> rs_("Next %d", page.pager.per_page)
>
> it worked for me, before that next link contained html markup and no
> pretty arrow image
>
> 2010/9/21 Sergio Cambra .:: entreCables S.L. ::. <[email protected]>:
>> rs_("Next %d", page.pager.per_page) + " " +
>>> image_tag('record_select/next.gif', :alt => rs_('Next'))
>

-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/activescaffold?hl=en.

Reply via email to