Changeset 590:ed4485d2748e in documentViewer for zpt/common_template.zpt


Ignore:
Timestamp:
Nov 16, 2012, 10:44:21 AM (11 years ago)
Author:
casties
Branch:
default
Message:

viewMode "images" changed to "image".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zpt/common_template.zpt

    r584 r590  
    2828        <li tal:condition="docpath" tal:attributes="class python:here.getStyle(viewMode, 'text')"><a
    2929          tal:omit-tag="python:viewMode=='text'" tal:attributes="href python:here.getLink('viewMode','text')">Text</a></li>
    30         <li tal:condition="python:docinfo.get('imagePath',None)" tal:attributes="class python:here.getStyle(viewMode, 'images')"><a
    31           tal:omit-tag="python:viewMode=='images'" tal:attributes="href python:here.getLink('viewMode','images')">Image</a></li>
     30        <li tal:condition="python:docinfo.get('imagePath',None)" tal:attributes="class python:here.getStyle(viewMode, 'image')"><a
     31          tal:omit-tag="python:viewMode=='image'" tal:attributes="href python:here.getLink('viewMode','image')">Image</a></li>
    3232        <li tal:condition="docpath" tal:attributes="class python:here.getStyle(viewMode, 'xml')"><a
    3333          tal:omit-tag="python:viewMode=='xml'" tal:attributes="href python:here.getLink('viewMode','xml')">XML</a></li>
Note: See TracChangeset for help on using the changeset viewer.