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 09:50:28 +00:00
Родитель 4c728c79d6
Коммит 31182d660f
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">