Bug 417901 - "Reporter: URL field is missing accesskey" [p=valastiak@mozilla.sk (Vlado Valastiak [wladow]) r=raccettura a1.9=schrep]

This commit is contained in:
reed@reedloden.com 2008-02-20 01:50:27 -08:00
Родитель 6a8071370f
Коммит b32d0b06f8
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -12,6 +12,7 @@
<!ENTITY reportForm.description "Tell us a little about the problem you encountered:">
<!ENTITY reportForm.url.title "Web site URL:">
<!ENTITY reportForm.url.accesskey "U">
<!ENTITY reportForm.behind_login.title "Web site is password-protected"><!-- No ":" at the end -->
<!ENTITY reportForm.behind_login.accesskey "P">

Просмотреть файл

@ -81,7 +81,7 @@
</columns>
<rows>
<row align="center">
<label control="url" value="&reportForm.url.title;"/>
<label control="url" value="&reportForm.url.title;" accesskey="&reportForm.url.accesskey;"/>
<textbox id="url" size="60" readonly="true" class="noborder"/>
</row>
<row align="center">