--- legal.module?revision=1.22 2009-09-15 18:56:53.000000000 -0500 +++ legal.module 2009-09-15 19:00:26.000000000 -0500 @@ -115,7 +115,7 @@ function legal_display_fields($condition $form['legal']['conditions'] = array( '#value' => ' ', ); - $accept_label = t('Accept !terms of Use', array('!terms' => l('Terms & Conditions', 'legal'))); + $accept_label = t('Accept !terms of Use', array('!terms' => l('Terms & Conditions', 'legal', array('attributes' => array('target' => '_blank'))))); break; default: // scroll box (HTML) @@ -278,7 +278,7 @@ function legal_preview($form, $form_valu $form['legal']['conditions'] = array( '#value' => ' ', ); - $form['legal']['legal_accept']['#title'] = t('Accept !terms of Use', array('!terms' => l('Terms & Conditions', 'legal'))); + $form['legal']['legal_accept']['#title'] = t('Accept !terms of Use', array('!terms' => l('Terms & Conditions', 'legal', array('attributes' => array('target' => '_blank'))))); break; default: // scroll box (HTML) $form['legal']['conditions'] = array(