diff options
author | Byron Jones <bjones@mozilla.com> | 2013-05-15 17:34:22 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-05-15 17:34:22 +0200 |
commit | e7c1850247b48e8446c144d835fe6a4a1a67d9c3 (patch) | |
tree | cb53657ceea66d60f99525aed26a97299531ffa3 /extensions/Splinter/template | |
parent | b29e02fc461d92a33679a3d7d1407d14185cb7f5 (diff) | |
download | bugzilla-e7c1850247b48e8446c144d835fe6a4a1a67d9c3.tar.gz bugzilla-e7c1850247b48e8446c144d835fe6a4a1a67d9c3.tar.xz |
Bug 821889: Make it so that Splinter shouts loudly when a patch introduces Windows line endings
Diffstat (limited to 'extensions/Splinter/template')
-rw-r--r-- | extensions/Splinter/template/en/default/pages/splinter.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl index fc4748548..fa6fd8316 100644 --- a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl +++ b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl @@ -99,6 +99,7 @@ attachment.isPatch = [% attachment.ispatch ? 1 : 0 %]; attachment.isObsolete = [% attachment.isobsolete ? 1 : 0 %]; attachment.isPrivate = [% attachment.isprivate ? 1 : 0 %]; + attachment.isCRLF = [% attach_is_crlf FILTER none %]; theBug.attachments.push(attachment); [% END %] @@ -129,7 +130,7 @@ </div> <div id="attachInfo" style="display:none;"> - <span id="attachObsolete"></span> + <span id="attachWarning"></span> <b>Attachment <a id="attachLink"><span id="attachId"></span></a>:</b> <span id="attachDesc"></span> - <span id="attachCreator"></span> - |