diff zpt/changeDocumentViewer.zpt @ 477:17f0290b2327 elementtree

small fixes.
author casties
date Wed, 10 Aug 2011 21:18:03 +0200
parents a0fbc9a42be8
children 3f375a048402
line wrap: on
line diff
--- a/zpt/changeDocumentViewer.zpt	Tue Aug 09 20:27:41 2011 +0200
+++ b/zpt/changeDocumentViewer.zpt	Wed Aug 10 21:18:03 2011 +0200
@@ -17,6 +17,9 @@
         <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 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>
 		</form>