Added accessibility keys.

This commit is contained in:
Loic d'Anterroches
2008-08-13 21:09:04 +02:00
parent 2a1628f8de
commit 0d4a31c086
4 changed files with 14 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
<a href="{url 'IDF_Views_Issue::index', array($project.shortname)}">{trans 'Open issues'}</a>
{if !$user.isAnonymous()} | <a href="{url 'IDF_Views_Issue::create', array($project.shortname)}">{trans 'New Issue'}</a> | <a href="{url 'IDF_Views_Issue::myIssues', array($project.shortname, 'submit')}">{trans 'My Issues'}</a>{/if} |
<form class="star" action="{url 'IDF_Views_Issue::search', array($project.shortname)}" method="get">
<input type="text" value="{$q}" name="q" size="20" />
<input accesskey="4" type="text" value="{$q}" name="q" size="20" />
<input type="submit" name="s" value="{trans 'Search'}" />
</form>
{superblock}