alecpl
2008-09-14 a81be1b534d2d3380330e1e8dec0b39683a49f12
program/steps/settings/edit_identity.inc
@@ -60,7 +60,7 @@
    return rcube_label('notfound');
  // add some labels to client
  rcube_add_label('noemailwarning', 'nonamewarning');
  $OUTPUT->add_label('noemailwarning', 'nonamewarning', 'converting');
  list($form_start, $form_end) = get_form_tags($attrib, 'save-identity', array('name' => '_iid', 'value' => $IDENTITY_RECORD['identity_id']));
@@ -71,7 +71,7 @@
  $a_show_cols = array('name'         => array('type' => 'text'),
                       'email'        => array('type' => 'text'),
                       'organization' => array('type' => 'text'),
                       'reply-to'     => array('type' => 'text', 'label' => 'replyto'),
                       'reply-to'     => array('type' => 'text', 'label' => 'reply-to'),
                       'bcc'          => array('type' => 'text'),
                       'signature'     => array('type' => 'textarea', 'size' => "40", 'rows' => "6"),
                       'html_signature'=>array('type' => 'checkbox', 'label' => 'htmlsignature', 'onclick' => 'return rcmail.toggle_editor(this, \'rcmfd_signature\');'),