Project

General

Profile

Revision 76bdcd04

Added by Assos Assos almost 6 years ago

Weekly update of contrib modules

View differences:

drupal7/sites/all/modules/webform/includes/webform.admin.inc
64 64
    '#type' => 'checkbox',
65 65
    '#title' => t('Use Reply-To header'),
66 66
    '#default_value' => webform_variable_get('webform_email_replyto'),
67
    '#description' => t('Sends all e-mail from the domain of the default address above and sets the "Reply-To" header to the actual sender. Helps prevent e-mail from being flagged as spam.'),
67
    '#description' => t('If the default from name and address are set above, send all e-mail from the default address set the "Reply-To" header to the actual sender. This helps prevent e-mail from being flagged as spam.'),
68 68
  );
69 69

  
70 70
  $form['email']['webform_email_html_capable'] = array(
......
312 312
 * Menu callback for admin/content/webform. Displays all webforms on the site.
313 313
 */
314 314
function webform_admin_content() {
315
  // Determine whether views or hard-coded tables should be used for the webforms table.
315
  // Determine whether views or hard-coded tables should be used for the
316
  // webforms table.
316 317
  if (!webform_variable_get('webform_table')) {
317 318
    $view = views_get_view('webform_webforms');
318 319
    return $view->preview('default');

Also available in: Unified diff