Skip to content
Snippets Groups Projects
Commit f948eeab authored by Michael Klier's avatar Michael Klier
Browse files

removed ALT+ from recent changes accesskeys

darcs-hash:20081016094201-23886-a6fef1f0970a20d4f67a620a47ea9bdba56377a7.gz
parent 18d107cb
No related branches found
No related tags found
No related merge requests found
......@@ -655,7 +655,7 @@ function html_recent($first=0){
'name' => 'first['.$first.']',
'value' => $lang['btn_newer'],
'accesskey' => 'n',
'title' => '[ALT+N]',
'title' => $lang['btn_newer'].' [N]',
'class' => 'button'
)));
$form->addElement(form_makeCloseTag('div'));
......@@ -667,7 +667,7 @@ function html_recent($first=0){
'name' => 'first['.$last.']',
'value' => $lang['btn_older'],
'accesskey' => 'p',
'title' => '[ALT+P]',
'title' => $lang['btn_older'].' [P]',
'class' => 'button'
)));
$form->addElement(form_makeCloseTag('div'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment