From 1f30fac936a3b0905e736dd86e559e33caf036ac Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 10 Aug 2011 18:26:03 -0400 Subject: Initial checkin of bmo/4.0 extensions. Still todo: port changes to core Bugzilla code --- .../template/en/default/hook/request/email-after_summary.txt.tmpl | 6 ++++++ .../template/en/default/hook/request/queue-after_column.html.tmpl | 8 ++++++++ 2 files changed, 14 insertions(+) create mode 100644 extensions/Splinter/template/en/default/hook/request/email-after_summary.txt.tmpl create mode 100644 extensions/Splinter/template/en/default/hook/request/queue-after_column.html.tmpl (limited to 'extensions/Splinter/template/en/default/hook/request') diff --git a/extensions/Splinter/template/en/default/hook/request/email-after_summary.txt.tmpl b/extensions/Splinter/template/en/default/hook/request/email-after_summary.txt.tmpl new file mode 100644 index 000000000..320d20a82 --- /dev/null +++ b/extensions/Splinter/template/en/default/hook/request/email-after_summary.txt.tmpl @@ -0,0 +1,6 @@ +[% IF flag && flag.status == '?' && flag.type.name == 'review' && attachment && attachment.ispatch %] + +Splinter Review +[%+ urlbase FILTER none %][% Param('splinter_base') %]&bug=[% bug.bug_id FILTER uri %]&attachment=[% attachment.id FILTER uri %] +[%- END %] + diff --git a/extensions/Splinter/template/en/default/hook/request/queue-after_column.html.tmpl b/extensions/Splinter/template/en/default/hook/request/queue-after_column.html.tmpl new file mode 100644 index 000000000..5d1c7a2bb --- /dev/null +++ b/extensions/Splinter/template/en/default/hook/request/queue-after_column.html.tmpl @@ -0,0 +1,8 @@ +[% IF column == 'attachment' && request.ispatch %] +   + [% IF Param("splinter_base").search('\?') %] + [review] + [% ELSE %] + [review] + [% END %] +[% END %] -- cgit v1.2.3-24-g4f1b