Bug #99391 --> landing fix for John Marmion. display name no longer being auto generated.

r=sspitzer
sr=mscott


git-svn-id: svn://10.0.0.236/trunk@104000 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mscott%netscape.com 2001-09-27 22:18:45 +00:00
parent e2ca74ff9d
commit 17226d0f6f

View File

@ -54,21 +54,21 @@ Rights Reserved.
<spacer flex="1"/>
<text for="FirstName" value="&FirstName.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="FirstName" flex="1" oninput="top.GenerateDisplayName()"/>
<textbox id="FirstName" flex="1" oninput="GenerateDisplayName()"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<text for="LastName" value="&LastName.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="LastName" flex="1" oninput="top.GenerateDisplayName()"/>
<textbox id="LastName" flex="1" oninput="GenerateDisplayName()"/>
</hbox>
</hbox>
<hbox>
<spacer flex="1"/>
<text for="DisplayName" value="&DisplayName.label;" class="CardEditLabel"/>
<hbox class="CardEditWidth">
<textbox id="DisplayName" flex="1" oninput="top.DisplayNameChanged()"/>
<textbox id="DisplayName" flex="1" oninput="DisplayNameChanged()"/>
</hbox>
</hbox>
<hbox>