Can change the line 1556 of sqlhtml.py from:

message = error or T('%(nrows)s records found' % dict(nrows=nrows))

to:

message = error or '%(nrows)s' % dict(nrows=nrows) +  T(' records found')

because every time a new row appear y get 1 records found, 2 records found
... n records found, and i have to translate every line in es-es.py.

I Think that fix works for all languages.

2011/9/26 Bruno Rocha <rochacbr...@gmail.com>

> You can set showbuttontext=False you will get only icons.
>
> http://zerp.ly/rochacbruno
> Em 26/09/2011 07:56, "António Ramos" <ramstei...@gmail.com> escreveu:
>
> > can i create a collapsible/expandable column ?
> >
> > Also the edit button and delete button takes a lot of space in the right
> > side of the table.Also they repeat for each row. This i think is not
> pretty
> > and functional.
> > Could it be improved ?
> >
> > 2011/9/26 JmiXIII <sylvn.p...@gmail.com>
> >
> >> +1 Powertable intant search for each column is really powerfull
> >>
>

Reply via email to