$output='<p>'.t('Define which shortcut set you are using on the <a href="@shortcut-link">Shortcuts tab</a> of your account page.',array('@shortcut-link'=>url("user/{$user->id()}/shortcuts"))).'</p>';
return$output;
}
...
...
@@ -61,6 +61,9 @@ function shortcut_permission() {
'title'=>t('Select any shortcut set'),
'description'=>t('From all shortcut sets, select one to be own active set. Without this permission, an administrator selects shortcut sets for users.'),
),
'access shortcuts'=>array(
'title'=>t('Use shortcuts'),
),
);
}
...
...
@@ -77,11 +80,17 @@ function shortcut_permission() {