Bug 493729 - URL text box in the exception dialog should always be LTR; r=johnath

This commit is contained in:
Ehsan Akhgari 2009-05-19 19:30:02 +04:30
Родитель d03a116215
Коммит 164c4cec2e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -85,7 +85,7 @@
<hbox align="center">
<label control="locationTextBox" value="&exceptionMgr.certlocation.url;"/>
<textbox id="locationTextBox" flex="1" oninput="handleTextChange();"
value="https://"/>
value="https://" class="uri-element"/>
<button id="checkCertButton" disabled="true" dlgtype="extra2"
accesskey="&exceptionMgr.certlocation.accesskey;"
label="&exceptionMgr.certlocation.download;"/>