Diff for /documentViewer/zpt/changeDocumentViewer.zpt between versions 1.7 and 1.8

version 1.7, 2007/01/11 12:03:17 version 1.8, 2008/01/16 18:13:26
Line 15 Line 15
         <p class="form-text">This information can be automatically detected if the image viewer above is a Zogilib instance.<br/>          <p class="form-text">This information can be automatically detected if the image viewer above is a Zogilib instance.<br/>
         You must clear this field when you change the image viewer URL above.</p>          You must clear this field when you change the image viewer URL above.</p>
         <p class="form-label">Text viewer URL</p>          <p class="form-label">Text viewer URL</p>
         <p class="form-element"><input size="80" tal:attributes="value here/textViewerUrl" name="textViewerUrl"></p>          <p class="form-element"><input size="80" tal:attributes="value python:getattr(here,'textViewerUrl','')" name="textViewerUrl"></p>
         <p class="form-text">Should be a displayXML instance, full URL up to the '?' (e.g. 'http://echo.mpiwg-berlin.mpg.de/viewText?')</p>          <p class="form-text">Should be a displayXML instance, full URL up to the '?' (e.g. 'http://echo.mpiwg-berlin.mpg.de/viewText?')</p>
                   
         <p class="form-optional">Thumbnail rows</p>          <p class="form-optional">Thumbnail rows</p>

Removed from v.1.7  
changed lines
  Added in v.1.8


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>