Mercurial > hg > documentViewer
diff zpt/viewer_images.zpt @ 512:92a6443a6f16 elementtree
fix pageFlow.
| author | casties |
|---|---|
| date | Tue, 28 Feb 2012 18:53:06 +0100 |
| parents | 4fb35343d2e7 |
| children | c55e376be01b |
line wrap: on
line diff
--- a/zpt/viewer_images.zpt Tue Feb 28 18:21:59 2012 +0100 +++ b/zpt/viewer_images.zpt Tue Feb 28 18:53:06 2012 +0100 @@ -54,7 +54,7 @@ <tal:block tal:define="docpath docinfo/textURLPath | nothing; pn pageinfo/pn; - flowLtr python:pageinfo.get('pageFlow','ltr')!='rtl';"> + flowLtr python:docinfo.get('pageFlow','ltr')!='rtl';"> <div class="page-head"> <metal:block metal:use-macro="here/template/common_template/macros/head" /> </div>
