diff options
author | jocuri%softhome.net <> | 2004-11-05 08:16:45 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-11-05 08:16:45 +0100 |
commit | 2b1740e6482aa98f5057b1daa5388b24f5f8e5a3 (patch) | |
tree | 28de58329925356ca87155831a2158caf3818109 | |
parent | 5c19138afcedae0a1cfad8c0a9e11b916e77c18d (diff) | |
download | bugzilla-2b1740e6482aa98f5057b1daa5388b24f5f8e5a3.tar.gz bugzilla-2b1740e6482aa98f5057b1daa5388b24f5f8e5a3.tar.xz |
Patch for bug 266955: Only display interdiff options if we have other_patches; patch by Christian Reis <kiko@async.com.br>; r=myk, a=myk.
-rw-r--r-- | template/en/default/attachment/diff-header.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl index e3ca1ac41..f6fb807a8 100644 --- a/template/en/default/attachment/diff-header.html.tmpl +++ b/template/en/default/attachment/diff-header.html.tmpl @@ -246,7 +246,7 @@ tbody.file pre:empty { | <a href="[% PROCESS editurl id=attachid %]">Edit</a> | <a href="[% PROCESS diffurl id=attachid %]&context=[% context FILTER html %]&collapsed=[% collapsed FILTER html %]&headers=[% headers FILTER html %]&format=raw">Raw Unified</a> [% END %] - [% IF other_patches %] + [% IF other_patches.size > 0 %] [% IF headers %] |[%END%] Differences between <form style="display: inline" action=""> |