[zopeorg-checkins] CVS: Products/ZopeOrg-NV/skins/nzo - insufficient_privileges.pt:1.1

Brian Lloyd brian at zope.com
Wed Aug 20 15:14:30 EDT 2003


Update of /cvs-zopeorg/Products/ZopeOrg-NV/skins/nzo
In directory cvs.zope.org:/tmp/cvs-serv9610

Added Files:
	insufficient_privileges.pt 
Log Message:
Make insufficient privs page more descriptive to deal with confusion 
when people forget to retract items before editing. This isnt the final 
solution, but will probably save a lot of email traffic :)


=== Added File Products/ZopeOrg-NV/skins/nzo/insufficient_privileges.pt ===
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"
      lang="en-US"
      metal:use-macro="here/main_template/macros/master">

<body>
	   
<div metal:fill-slot="main">
   <div tal:define="p_props here/portal_properties/site_properties;">
      <h1>Insufficient Privileges</h1>
 
      <p>You do not have sufficient privileges to view this page.</p>

     <p><strong>
     If you are getting this message when trying to edit your own 
     zope.org content, remember that you must retract published
     items before you may edit them. To retract an item, click on 
     the <em>State</em> link to view the publishing status form and 
     select &quot;retract&quot; from the publishing options.
     </p>

      <p>
      If you believe
      you are receiving this message in error, please send an e-mail to
   
      <a href="mailto:admin at here.com" title="E-mail Administrator"
         tal:attributes="href string:mailto:${p_props/email_from_address}"
         tal:content="p_props/email_from_name">Email Admin</a>.
      </p>
   </div>
</div>
	   
</body>
</html>





More information about the zopeorg-checkins mailing list