--- emailpage.module 2006-05-17 01:10:06.000000000 +0200 +++ emailpage.module_new 2006-05-17 01:17:44.000000000 +0200 @@ -118,8 +118,8 @@ t('You have requested the following item to be sent to someone by email:-') . '
' . t($local_node->title) . - '
by
' . - t($local_node_user->name) . + '
' . t('by') . ' ' . + $local_node_user->name . '
'; $form = array(); @@ -136,8 +136,9 @@ '#type' => 'textfield', '#title' => t('Email address to send to'), '#default_value' => '', - '#size' => 80, - '#description' => t('Enter here the email address you wish to send this item too') + '#size' => 50, + '#maxsize' => 80, + '#description' => t('Enter here the email address you wish to send this item to') ); $form['emailpage_main']['submit'] = array( '#type' => 'submit',