just want to have access key like in previous version, now i used the 
default welcome menu btw
just tested grid and smartgrid, showbuttontext = False, the icon is 
disappear
*controllers/default.py*
@auth.requires_login()
def manage_users():
    grid = SQLFORM.grid(db.auth_user, showbuttontext = False)
    #grid = SQLFORM.smartgrid(db.auth_user, showbuttontext = False)
    return locals()

*inspect in browser (icon disappear but the html code have class 
glyphicon):*
<a class="button btn btn-default" 
href="/test/default/manage_users/auth_user/new/auth_user?_signature=0d5453fb2322533077dfc1a52f1c95e14dac3da0"
 
title="Add record to database">
<span class="icon plus icon-plus glyphicon glyphicon-plus"></span>
</a>

best regards,
stifan

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to