Ignore:
Timestamp:
24 Sep 2005, 06:50:21 (19 years ago)
Author:
Henrik Bettermann
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_cms/trunk/Extensions/changeuseractions.py

    r7 r12  
    4242                , visible=1)
    4343    mt.addAction('login'
    44                 ,'Log in'
     44                ,'Secure Login'
    4545                ,'python:portal_url.replace("http:","https:")+"/login_form"'
     46                ,'not: member'
     47                ,'View'
     48                ,'user'
     49                , visible=1)
     50    mt.addAction('login'
     51                ,'Unsecure Login'
     52                ,'python:portal_url.replace("https:","http:")+"/login_form"'
    4653                ,'not: member'
    4754                ,'View'
Note: See TracChangeset for help on using the changeset viewer.