From 178eb04938393f06f60ee1a21df5d2a955c93634 Mon Sep 17 00:00:00 2001 From: Guy Pyrzak Date: Thu, 28 Oct 2010 02:35:16 +0200 Subject: Bug 607716: The attachment content is pasted into a comment when editing an attachment with JS disabled r=LpSolit r=mkanat a=LpSolit --- template/en/default/global/textarea.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template/en/default/global/textarea.html.tmpl') diff --git a/template/en/default/global/textarea.html.tmpl b/template/en/default/global/textarea.html.tmpl index 65dd93bdc..c158615bd 100644 --- a/template/en/default/global/textarea.html.tmpl +++ b/template/en/default/global/textarea.html.tmpl @@ -41,6 +41,7 @@ [% IF style %] style="[% style FILTER html %]"[% END %] [% IF classes %] class="[% classes FILTER html %]"[% END %] [% IF wrap %] wrap="[% wrap FILTER html %]"[% END %] + [% IF disabled %] disabled="disabled"[% END %] [% IF defaultrows && user.settings.zoom_textareas.value == 'off' %] rows="[% defaultrows FILTER html %]" [% ELSE %] -- cgit v1.2.3-24-g4f1b