diff --git a/VERSION b/VERSION index f4be7625..c7bb6cfb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.5-stable+timestamp.2013.04.06.09.39.30 +Version 2.4.5-stable+timestamp.2013.04.06.09.42.00 diff --git a/gluon/sqlhtml.py b/gluon/sqlhtml.py index 01f3a83a..59e7303e 100644 --- a/gluon/sqlhtml.py +++ b/gluon/sqlhtml.py @@ -2677,7 +2677,7 @@ class SQLTABLE(TABLE): :param selectid: The id you want to select :param renderstyle: Boolean render the style with the table - :param extracolums = [{'label':A('Extra',_href='#'), + :param extracolumns = [{'label':A('Extra',_href='#'), 'class': '', #class name of the header 'width':'', #width in pixels or % 'content':lambda row, rc: A('Edit',_href='edit/%s'%row.id), @@ -2699,8 +2699,8 @@ class SQLTABLE(TABLE): }, } - table = SQLTABLE(rows, headers=headers, extracolums=extracolums) - + table = SQLTABLE(rows, headers=headers, extracolumns=extracolumns) +`< """