Diff for /documentViewer/zpt/changeDocumentViewer.zpt between versions 1.9 and 1.9.6.1

version 1.9, 2010/03/19 11:42:40 version 1.9.6.1, 2011/08/10 19:18:03
Line 17 Line 17
         <p class="form-element"><input size="80" tal:attributes="value python:','.join(getattr(here,'authgroups', []))" name="authgroups"></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          <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>          to one of these groups, local access to the ressource is granted.</p>
           <p class="form-optional">Digilib base URL</p>
           <p class="form-element"><input size="80" tal:attributes="value here/digilibBaseUrl | nothing" name="digilibBaseUrl"></p>
           <p class="form-text">Leave empty for autoconfiguration.</p>
                   
         <p><input type="submit" value="change"></p>          <p><input type="submit" value="change"></p>
         </form>          </form>

Removed from v.1.9  
changed lines
  Added in v.1.9.6.1


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