summaryrefslogtreecommitdiffstats
path: root/extensions/Push
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-11-19 06:33:39 +0100
committerDave Lawrence <dlawrence@mozilla.com>2012-11-19 06:33:39 +0100
commit21d30a6853770af871d39a4ccfcab58f7c0f2e64 (patch)
treeb7e1f2e74fc2bd69aac7b457ea295bdf9d01204d /extensions/Push
parente1ef4a165cdc9fb2746cb16482b05669fc7c3a61 (diff)
downloadbugzilla-21d30a6853770af871d39a4ccfcab58f7c0f2e64.tar.gz
bugzilla-21d30a6853770af871d39a4ccfcab58f7c0f2e64.tar.xz
Fixed t/008filter.t errors in extensions/Push
Diffstat (limited to 'extensions/Push')
-rw-r--r--extensions/Push/template/en/default/pages/push_queues.html.tmpl4
-rw-r--r--extensions/Push/template/en/default/pages/push_queues_view.html.tmpl4
2 files changed, 4 insertions, 4 deletions
diff --git a/extensions/Push/template/en/default/pages/push_queues.html.tmpl b/extensions/Push/template/en/default/pages/push_queues.html.tmpl
index 67f079f92..d1985c89a 100644
--- a/extensions/Push/template/en/default/pages/push_queues.html.tmpl
+++ b/extensions/Push/template/en/default/pages/push_queues.html.tmpl
@@ -90,8 +90,8 @@
[% END %]
<td class="rhs">
<a href="?id=push_queues_view.html&amp;[% ~%]
- message=[% message.id FILTER url_quote %]&amp;[% ~%]
- connector=[% queue.connector FILTER url_quote %]">View</a>
+ message=[% message.id FILTER uri %]&amp;[% ~%]
+ connector=[% queue.connector FILTER uri %]">View</a>
</td>
</tr>
[% END %]
diff --git a/extensions/Push/template/en/default/pages/push_queues_view.html.tmpl b/extensions/Push/template/en/default/pages/push_queues_view.html.tmpl
index 0e8449b0c..6330d8ae4 100644
--- a/extensions/Push/template/en/default/pages/push_queues_view.html.tmpl
+++ b/extensions/Push/template/en/default/pages/push_queues_view.html.tmpl
@@ -70,8 +70,8 @@
<a href="?id=push_queues.html">Return</a> |
<a onclick="return confirm('Are you sure you want to delete this message forever (a long time)?')"
href="?id=push_queues_view.html&amp;delete=1
- [%- %]&amp;message=[% message_obj.id FILTER url_quote %]
- [%- %]&amp;connector=[% message_obj.connector FILTER url_quote %]">Delete</a>
+ [%- %]&amp;message=[% message_obj.id FILTER uri %]
+ [%- %]&amp;connector=[% message_obj.connector FILTER uri %]">Delete</a>
</th>
</tr>