Changes between Version 6 and Version 7 of TrueHttpLogoutPatch


Ignore:
Timestamp:
Oct 15, 2006, 9:57:36 AM (18 years ago)
Author:
sgorilla
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TrueHttpLogoutPatch

    v6 v7  
    9696'''Author:''' [wiki:flox] [[BR]]
    9797'''Contributors:'''
     98
     99
     100Here is the patch for 0.10 - by sgorilla
     101
     102{{{
     103             yield ('metanav', 'logout',
     104                    html.A('Logout', href=req.href.logout(),
     105                           onclick="clearAuthenticationCache(\'%s\')" % req.href.logout()))
     106}}}
     107