From 1ea89276ce38a510a1ee8fabcfdc2cccf60e6a4e Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 24 Jul 2019 19:04:45 +0000 Subject: [PATCH] Merged in [16558] from rjsparks@nostrum.com: Make removed IPR disclosures visually distinctive on search results. Partially addresses #2687. - Legacy-Id: 16585 Note: SVN reference [16558] has been migrated to Git commit b4a27c59164d13a0840d285532355e0af696be33 --- ietf/templates/ipr/search_doc_result.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ietf/templates/ipr/search_doc_result.html b/ietf/templates/ipr/search_doc_result.html index 7cb69afcd..b8aeb04da 100644 --- a/ietf/templates/ipr/search_doc_result.html +++ b/ietf/templates/ipr/search_doc_result.html @@ -28,7 +28,7 @@ {{ ipr.time|date:"Y-m-d" }} {{ ipr.id }} - {{ ipr.title }} + {{ ipr.title }}{% if ipr.state_id == 'removed' %} (Removed) {% endif %} {% if ipr.updates %}
(Updates ID#: {% for upd in ipr.updates %}{{upd.target_id}}{% if not forloop.last %}, {% endif %}{% endfor %}){% endif %} @@ -70,7 +70,7 @@ {{ ipr.disclosure.time|date:"Y-m-d" }} {{ ipr.disclosure.id }} - {{ ipr.disclosure.title }} + {{ ipr.disclosure.title }}{% if ipr.disclosure.state_id == 'removed' %} (Removed) {% endif %} {% if ipr.disclosure.updates %}
(Updates ID#: {% for upd in ipr.disclosure.updates %}{{upd.target_id}}{% if not forloop.last %}, {% endif %}{% endfor %}){% endif %}