Ticket #2914: 2914.patch
| File 2914.patch, 2.2 KB (added by , 9 years ago) |
|---|
-
templates/sponsorship-agreement.php
60 60 <label><?php _e( 'WordCamp Location:', 'wordcamporg' ); ?></label> 61 61 <input name="wordcamp_location" value="<?php echo esc_attr( $data['wordcamp_location'] ); ?>" /> 62 62 63 <label><?php _e( 'Sponsorship Amount (in words ):', 'wordcamporg' ); ?></label>63 <label><?php _e( 'Sponsorship Amount (in words, including the currency):', 'wordcamporg' ); ?></label> 64 64 <input name="sponsorship_amount" value="<?php echo esc_attr( $data['sponsorship_amount'] ); ?>" /> 65 65 66 <label><?php _e( 'Sponsorship Amount (in numbers ):', 'wordcamporg' ); ?></label>66 <label><?php _e( 'Sponsorship Amount (in numbers, including the currency symbol):', 'wordcamporg' ); ?></label> 67 67 <input name="sponsorship_amount_num" value="<?php echo esc_attr( $data['sponsorship_amount_num'] ); ?>" /> 68 68 69 69 <label><?php _e( 'Sponsorship Benefits:', 'wordcamporg' ); ?></label> … … 150 150 <p>Location: <?php echo esc_html( $data['wordcamp_location'] ); ?><br /> 151 151 Time Period: <?php echo esc_html( $data['wordcamp_date'] ); ?></p> 152 152 153 <p>2. Sponsorship Amount. Within 30 days of this Agreement or before the start of the first Sponsored WordCamp, whichever is sooner, the Sponsor agrees to pay <?php echo esc_html( $data['sponsorship_amount'] ); ?> ( US$<?php echo esc_html( $data['sponsorship_amount_num'] ); ?>) to WPCS (the "Sponsorship").</p>153 <p>2. Sponsorship Amount. Within 30 days of this Agreement or before the start of the first Sponsored WordCamp, whichever is sooner, the Sponsor agrees to pay <?php echo esc_html( $data['sponsorship_amount'] ); ?> (<?php echo esc_html( $data['sponsorship_amount_num'] ); ?>) to WPCS (the "Sponsorship").</p> 154 154 155 155 <p>3. Use of Funds. WPCS will use the Sponsorship to cover its costs and the costs of its volunteers and agents in connection with organizing, promoting, and operating the Sponsored WordCamp(s). Any excess remaining after these costs are paid may be used by WPCS for its unrestricted general support.</p> 156 156