rohit
(Rohit N Sarpotdar)
October 9, 2009, 2:29pm
1
Hello all,
Following is the code …
$cLinkpager=$this->widget('CLinkPager',array('pages'=>$pages,'cssFile'=>'css/mypager.css'));
This code loads mypager.css file and also publishes its own pager.css file after that.
So, it is causing pager.css to override mypager.css
Is there anything wrong I’m doing? please help
rohit
(Rohit N Sarpotdar)
October 27, 2009, 8:25am
2
Bump! Is this a bug?? Please reply someone!!!
Because of this, I have to make changes to original pager.css! Which I think is not a good idea in real environment, where I might need different themes.
qiang
(Qiang Xue)
October 27, 2009, 11:47am
3
I guess you are using several CLinkPager in the same page and some of them don’t have cssFile set.
rohit
(Rohit N Sarpotdar)
October 27, 2009, 1:21pm
4
Ohh, i was trying in list action where there are two pagers! One above lists and second at the bottom!
My mistake.