Skip to content

Commit

Permalink
SAK-20476 - remove accesskeys, as missaplied
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/memory/trunk@93539 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
gsilver committed Jun 6, 2011
1 parent fd1d8de commit 8104d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions memory/memory-tool/tool/src/webapp/vm/admin/chef_memory.vm
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<div class="instruction">$tlang.getString("memory.vm.ava") $memory</div>
<form action="#toolForm("$action")" method="post">
<p class="act">
<input type="submit" class="active" name="eventSubmit_doReset" value=" $tlang.getString("memory.vm.reset") " accesskey="s" />
<input type="submit" class="active" name="eventSubmit_doEvict" value=" $tlang.getString("memory.vm.evict") " accesskey="s" />
<input type="submit" class="active" name="eventSubmit_doReset" value=" $tlang.getString("memory.vm.reset") " />
<input type="submit" class="active" name="eventSubmit_doEvict" value=" $tlang.getString("memory.vm.evict") " />
<input type="submit" name="eventSubmit_doStatus" value=" $tlang.getString("memory.vm.status") " />
</p>
</form>
Expand Down

0 comments on commit 8104d7d

Please sign in to comment.