don't use dimension attributes in PDF preview as they're not persisted (#11102)

This commit is contained in:
Frédéric Péters 2016-06-23 13:24:51 +02:00
parent 7a69d087d4
commit 554360b04b
1 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@
xmlns:tal="http://xml.zope.org/namespaces/tal"
tal:omit-tag="">
<iframe tal:condition="view/href"
tal:attributes="src view/href;
width view/width;
height view/height"
tal:attributes="src view/href"
type="application/pdf" width="700px" height="910px">
<p>Pas de lecteur PDF intégré, vous pouvez ouvrir le fichier
en suivant ce lien : <a tal:attributes="href view/href"