drupal_set_message(t('WARNING: You are not using an encrypted connection, so your password will be sent in plain text. <a href="@https-link">Learn more</a>.',array('@https-link'=>'http://drupal.org/https-information')),'error');
$form['information']['https_warning']=array(
'#prefix'=>'<div class="messages error">',
'#markup'=>t('WARNING: You are not using an encrypted connection, so your password will be sent in plain text. <a href="@https-link">Learn more</a>.',array('@https-link'=>'http://drupal.org/https-information')),
'#suffix'=>'</div>',
);
}
// Decide on a default backend.
...
...
@@ -77,13 +81,17 @@ function authorize_filetransfer_form($form_state) {