Thanks. I think I'll end up using little gifs to represent the up and down arrows.
On Mon, Oct 17, 2011 at 11:55 PM, Jeremy Burns | Class Outfit < [email protected]> wrote: > These characters are set in css. Look for these lines and alter them: > > th a.asc:after { > content: ' ⇣'; > } > th a.desc:after { > content: ' ⇡'; > } > > > Jeremy Burns > Class Outfit > > Tel: +44 (0) 208 123 3822 > Mob: +44 (0) 7973 481949 > Skype: jeremy_burns > http://www.classoutfit.com > > > Jeremy Burns > Class Outfit > > http://www.classoutfit.com > > On 17 Oct 2011, at 21:14, Yves S. Garret wrote: > > There's an issue. After I made this work, I inserted code for AJAX to take > care of the pagination. Now, when I try to sort based on last name or first > name, the up or down arrows are replaced with a bunch of funky characters, > looks like some unicode that's not getting translated properly. I'm using > IE 8.0. > > Is there a way to just have v or ^ in place of those chars? Where would I > set that? > > On Fri, Oct 14, 2011 at 10:12 PM, Marcus James <[email protected]> wrote: > >> Hi Garret, >> >> 2 things:- >> >> >> 1. *In your controller use this >> >> $this->set('provider', $this->paginate('Provider')); >> >> * >> 2. *In your view add this line at the end >> >> <td>echo <http://www.php.net/echo> $this->Paginator->numbers()</td>* >> >> * >> * >> *Enjoy* >> * >> * >> *Marcus* >> >> -- >> Our newest site for the community: CakePHP Video Tutorials >> http://tv.cakephp.org >> Check out the new CakePHP Questions site http://ask.cakephp.org and help >> others with their CakePHP related questions. >> >> >> To unsubscribe from this group, send email to >> [email protected] For more options, visit this group >> at http://groups.google.com/group/cake-php >> > > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
