Diff for /documentViewer/zpt/changeDocumentViewer.zpt between versions 1.3 and 1.5

version 1.3, 2006/04/07 18:45:48 version 1.5, 2006/07/26 12:23:55
Line 1 Line 1
 <div tal:replace="structure here/manage_page_header">Header</div>  <div tal:replace="structure here/manage_page_header">Header</div>
     <h2>Add a Document Viewer</h2>  <!-- ZOPE management tabs -->
   <h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing"
       tal:replace="structure here/manage_tabs">Tabs</h2>
   <!-- end of ZOPE management tabs -->
         <form action="changeDocumentViewer">          <form action="changeDocumentViewer">
                   
         <p class="form-optional">Title</p>          <p class="form-optional">Title</p>
Line 15 Line 18
         <p class="form-element"><input size="3" tal:attributes="value here/thumbrows | default" name="thumbrows"></p>          <p class="form-element"><input size="3" tal:attributes="value here/thumbrows | default" name="thumbrows"></p>
         <p class="form-optional">Thumbnail columns</p>          <p class="form-optional">Thumbnail columns</p>
         <p class="form-element"><input size="3" tal:attributes="value here/thumbcols | default" name="thumbcols"></p>          <p class="form-element"><input size="3" tal:attributes="value here/thumbcols | default" name="thumbcols"></p>
           <p class="form-optional">Authorized groups</p>
           <p class="form-element"><input size="80" tal:attributes="value python:','.join(getattr(here,'authgroups', []))" name="authgroups"></p>
           <p class="form-text">Access groups (separated by ',') that are considered local, i.e. when a ressource restricts access
           to one of these groups, local access to the ressource is granted.</p>
                   
         <p><input type="submit" value="change"></p>          <p><input type="submit" value="change"></p>
         </form>          </form>

Removed from v.1.3  
changed lines
  Added in v.1.5


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