Hi,
This piece of code worked in older version of web2py...
session.flash = CENTER(DIV(H4('sFTP Error: ' + ftp_error_parse(e)),
HR(), 'FTP Address|Username|Login|Password may be not correct.',
BR(), 'Check if the DropBox still exists.',
BR(), 'If all of them are good, is this Secure FTP ?'))
Working... with layout.html containing...
<link rel="stylesheet" href="{{=URL('static','css/bootstrap.min.css')}}"/>
<link rel="stylesheet" href="{{=URL('static','css/bootstrap-theme.min.css')}}"/>
<link rel="stylesheet" href="{{=URL('static','css/web2py-bootstrap3.css')}}"/>
<script src="{{=URL('static','js/bootstrap.min.js')}}"></script>
<script src="{{=URL('static','js/web2py-bootstrap3.js')}}"></script>
<script src="{{=URL('static','js/jquery.js')}}"></script>
Not Working...Now it just dumps the html version.
<link rel="stylesheet" href="{{=URL('static','css/bootstrap.min.css')}}"/>
<link rel="stylesheet" href="{{=URL('static','css/web2py-bootstrap4.css')}}"/>
<script src="{{=URL('static','js/bootstrap.min.js')}}"></script>
<script src="{{=URL('static','js/web2py-bootstrap4.js')}}"></script>