From 316c3b707bc79f0430bdee67709937bca7a839a0 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Fri, 28 Feb 2014 05:34:15 +0000 Subject: Bug 975112 - Add the "Preview" mode for "Optional Comment" in the Create New Attachement page r=glob,a=justdave --- template/en/default/attachment/create.html.tmpl | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'template/en/default/attachment/create.html.tmpl') diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index 5c2384d51..739851f87 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -84,13 +84,11 @@ TUI_hide_default('attachment_text_field'); (optional) Add a comment about this attachment to the [% terms.bug %].
- [% INCLUDE global/textarea.html.tmpl - name = 'comment' - id = 'comment' - minrows = 6 - maxrows = 15 - cols = constants.COMMENT_COLS - wrap = 'soft' + [% INCLUDE bug/comment.html.tmpl + minrows = 6 + maxrows = 15 + cols = constants.COMMENT_COLS + wrap = 'soft' %] [% IF NOT bug.cc.contains(user.login) %]
-- cgit v1.2.3-24-g4f1b