Diff for /ImageArchive/zpt/ChangeRightsQueryForm.zpt between versions 1.1 and 1.2

version 1.1, 2005/10/25 18:57:59 version 1.2, 2006/03/29 18:48:00
Line 1 Line 1
 <html>  <html>
 <body>  <body>
 <h2>Change the rights query string</h2>  <h2>Change the rights query string</h2>
   <form action="changeRightsQuery">
 <p>The string has to be a valid query string for the database, use a the place holder '%s' where the <b>id</b> of the method  <p>The string has to be a valid query string for the database, use a the place holder '%s' where the <b>id</b> of the method
  <b>getRights(self,id) </b> shall be inserted. </p>   <b>getRights(self,id) </b> shall be inserted. </p>
     <p>Leave empty if no accessright check shall be done</p>
  <p><input type="text" size="100" tal:attributes="value here/getRightsQuery" name="rightsQuery"></p>   <p><input type="text" size="100" tal:attributes="value here/getRightsQuery" name="rightsQuery"></p>
     
  <p>Enter the column which defines the access rights. The result shall be "intern" or "extern".</p>   <p>Enter the column which defines the access rights. The result shall be "intern" or "extern".</p>
Line 12 Line 12
  <p><input type="text" size="20" tal:attributes="value here/getRightsQueryField" name="rightsQueryField"></p>   <p><input type="text" size="20" tal:attributes="value here/getRightsQueryField" name="rightsQueryField"></p>
     
  <p><input type="submit" value="submit">   <p><input type="submit" value="submit">
     </form>
  </body>   </body>
  </html>   </html>
   

Removed from v.1.1  
changed lines
  Added in v.1.2


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