Remove permanent logout button and move to the secondary menu of the user details menu

This commit is contained in:
Roberto Rosario
2015-01-12 02:12:15 -04:00
parent 661a63030b
commit abdfba1c0b
3 changed files with 4 additions and 5 deletions

View File

@@ -16,3 +16,5 @@ link_license = {'text': _(u'License'), 'view': 'common:license_view', 'famfam':
link_current_user_locale_profile_details = {'text': _(u'Locale profile'), 'view': 'common:current_user_locale_profile_details', 'famfam': 'world'}
link_current_user_locale_profile_edit = {'text': _(u'Edit locale profile'), 'view': 'common:current_user_locale_profile_edit', 'famfam': 'world_edit'}
link_logout = {'text': _(u'Logout'), 'view': 'common:logout_view', 'famfam': 'door_out'}