Thanks Derek for your suggestion.

Finally I've resolved this mistery! Only I had to put the lines:

<link rel="stylesheet" href="{{=URL('static', 'jquery-ui-1.11.2.custom/
jquery-ui.css')}}" type="text/css" media="all"/>
<script src="{{=URL('static', 
'jquery-ui-1.11.2.custom/jquery-ui.min.js')}}" 
type="text/javascript"></script> 

below to: 

  <script src="{{=URL('static','js/bootstrap.min.js')}}"></script>
  <script src="{{=URL('static','js/web2py_bootstrap.js')}}"></script>

These lines are near the end of layout.html.

The icon and the theme are now displayed correctly.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to