Issue 839: move attribution from some icons' alt into title.
This commit is contained in:
parent
9da03b739f
commit
88542a8c1f
@ -105,7 +105,8 @@
|
|||||||
<div class="report_author">
|
<div class="report_author">
|
||||||
<img src="{{ request.staticdirect(
|
<img src="{{ request.staticdirect(
|
||||||
'/images/icon_clipboard_alert.png') }}"
|
'/images/icon_clipboard_alert.png') }}"
|
||||||
alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
alt=""
|
||||||
|
title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
||||||
Distributed by the GNOME project http://www.gnome.org" />
|
Distributed by the GNOME project http://www.gnome.org" />
|
||||||
<a href="{{ request.urlgen('mediagoblin.moderation.users_detail',
|
<a href="{{ request.urlgen('mediagoblin.moderation.users_detail',
|
||||||
user=report.reporter.username) }}"
|
user=report.reporter.username) }}"
|
||||||
@ -142,7 +143,8 @@
|
|||||||
</script>
|
</script>
|
||||||
{% elif report.is_archived_report() %}
|
{% elif report.is_archived_report() %}
|
||||||
<h2><img src="{{ request.staticdirect('/images/icon_clipboard.png') }}"
|
<h2><img src="{{ request.staticdirect('/images/icon_clipboard.png') }}"
|
||||||
alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
alt=""
|
||||||
|
title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
||||||
Distributed by the GNOME project http://www.gnome.org" />
|
Distributed by the GNOME project http://www.gnome.org" />
|
||||||
{% trans %}Status{% endtrans %}:
|
{% trans %}Status{% endtrans %}:
|
||||||
</h2>
|
</h2>
|
||||||
|
@ -86,7 +86,8 @@ curr_page !=p %}
|
|||||||
<img
|
<img
|
||||||
src="{{ request.staticdirect(
|
src="{{ request.staticdirect(
|
||||||
'/images/icon_clipboard_alert.png') }}"
|
'/images/icon_clipboard_alert.png') }}"
|
||||||
alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
alt=""
|
||||||
|
title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
||||||
Distributed by the GNOME project http://www.gnome.org" />
|
Distributed by the GNOME project http://www.gnome.org" />
|
||||||
<a href="{{ request.urlgen(
|
<a href="{{ request.urlgen(
|
||||||
'mediagoblin.moderation.reports_detail',
|
'mediagoblin.moderation.reports_detail',
|
||||||
@ -101,7 +102,8 @@ curr_page !=p %}
|
|||||||
<img
|
<img
|
||||||
src="{{ request.staticdirect(
|
src="{{ request.staticdirect(
|
||||||
'/images/icon_clipboard_alert.png') }}"
|
'/images/icon_clipboard_alert.png') }}"
|
||||||
alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
alt=""
|
||||||
|
title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
||||||
Distributed by the GNOME project http://www.gnome.org" />
|
Distributed by the GNOME project http://www.gnome.org" />
|
||||||
<a href="{{ request.urlgen(
|
<a href="{{ request.urlgen(
|
||||||
'mediagoblin.moderation.reports_detail',
|
'mediagoblin.moderation.reports_detail',
|
||||||
@ -178,7 +180,8 @@ curr_page !=p %}
|
|||||||
<td>
|
<td>
|
||||||
<img
|
<img
|
||||||
src="{{ request.staticdirect('/images/icon_clipboard.png') }}"
|
src="{{ request.staticdirect('/images/icon_clipboard.png') }}"
|
||||||
alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
alt=""
|
||||||
|
title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
||||||
Distributed by the GNOME project http://www.gnome.org" />
|
Distributed by the GNOME project http://www.gnome.org" />
|
||||||
<a href="{{ request.urlgen('mediagoblin.moderation.reports_detail',
|
<a href="{{ request.urlgen('mediagoblin.moderation.reports_detail',
|
||||||
report_id=report.id) }}">
|
report_id=report.id) }}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user