On Sunday, March 4, 2018 at 12:12:45 PM UTC-5, Andrea Fae' wrote: > > I have different apps in my web2py environments. Web2py apps built before > a certain date have a stile with "login" link in the right upper side of > the web page, while the new apps, for example welcome app are with another > style with login link anchor in the left side, just after the menus, and > after a "search" box. Why? > How to delete the search box and have the login in the right part of the > page? >
You can copy the layout from the old welcome app if you prefer it. Otherwise, you'll have to customize the new layout to your liking. The search box is just 3 lines that you can delete. Regarding the login, it is already pushed to the right side of the screen. Anthony -- 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.

