Interface: teclas de atalho

This commit is contained in:
2009-09-09 10:35:04 -03:00
parent a10b4fda9b
commit 3cd507b4f9
35 changed files with 55 additions and 54 deletions

View File

@@ -32,7 +32,7 @@ module ApplicationHelper
for name in FLASH_NAMES
if flash[name]
output << "<div id='validation' class='validation #{name}' style='display: none'>#{flash[name]}"
output << ". " + link_to("Undo"[] + "?", flash[:undo], :method => 'post') if flash[:undo]
output << ". " + link_to("Undo"[] + "?", flash[:undo], :method => 'post', :accesskey => 'u') if flash[:undo]
output << "</div>"
end
end