Bug 590932 - [SeaMonkey] Replace "emptytext" in abCardOverlay with "placeholder". r=Neil

This commit is contained in:
Nomis101@web.de 2010-08-27 05:52:00 -04:00
Родитель 38cfa96f07
Коммит 34e7a31074
3 изменённых файлов: 7 добавлений и 7 удалений

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

@ -117,9 +117,9 @@ content in HTML messages from this contact.">
<!ENTITY Birthday.label "Birthday:">
<!ENTITY Birthday.accesskey "B">
<!ENTITY In.label "">
<!ENTITY Year.emptytext "Year">
<!ENTITY Year.placeholder "Year">
<!ENTITY Or.value "or">
<!ENTITY Age.emptytext "Age">
<!ENTITY Age.placeholder "Age">
<!ENTITY YearsOld.label "">
<!ENTITY Work.tab "Work">
@ -170,6 +170,6 @@ content in HTML messages from this contact.">
<!ENTITY BrowsePhoto.accesskey "r">
<!ENTITY PhotoURL.label "On the Web">
<!ENTITY PhotoURL.accesskey "b">
<!ENTITY PhotoURL.emptytext "Paste or type the web address of a photo">
<!ENTITY PhotoURL.placeholder "Paste or type the web address of a photo">
<!ENTITY UpdatePhoto.label "Update">
<!ENTITY UpdatePhoto.accesskey "u">

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

@ -291,7 +291,7 @@ function OnLoadEditCard()
document.getElementById("PhotoType").disabled = true;
document.getElementById("GenericPhotoList").disabled = true;
document.getElementById("PhotoURI").disabled = true;
document.getElementById("PhotoURI").emptyText = "";
document.getElementById("PhotoURI").placeholder = "";
document.getElementById("BrowsePhoto").disabled = true;
document.getElementById("UpdatePhoto").disabled = true;

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

@ -278,10 +278,10 @@
<datepicker id="Birthday" type="popup"/>
<label value="&In.label;"/>
<textbox id="BirthYear" maxlength="4"
emptytext="&Year.emptytext;" class="YearWidth" />
placeholder="&Year.placeholder;" class="YearWidth" />
<label control="Age" value="&Or.value;"/>
<textbox id="Age" maxlength="4"
emptytext="&Age.emptytext;" class="YearWidth" />
placeholder="&Age.placeholder;" class="YearWidth" />
<label value="&YearsOld.label;"/>
<spacer flex="1"/>
</hbox>
@ -422,7 +422,7 @@
accesskey="&PhotoURL.accesskey;"/>
<hbox class="indent">
<textbox id="PhotoURI" maxlength="255" flex="1"
emptytext="&PhotoURL.emptytext;"/>
placeholder="&PhotoURL.placeholder;"/>
<button oncommand="updatePhoto('web');" id="UpdatePhoto"
label="&UpdatePhoto.label;"
accesskey="&UpdatePhoto.accesskey;"/>