You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: froide/foirequest/templates/foirequest/redact.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -60,10 +60,10 @@ <h5 class="card-header">{% trans "How to redact" %}</h5>
60
60
<divclass="card-body">
61
61
<p>{% trans "If this document is a letter to you:" %}</p>
62
62
<p>
63
-
{% blocktrans with name=SITE_NAME %}Go to each page of the PDF and locate the parts that need to be blacked out. On desktop redact text by selecting it. You can also draw rectangles by clicking the mouse or double tapping and dragging. {% endblocktrans %}
63
+
{% blocktrans with icon_paint="<iclass=\"fa fa-paint-brush\"></i>" icon_plus="<iclass=\"fa fa-plus\"></i>" icon_minus="<iclass=\"fa fa-minus\"></i>" icon_move="<iclass=\"fa fa-arrows\"></i>" %}Go to each page of the PDF and locate the parts that need to be blacked out. While the {{ icon_paint }} <b>paint tool</b> is active, draw rectangles with your finger, or by clicking and dragging your mouse. Use the {{ icon_plus }} {{ icon_minus }} buttons to zoom in and out. Switch to the {{ icon_move }} <b>move tool</b> to pan the document. Hit the shift key to quickly toggle between paint and move.{% endblocktrans %}
64
64
</p>
65
65
<p>
66
-
{% trans "Check the text only view to see if the underlying text is also gone. If the document does not load correctly, cancel and inform a site moderator." %}
66
+
{% blocktrans with icon_text="<iclass=\"fa fa-align-justify\"></i>" %}Check the {{ icon_text }} <b>Hide text</b>view to see if the underlying text is also gone. If the document does not load correctly, cancel and inform a site moderator.{% endblocktrans %}
0 commit comments