change shortcut for viewcontacts + shortcut docu

Este commit está contenido en:
rabuzarus 2015-11-30 16:23:03 +01:00
padre 45c2a4868e
commit 2ce64c2496
Se han modificado 2 ficheros con 2 adiciones y 1 borrados

Ver fichero

@ -19,6 +19,7 @@ General
* v: Videos
* e: Events and Calendar
* t: Personal Notes
* k: View Contacts
/contacts (contact list)
---------

Ver fichero

@ -707,7 +707,7 @@ if(! function_exists('profile_tabs')){
'sel' => ((!isset($tab)&&$a->argv[0]=='viewcontacts')?'active':''),
'title' => t('Contacts'),
'id' => 'viewcontacts-tab',
'accesskey' => 's',
'accesskey' => 'k',
);
}