> Even when you do  SQLFORM(..., formstyle='bootstrap') , the auto 
> generated forms still come out looking very terrible.


On Mac in Safari, Firefox and Chrome they don't look that bad.

However, this code no longer adds a cancel and or reset button to the form:

 
form[0][-1][1].append(INPUT(_type="button",_value="Cancel",_onclick="javascript:history.go(-1);"))

form[0][-1][1].append(INPUT(_type="reset",_value="Reset"))


Why not?


Kind regards,

Annet


-- 



Reply via email to