Changes between Version 23 and Version 24 of BluePrintREST


Ignore:
Timestamp:
12/31/08 19:22:03 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintREST

    v23 v24  
    4242def shn_list_item(table,action,display='table.name',extra=None):
    4343    if extra:
    44         items=DIV(TR(TD(A(eval(display),_href=t2.action(action,table.id))),TD(extra)))
     44        items=DIV(TR(TD(A(eval(display),_href=t2.action(action,table.id))),TD(eval(extra))))
    4545    else:
    4646        items=DIV(A(eval(display),_href=t2.action(action,table.id)))