*************** *** 164,170 **** '#description' => t('Select content types which should be omitted from subscription listings.'), '#multiple' => TRUE, ); - $form['sub_settings']['email'] = array( '#type' => 'fieldset', '#title' => t('Email settings for subscriptions notification'), --- 164,170 ---- '#description' => t('Select content types which should be omitted from subscription listings.'), '#multiple' => TRUE, ); + $form['sub_settings']['email'] = array( '#type' => 'fieldset', '#title' => t('Email settings for subscriptions notification'), *************** *** 183,190 **** '#default_value' => variable_get('subscriptions_email_body', SUBSCRIPTIONS_DEFAULT_BODY), '#description' => t("You may use the following variables: @name (user's name), @type (node type subscribed to), !url (the url of the subscribed node), @site (the name of your site), !manage-url (the url to manage user's subscriptions), @title (the node's title), @teaser (the node's teaser)"), '#rows' => 15, - ); - $form['sub_settings']['subscriptions_sendself'] = array( '#type' => 'checkbox', '#title' => t('Notify poster of own posts'), --- 183,190 ---- '#default_value' => variable_get('subscriptions_email_body', SUBSCRIPTIONS_DEFAULT_BODY), '#description' => t("You may use the following variables: @name (user's name), @type (node type subscribed to), !url (the url of the subscribed node), @site (the name of your site), !manage-url (the url to manage user's subscriptions), @title (the node's title), @teaser (the node's teaser)"), '#rows' => 15, + ); + $form['sub_settings']['subscriptions_sendself'] = array( '#type' => 'checkbox', '#title' => t('Notify poster of own posts'),