r101740 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101739‎ | r101740 | r101741 >
Date:23:11, 2 November 2011
Author:pgehres
Status:ok
Tags:fundraising 
Comment:
Removing @expiration and making @country dymanic. FU r101549
Modified paths:
  • /trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/webitects_2_3step.html (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/webitects_2_3step.html
@@ -109,8 +109,7 @@
110110 <input type="hidden" value="0" name="PaypalRedirect" id="PaypalRedirect">
111111
112112 <input type="hidden" value="@amount" name="amount" />
113 - <input type="hidden" value="US" name="country" id="country" />
114 - <input type="hidden" value="@expiration" name="expiration" id="expiration"/>
 113+ <input type="hidden" value="@country" name="country" id="country" />
115114 <input type="hidden" value="@currency_code" name="currency_code" />
116115 <input type="hidden" value="@utm_source" name="utm_source"/>
117116 <input type="hidden" value="@utm_medium" name="utm_medium"/>

Follow-up revisions

RevisionCommit summaryAuthorDate
r101749MFT r101740awjrichards23:28, 2 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101549Splitting CSS out of webitects_2_3step, wrapped with table for IE6, typos, etcpgehres23:31, 1 November 2011

Status & tagging log