20a21 > define('DONATION_PAGE_STYLE', 'donation_page_style'); 31a33 > define('DONATION_PAGE_DEFAULT_STYLE', 'PayPal'); 140c142 < --- > 148c150 < --- > 156c158 < --- > 171c173 < ); --- > ); 181c183 < --- > 195a198,204 > $form[DONATION_PAGE_STYLE] = array( > '#type' => 'textfield', > '#title' => t('PayPal page style'), > '#default_value' => variable_get(DONATION_PAGE_STYLE, DONATION_PAGE_DEFAULT_STYLE), > '#description' => t('Choose the style of the displayed PayPal form page between availables into your PayPal Account'), > ); > 357c366 < (%d, %d, '%s', '%s', '%s', '%s', %d)", --- > (%d, %d, '%s', '%s', '%s', '%s', %d)", 371c380 < SET timestamp = %d, uid = %d, name = '%s', mail = '%s', amount = %f, currency = '%s', status = %d WHERE did = %d", --- > SET timestamp = %d, uid = %d, name = '%s', mail = '%s', amount = %f, currency = '%s', status = %d WHERE did = %d", 499c508 < t('%time ago', array('%time' => format_interval(time() - $donation->timestamp, 1)))); --- > t('%time ago', array('%time' => format_interval(time() - $donation->timestamp, 1)))); 534c543 < (%d, %d, '%s', '%s', '%s', '%s', %d)", --- > (%d, %d, '%s', '%s', '%s', '%s', %d)", 569c578 < '#value' => '

Please complete the form below and then you will be directed through the Paypal donation process.

'); --- > '#value' => '

' . t('Please complete the form below and then you will be directed through the Paypal donation process') . '

'); 589a599,603 > $form['page_style'] = array( > '#type' => 'hidden', > '#value' => variable_get(DONATION_PAGE_STYLE, DONATION_PAGE_DEFAULT_STYLE), > '#name' => 'page_style'); > 591d604 < 607c620 < --- > 611,612c624,625 < '#description' => variable_get(DONATION_LOVE_TEXT, DONATION_LOVE_DEFAULT_TEXT), < '#size' => 40, --- > '#description' => variable_get(DONATION_LOVE_TEXT, DONATION_LOVE_DEFAULT_TEXT), > '#size' => 5, 614c627 < '#maxlength' => 255, --- > '#maxlength' => 5, 628c641 < '#type' => 'submit', --- > '#type' => 'submit', 676c689 < --- > 682c695 < --- > 713a727 >