r76773 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76772‎ | r76773 | r76774 >
Date:03:52, 16 November 2010
Author:kaldari
Status:deferred
Tags:
Comment:
webitects formatting
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnLetter3.php (modified) (history)
  • /trunk/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoStepTwoColumnLetter3.css (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnLetter3.php
@@ -183,9 +183,9 @@
184184 $form .= '</tr>';
185185 $form .= '<tr>';
186186 $form .= '<td class="label"> </td>';
187 - $form .= '<td>' . Xml::input( 'city', '30', $this->form_data['city'], array( 'type' => 'text', 'maxlength' => '40', 'id' => 'city' ) ) .
188 - $this->generateStateDropdown() .
189 - Xml::input( 'zip', '10', $this->form_data['zip'], array( 'type' => 'text', 'maxlength' => '10', 'id' => 'zip' ) ) .
 187+ $form .= '<td>' . Xml::input( 'city', '18', $this->form_data['city'], array( 'type' => 'text', 'maxlength' => '40', 'id' => 'city' ) ) . ' ' .
 188+ $this->generateStateDropdown() . ' ' .
 189+ Xml::input( 'zip', '5', $this->form_data['zip'], array( 'type' => 'text', 'maxlength' => '10', 'id' => 'zip' ) ) .
190190 '</td>';
191191 $form .= '</tr>';
192192
Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoStepTwoColumnLetter3.css
@@ -28,6 +28,12 @@
2929 padding-right:0.5em;
3030 width: 100px;
3131 }
 32+input#city {
 33+ width: 150px;
 34+}
 35+input#zip {
 36+ width: 72px;
 37+}
3238
3339 .payflow-cc-form-section {
3440 float: none;

Status & tagging log