El martes, 25 de diciembre de 2012 17:44:01 UTC-3, Alan Etkin escribió: > > I've moved the table style to web2py.css and changed the xml generation >> with helpers to cleanup appadmin. Attached are the proposed diffs for >> appadmin.py and web2py.css. >> >> > Oops! That would never work (sorry, I didn't know the library requires > special html input). This new patch instead uses helpers for creating the > model image. Forget about the css diff (it's useless). >
Hi Alan in your patch [*1], face = "Helvetica Bold", it always makes it bold. Originally this was not so, there in bold text (fields, pk, fk) and standard texts (field type, length). regards Jose [*1] rows = [] cellpadding = 4 color = "#7B7B7B" bgcolor = "#F1F2AD" face = "Helvetica Bold" border = 0 ... --

