r97189 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97188‎ | r97189 | r97190 >
Date:18:34, 15 September 2011
Author:pgehres
Status:ok
Tags:
Comment:
Style tweaks to webitects_1 and webitects_1a
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_1.html (modified) (history)
  • /trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_1a.html (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_1.html
@@ -53,7 +53,7 @@
5454
5555 <div id="accordion">
5656 <h3>1. Donation amount <span id="selected-amount"></span> <span class="mute" id="change-amount" style="display: none;">(<a href="#">Change</a>)</span></h3>
57 - <div class="accordion-content">
 57+ <div id="step1accordion" class="accordion-content">
5858 <form method="post" name="paypalcontribution">
5959 <table id="amount-table">
6060 <tr>
@@ -77,7 +77,7 @@
7878 </div>
7979
8080 <h3>2. Billing and payment</h3>
81 - <div class="accordion-content">
 81+ <div id="step2accordion" class="accordion-content">
8282 <div id="errorMessages"></div>
8383 <div class="name-fields">
8484 <span class="name-first"><input class="txt hint" id="fname" name="fname" title="First name" value="@fname" /></span>
Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_1a.html
@@ -48,7 +48,7 @@
4949
5050 <div id="accordion">
5151 <h3>1. Donation amount <span id="selected-amount"></span> <span class="mute" id="change-amount" style="display: none;">(<a href="#">Change</a>)</span></h3>
52 - <div class="accordion-content">
 52+ <div id="step1accordion" class="accordion-content">
5353 <form method="post" name="paypalcontribution">
5454 <table id="amount-table">
5555 <tr>
@@ -72,7 +72,7 @@
7373 </div>
7474
7575 <h3>2. Billing and payment</h3>
76 - <div class="accordion-content">
 76+ <div id="step2accordion" class="accordion-content">
7777 <div id="errorMessages"></div>
7878 <div class="name-fields">
7979 <span class="name-first"><input class="txt hint" id="fname" name="fname" title="First name" value="@fname" /></span>

Status & tagging log