Changeset 537:ad6f97fd3944 in documentViewer for zpt/viewer_index.zpt


Ignore:
Timestamp:
Jul 27, 2012, 3:09:59 PM (12 years ago)
Author:
casties
Branch:
default
Message:

fixes closing tickets concerning tocs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zpt/viewer_index.zpt

    r536 r537  
    7777  <div class="index-actions">
    7878    <div class="action">
    79       <a class="openbutton" tal:attributes="href python:context.getLink('viewMode','auto')">&#8594;Access Book</a>
     79      <a class="openbutton" tal:attributes="href python:context.getLink('viewMode','auto')">&#8594;Browse document</a>
    8080    </div>
    8181    <div class="action" tal:condition="docpath">
    82       Download as <a
     82      Download full document as <a
    8383        tal:attributes="href python:'http://mpdl-system.mpiwg-berlin.mpg.de/mpdl/getDoc?doc=%s'%(docpath.replace('.xml','.html'))"
    8484        target="_blank">&#8594;HTML</a> or <a
Note: See TracChangeset for help on using the changeset viewer.