Ignore:
Timestamp:
21 Sep 2005, 07:18:12 (19 years ago)
Author:
Henrik Bettermann
Message:
 
Location:
waeup_cms/trunc/Extensions
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • waeup_cms/trunc/Extensions/Install.py

    r5 r6  
    1 Scientific African - Basis installation
    2 #  Archetypes based content types for Scientific African
    3 #  Copyright (c) 2004 - COM.lounge GbR / Scientific African e.V.
     1WAeUP CMS Product
     2#  Archetypes based content types for the West African e-University Project web portal
     3#  Copyright (c) 2005 WAeUP
    44#
    55#  This program is free software; you can redistribute it and/or modify
  • waeup_cms/trunc/Extensions/__init__.py

    r5 r6  
    1 Scientific African - Basis Product
    2 #  Archetypes based content types for Scientific African
    3 #  Copyright (c) 2004 - COM.lounge GbR / Scientific African e.V.
     1WAeUP CMS Product
     2#  Archetypes based content types for the West African e-University Project web portal
     3#  Copyright (c) 2005 WAeUP
    44#
    55#  This program is free software; you can redistribute it and/or modify
  • waeup_cms/trunc/Extensions/changeuseractions.py

    r5 r6  
     1#  WAeUP CMS Product
     2#  Archetypes based content types for the West African e-University Project web portal
     3#  Copyright (c) 2005 WAeUP
     4#
     5#  This program is free software; you can redistribute it and/or modify
     6#  it under the terms of the GNU General Public License as published by
     7#  the Free Software Foundation; either version 2 of the License, or
     8#  (at your option) any later version.
     9#
     10#  This program is distributed in the hope that it will be useful,
     11#  but WITHOUT ANY WARRANTY; without even the implied warranty of
     12#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13#  GNU General Public License for more details.
     14#
     15#  You should have received a copy of the GNU General Public License
     16#  along with this program; if not, write to the Free Software
     17#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     18#
     19
    120from Products.CMFCore.utils import getToolByName
    221
     
    6483                ,'user'
    6584                , visible=1)
     85    mt.addAction('orgmail'
     86                ,'Org Mailing List'
     87                ,'string:http://lists.waeup.org/mailman/listinfo/org'
     88                ,''
     89                ,'View'
     90                ,'user'
     91                , visible=1)
    6692    mt.addAction('webmail'
    6793                ,'Webmail'
Note: See TracChangeset for help on using the changeset viewer.