diff zpt/viewer_index.zpt @ 537:ad6f97fd3944

fixes closing tickets concerning tocs.
author casties
date Fri, 27 Jul 2012 17:09:59 +0200
parents abd36d4d97b8
children dbf25bd05fc6
line wrap: on
line diff
--- a/zpt/viewer_index.zpt	Thu Jul 26 21:22:56 2012 +0200
+++ b/zpt/viewer_index.zpt	Fri Jul 27 17:09:59 2012 +0200
@@ -76,10 +76,10 @@
 
   <div class="index-actions">
     <div class="action">
-      <a class="openbutton" tal:attributes="href python:context.getLink('viewMode','auto')">&#8594;Access Book</a>
+      <a class="openbutton" tal:attributes="href python:context.getLink('viewMode','auto')">&#8594;Browse document</a>
     </div>
     <div class="action" tal:condition="docpath">
-      Download as <a
+      Download full document as <a
         tal:attributes="href python:'http://mpdl-system.mpiwg-berlin.mpg.de/mpdl/getDoc?doc=%s'%(docpath.replace('.xml','.html'))"
         target="_blank">&#8594;HTML</a> or <a
         tal:attributes="href python:'http://mpdl-system.mpiwg-berlin.mpg.de/mpdl/getDoc?doc=%s'%(docpath)" target="_blank">&#8594;XML</a>