Changes between Version 23 and Version 24 of BluePrintREST
- Timestamp:
- 12/31/08 19:22:03 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintREST
v23 v24 42 42 def shn_list_item(table,action,display='table.name',extra=None): 43 43 if extra: 44 items=DIV(TR(TD(A(eval(display),_href=t2.action(action,table.id))),TD(e xtra)))44 items=DIV(TR(TD(A(eval(display),_href=t2.action(action,table.id))),TD(eval(extra)))) 45 45 else: 46 46 items=DIV(A(eval(display),_href=t2.action(action,table.id)))