summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/textarea.html.tmpl
diff options
context:
space:
mode:
authorGuy Pyrzak <guy.pyrzak@gmail.com>2010-10-28 02:35:16 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-10-28 02:35:16 +0200
commit178eb04938393f06f60ee1a21df5d2a955c93634 (patch)
tree4ac2fb627e0888fc9949655c3a4bd28126cd78ba /template/en/default/global/textarea.html.tmpl
parentdf0f3430e1592503dd0ca6a8dd4f2da1da67eb5c (diff)
downloadbugzilla-178eb04938393f06f60ee1a21df5d2a955c93634.tar.gz
bugzilla-178eb04938393f06f60ee1a21df5d2a955c93634.tar.xz
Bug 607716: The attachment content is pasted into a comment when editing an attachment with JS disabled
r=LpSolit r=mkanat a=LpSolit
Diffstat (limited to 'template/en/default/global/textarea.html.tmpl')
-rw-r--r--template/en/default/global/textarea.html.tmpl1
1 files changed, 1 insertions, 0 deletions
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 %]