Diff for /basket/zpt/BasketMain_Basket_manageUserRights_standard.zpt between versions 1.6 and 1.7

version 1.6, 2006/04/06 16:49:14 version 1.7, 2006/04/07 18:32:28
Line 25  td.vario { background-color:#AC1D15 } Line 25  td.vario { background-color:#AC1D15 }
 <p>You can control the visibility of this set to others: a <b>hidden</b> set is for your eyes only, all other sets can be accessed if the address (URL) is known. A <b>private</b> set will not show up in any public list, while an <b>open_intern</b> set can be viewed by other registered users and is published to <b>User Sets</b>. <span tal:omit-tag="" tal:condition="python:here.checkPermission('publish')">Finally, everyone is allowed to see an <b>open</b> set that will show up in <b>Public Sets</b>.</span></p>  <p>You can control the visibility of this set to others: a <b>hidden</b> set is for your eyes only, all other sets can be accessed if the address (URL) is known. A <b>private</b> set will not show up in any public list, while an <b>open_intern</b> set can be viewed by other registered users and is published to <b>User Sets</b>. <span tal:omit-tag="" tal:condition="python:here.checkPermission('publish')">Finally, everyone is allowed to see an <b>open</b> set that will show up in <b>Public Sets</b>.</span></p>
   
 <span tal:omit-tag="" tal:repeat="item here/publicationStatusList">  <span tal:omit-tag="" tal:repeat="item here/publicationStatusList">
     <span tal:omit-tag="" tal:condition="python:      <span tal:omit-tag="" tal:condition="python:item != 'group'"> 
         item != 'group' or (here.checkPermission('publish') and item == 'open')">          <tal:x condition="python:here.checkPermission('publish') or (item != 'open')">
         <input tal:condition="python:item==here.publicationStatus" type="radio"          <input tal:condition="python:item==here.publicationStatus" type="radio"
             name="publicationStatus" tal:attributes="value item" checked>              name="publicationStatus" tal:attributes="value item" checked>
         <input tal:condition="not:python:item==here.publicationStatus" type="radio"           <input tal:condition="not:python:item==here.publicationStatus" type="radio" 
             name="publicationStatus" tal:attributes="value item">              name="publicationStatus" tal:attributes="value item">
         <span tal:content="item"/><br>          <span tal:content="item"/><br>
           </tal:x>
     </span>      </span>
 </span><br>  </span><br>
   

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


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