Skip to content

Commit

Permalink
Changed richtextbox to richtextarea
Browse files Browse the repository at this point in the history
  • Loading branch information
Cellule committed Dec 1, 2014
1 parent e5ece23 commit 37e2709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/SendEmailPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var BSInput = require("react-bootstrap/Input");
var BSButton = require("react-bootstrap/Button");

var MKFeedbackMixin = require("mykoop-core/components/Feedbacki18nMixin");
var MKRichTextBox = require("mykoop-core/components/RichTextBox");
var MKRichTextArea = require("mykoop-core/components/RichTextArea");
var MKConfirmationTrigger = require("mykoop-core/components/ConfirmationTrigger");

var _ = require("lodash");
Expand Down Expand Up @@ -128,7 +128,7 @@ var SendEmailPage = React.createClass({
label={__("mailinglist::subject")}
valueLink={subjectLink}
/>
<MKRichTextBox className="col-xs-12" ref="editor"/>
<MKRichTextArea className="col-xs-12" ref="editor"/>
</BSCol>
</BSRow>
</BSPanel>
Expand Down

0 comments on commit 37e2709

Please sign in to comment.