Commit d0455ce8 authored by Ivan Tyagov's avatar Ivan Tyagov

In PDF navigation we used to specify produced image resolution.

In other parts of ERP5 we do not specify it. As image resolution
should be handled as a system preference (as other image properties like quality, format, etc..)
do not specify it any more in generated
UI image links. Just let system use provided defaults.
parent 0f722b0f
......@@ -43,7 +43,7 @@
format python: request.get(\'format\', context.portal_preferences.getPreference(\'preferred_image_format\', \'png\'))">\n
<img src="" alt=""\n
tal:attributes="src\n
string:${here/absolute_url}/index_html?display=${display}&format=${format}&frame=${frame}&resolution:int=300"/>\n
string:${here/absolute_url}/index_html?display=${display}&format=${format}&frame=${frame}"/>\n
</div>
]]></unicode> </value>
......
1255
\ No newline at end of file
1256
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment