r76777 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76776‎ | r76777 | r76778 >
Date:04:13, 16 November 2010
Author:kaldari
Status:deferred
Tags:
Comment:
fixing placeholders
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnLetter3.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnLetter3.php
@@ -38,16 +38,16 @@
3939 lname.value = '$last';
4040 }
4141 if (city.value == '') {
42 - lname.style.color = '#999999';
43 - lname.value = '$city';
 42+ city.style.color = '#999999';
 43+ city.value = '$city';
4444 }
4545 if (zip.value == '') {
46 - lname.style.color = '#999999';
47 - lname.value = '$zip';
 46+ zip.style.color = '#999999';
 47+ zip.value = '$zip';
4848 }
4949 if (email.value == '') {
50 - lname.style.color = '#999999';
51 - lname.value = '$email';
 50+ email.style.color = '#999999';
 51+ email.value = '$email';
5252 }
5353 }
5454 addEvent( window, 'load', loadPlaceholders );

Status & tagging log