|
|
1.1 dwinter 1: <html>
2: <body tal:define="colRows here/getColTimesRow">
3: <h2>Thumbnail display is now set to <span tal:replace="python:colRows[0]"/> x
4:
5:
6: <span tal:condition="python:colRows[1]" tal:replace="python:colRows[1]"/>
7: <span tal:condition="not:python:colRows[1]" tal:replace="python:'all'"/></h2>
8:
9: </body>
10: </html>