12 | | db.table.field.comment=DIV(A(T('Add Contact'),_class='popup',_href=URL(r=request,c='pr',f='person',args='create',vars=dict(format='plain')),_target='top'),A(SPAN("[Help]"),_class="tooltip",_title=T("Contact|The Person to contact for this."))) |
| 12 | db.table.field.comment = DIV(A(T('Add Contact'),_class='popup',_href=URL(r=request, c='pr', f='person', args='create', vars=dict(format='plain')), _target='top'), A(SPAN("[Help]"), _class="tooltip", _title=T("Contact|The Person to contact for this."))) |
35 | | elif representation=="popup": |
36 | | form=crud.create(table,onvalidation=onvalidation) |
37 | | response.view='popup.html' |
38 | | return dict(module_name=module_name,form=form,module=module,resource=resource,main=main,caller=request.vars.caller) |
| 35 | elif representation == "popup": |
| 36 | form = crud.create(table, onvalidation=onvalidation) |
| 37 | response.view = 'popup.html' |
| 38 | return dict(module_name=module_name, form=form, module=module, resource=resource, main=main, caller=request.vars.caller) |