Re: Datatable, style on ascending/descending

2010-03-23 Thread loicd
x; > background-image: url(../images/btn_arrow_down.png); > background-position: right; > background-repeat: no-repeat; > } > > > loicd wrote: >> >> Thanks a lot! >> >> > > -- View this message in context: http://old

Re: Datatable, style on ascending/descending

2010-03-23 Thread loicd
./images/arrow_down.png) no-repeat right; > } > > tr.headers th.wicket_orderNone a { > background : url(../images/arrow_off.png) no-repeat right; > } > > Regards, > > Gabriel. > > > loicd wrote: >> >> Hi all, >> i'm wondering if it

Re: Datatable Internationalization

2009-02-25 Thread loicd
Thanks a lot i'm going to try this! I was using MyApp.properties file, not MyPage.properties, maybe it's the reason why it didn't work. I'm already using "dataTableName.no-records-found=Aucun enregistrement trouvé" for the NoRecordToolBar, it works fine in MyApp.properties file. Thanks again!