Closed (works as designed)
Project:
Webform
Version:
6.x-3.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Oct 2010 at 09:44 UTC
Updated:
17 Oct 2010 at 18:57 UTC
Hi,
could you please update and change the following two lines for corecct usage of ypour indent parameter:
function theme_webform_mail_fields($cid, $value, $node, $indent = "") {
to:
+function theme_webform_mail_fields($cid, $value, $node, $indent = " ") {
and:
$message .= theme('webform_mail_fields', $form_key, $v, $node, $indent .' ');
to:
$message .= theme('webform_mail_fields', $form_key, $v, $node, $indent );
Thank you very much.
Konrad in Berlin
Comments
Comment #1
quicksketchThat change would not indent items that have been nested multiple times (either under a page or multiple fieldsets). Why do you want this changed? This change would just make everything indented one level.
Comment #2
quicksketchPlease reopen if more clarification can be provided. E-mails work as expected currently.